konectar_Data_count_Check/test-output/testng-results.xml

106 lines
8.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<testng-results ignored="0" total="1" passed="0" failed="1" skipped="0">
<reporter-output>
</reporter-output>
<suite started-at="2023-10-25T11:35:13Z" name="Default suite" finished-at="2023-10-25T11:36:44Z" duration-ms="90928">
<groups>
</groups>
<test started-at="2023-10-25T11:35:13Z" name="Default test" finished-at="2023-10-25T11:36:44Z" duration-ms="90928">
<class name="TestScripts.Contacts_Count">
<test-method is-config="true" signature="beforeSuite()[pri:0, instance:TestScripts.Contacts_Count@338c99c8]" started-at="2023-10-25T11:35:12Z" name="beforeSuite" finished-at="2023-10-25T11:35:13Z" duration-ms="507" status="PASS">
<reporter-output>
</reporter-output>
</test-method> <!-- beforeSuite -->
<test-method is-config="true" signature="beforeMethod()[pri:0, instance:TestScripts.Contacts_Count@338c99c8]" started-at="2023-10-25T11:35:13Z" name="beforeMethod" finished-at="2023-10-25T11:35:13Z" duration-ms="7" status="PASS">
<reporter-output>
</reporter-output>
</test-method> <!-- beforeMethod -->
<test-method signature="Contactscount()[pri:0, instance:TestScripts.Contacts_Count@338c99c8]" started-at="2023-10-25T11:35:13Z" name="Contactscount" finished-at="2023-10-25T11:36:43Z" duration-ms="90392" status="FAIL">
<exception class="org.openqa.selenium.NoSuchWindowException">
<message>
<![CDATA[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']}]]>
</message>
<full-stacktrace>
<![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)
]]>
</full-stacktrace>
</exception> <!-- org.openqa.selenium.NoSuchWindowException -->
<reporter-output>
</reporter-output>
</test-method> <!-- Contactscount -->
<test-method is-config="true" signature="afterMethod(org.testng.ITestResult)[pri:0, instance:TestScripts.Contacts_Count@338c99c8]" started-at="2023-10-25T11:36:43Z" name="afterMethod" finished-at="2023-10-25T11:36:44Z" duration-ms="503" status="PASS">
<params>
<param index="0">
<value>
<![CDATA[[TestResult name=Contactscount status=FAILURE method=Contacts_Count.Contactscount()[pri:0, instance:TestScripts.Contacts_Count@338c99c8] output={null}]]]>
</value>
</param>
</params>
<reporter-output>
</reporter-output>
</test-method> <!-- afterMethod -->
<test-method is-config="true" signature="afterSuite()[pri:0, instance:TestScripts.Contacts_Count@338c99c8]" started-at="2023-10-25T11:36:44Z" name="afterSuite" finished-at="2023-10-25T11:36:44Z" duration-ms="1" status="PASS">
<reporter-output>
</reporter-output>
</test-method> <!-- afterSuite -->
</class> <!-- TestScripts.Contacts_Count -->
</test> <!-- Default test -->
</suite> <!-- Default suite -->
</testng-results>