67 lines
6.2 KiB
XML
67 lines
6.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Generated by org.testng.reporters.JUnitXMLReporter -->
|
|
<testsuite ignored="0" hostname="Shashikumar" failures="1" tests="1" name="Default test" time="90.928" errors="0" timestamp="25 Oct 2023 11:36:44 GMT">
|
|
<testcase classname="TestScripts.Contacts_Count" name="Contactscount" time="90.392">
|
|
<failure type="org.openqa.selenium.NoSuchWindowException" message="no such window: target window already closed
|
|
from unknown error: web view not found
|
|
(Session info: chrome=118.0.5993.117)
|
|
Build info: version: &apos;3.141.59&apos;, revision: &apos;e82be7d358&apos;, time: &apos;2018-11-14T08:17:03&apos;
|
|
System info: host: &apos;Shashikumar&apos;, ip: &apos;127.0.1.1&apos;, os.name: &apos;Linux&apos;, os.arch: &apos;amd64&apos;, os.version: &apos;5.15.0-87-generic&apos;, java.version: &apos;11.0.20&apos;
|
|
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=&apos;username&apos;]}">
|
|
<![CDATA[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)
|
|
]]>
|
|
</failure>
|
|
</testcase> <!-- Contactscount -->
|
|
</testsuite> <!-- Default test -->
|