2023-10-09 07:23:14 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "content-type" content = "text/html; charset=UTF-8" / >
< title > TestNG Report< / title >
< style type = "text/css" > table { margin-bottom : 10 px ; border-collapse : collapse ; empty-cells : show } th , td { border : 1 px solid #009 ; padding : .25 em .5 em } th { vertical-align : bottom } td { vertical-align : top } table a { font-weight : bold } . stripe td { background-color : #E6EBF9 } . num { text-align : right } . passedodd td { background-color : #3F3 } . passedeven td { background-color : #0A0 } . skippedodd td { background-color : #DDD } . skippedeven td { background-color : #CCC } . failedodd td , . attn { background-color : #F33 } . failedeven td , . stripe . attn { background-color : #D00 } . stacktrace { white-space : pre ; font-family : monospace } . totop { font-size : 85 % ; text-align : center ; border-bottom : 2 px solid #000 } . invisible { display : none } < / style >
< / head >
< body >
< table >
< tr > < th > Test< / th > < th > # Passed< / th > < th > # Skipped< / th > < th > # Failed< / th > < th > Time (ms)< / th > < th > Included Groups< / th > < th > Excluded Groups< / th > < / tr >
< tr > < th colspan = "7" > Default suite< / th > < / tr >
2023-10-26 06:26:37 +00:00
< tr > < td > < a href = "#t0" > Default test< / a > < / td > < td class = "num" > 0< / td > < td class = "num" > 0< / td > < td class = "num attn" > 1< / td > < td class = "num" > 90,928< / td > < td > < / td > < td > < / td > < / tr >
2023-10-09 07:23:14 +00:00
< / table >
2023-10-26 06:26:37 +00:00
< table id = 'summary' > < thead > < tr > < th > Class< / th > < th > Method< / th > < th > Start< / th > < th > Time (ms)< / th > < / tr > < / thead > < tbody > < tr > < th colspan = "4" > Default suite< / th > < / tr > < / tbody > < tbody id = "t0" > < tr > < th colspan = "4" > Default test — failed< / th > < / tr > < tr class = "failedeven" > < td rowspan = "1" > TestScripts.Contacts_Count< / td > < td > < a href = "#m0" > Contactscount< / a > < / td > < td rowspan = "1" > 1698233713202< / td > < td rowspan = "1" > 90392< / td > < / tr > < / tbody >
2023-10-09 07:23:14 +00:00
< / table >
2023-10-26 06:26:37 +00:00
< h2 > Default test< / h2 > < h3 id = "m0" > TestScripts.Contacts_Count#Contactscount< / h3 > < table class = "result" > < tr > < th > Exception< / th > < / tr > < tr > < td > < div class = "stacktrace" > org.openqa.selenium.NoSuchWindowException: no such window: target window already closed
from unknown error: web view not found
(Session info: chrome=118.0.5993.117)
Build info: version: ' 3.141.59' , revision: ' e82be7d358' , time: ' 2018-11-14T08:17:03'
System info: host: ' Shashikumar' , ip: ' 127.0.1.1' , os.name: ' Linux' , os.arch: ' amd64' , os.version: ' 5.15.0-87-generic' , java.version: ' 11.0.20'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 118.0.5993.117, chrome: {chromedriverVersion: 118.0.5993.70 (e52f33f30b91..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:32873}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: LINUX, platformName: LINUX, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
Session ID: 0639143e22177aff835aa02c3e9d8f64
*** Element info: {Using=xpath, value=//input[@id=' username' ]}
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:428)
at org.openqa.selenium.By$ByXPath.findElement(By.java:353)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at TestScripts.Contacts_Count.Contactscount(Contacts_Count.java:40)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:583)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:989)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
at org.testng.TestRunner.privateRun(TestRunner.java:648)
at org.testng.TestRunner.run(TestRunner.java:505)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:455)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415)
at org.testng.SuiteRunner.run(SuiteRunner.java:364)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1137)
at org.testng.TestNG.runSuites(TestNG.java:1049)
at org.testng.TestNG.run(TestNG.java:1017)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
< / div > < / td > < / tr > < / table > < p class = "totop" > < a href = "#summary" > back to summary< / a > < / p >
2023-10-09 07:23:14 +00:00
< / body >
< / html >