com.imm.testscripts.DocumentRTS.DocumentRTS
verifyBarcodeTypeDroplistFunctionalities
(, chrome_Windows 11)
org.openqa.selenium.NoSuchElementException: Timed out after 2 seconds. Unable to locate the element
at org.openqa.selenium.support.pagefactory.AjaxElementLocator.findElement(AjaxElementLocator.java:99)
at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:39)
at jdk.proxy2/jdk.proxy2.$Proxy35.getWrappedElement(Unknown Source)
at org.openqa.selenium.remote.internal.WebElementToJsonConverter.apply(WebElementToJsonConverter.java:51)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:992)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682)
at org.openqa.selenium.remote.RemoteWebDriver.executeScript(RemoteWebDriver.java:485)
at com.imm.support.BrowserActions.scrollToView(BrowserActions.java:194)
at com.imm.pages.header.Header.navigateToIndexFieldMaintenancePage(Header.java:542)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyBarcodeTypeDroplistFunctionalities(DocumentRTS.java:12153)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
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)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//a[text()='Administration']"}
(Session info: chrome=129.0.6668.90)
For documentation on this error, please visit: https://selenium.dev/exceptions/#no_such_element
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 11', os.arch: 'amd64', os.version: '10.0', java.version: '17.0.5'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [eea26d9ee5717de12169f8546b6f8a0a, findElement {using=xpath, value=//a[text()='Administration']}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 129.0.6668.90, chrome: {chromedriverVersion: 129.0.6668.71 (755228feba24..., userDataDir: C:\Users\SA_KAU~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:64903}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 11, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.29.58:4444/ses..., se:cdpVersion: 129.0.6668.90, 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: eea26d9ee5717de12169f8546b6f8a0a
at jdk.internal.reflect.GeneratedConstructorAccessor15.newInstance(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:200)
at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:133)
at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:53)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:184)
at org.openqa.selenium.remote.TracedCommandExecutor.execute(TracedCommandExecutor.java:51)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:551)
at org.openqa.selenium.remote.ElementLocation$ElementFinder$2.findElement(ElementLocation.java:162)
at org.openqa.selenium.remote.ElementLocation.findElement(ElementLocation.java:60)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:367)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:359)
at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:70)
at org.openqa.selenium.support.pagefactory.AjaxElementLocator.access$001(AjaxElementLocator.java:39)
at org.openqa.selenium.support.pagefactory.AjaxElementLocator$SlowLoadingElement.isLoaded(AjaxElementLocator.java:165)
at org.openqa.selenium.support.ui.SlowLoadableComponent.get(SlowLoadableComponent.java:72)
at org.openqa.selenium.support.pagefactory.AjaxElementLocator.findElement(AjaxElementLocator.java:95)
... 42 more
(Verifying BarcodeType Dropdown list functionality)
C:\Users\sa_kaushal.patel\git\eSign Cloud\testxml\regression\Chrome_Run.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd">
<suite thread-count="500" name="IMM_Esign_Chrome" guice-stage="DEVELOPMENT" verbose="3">
<parameter name="webSite" value="https://esignplusqa.immesign.com/TEAASP/login.aspx"/>
<parameter name="projectKey" value="ESPC"/>
<parameter name="deviceHost" value="localhost"/>
<parameter name="sessionUrl" value="https://esignplusqa.immesign.com/teaasp/hostdispatch.aspx?hostid=XP&hsfiid=autoesign&XMLData=D:\Automation_DataFiles\PrimarySpouse.xml"/>
<parameter name="devicePort" value="4444"/>
<parameter name="browserName" value="chrome_windows"/>
<test thread-count="1" name="IMM_Test_Chrome" verbose="3">
<classes>
<class name="com.imm.testscripts.DocumentRTS.DocumentRTS">
<methods>
<include name="verifyBarcodeTypeDroplistFunctionalities"/>
</methods>
</class> <!-- com.imm.testscripts.DocumentRTS.DocumentRTS -->
</classes>
</test> <!-- IMM_Test_Chrome -->
</suite> <!-- IMM_Esign_Chrome -->
Tests for IMM_Esign_Chrome
- IMM_Test_Chrome (1 class)
Groups for IMM_Esign_Chrome
DocumentRTS
verifyBarcodeTypeDroplistFunctionalities
P1
verifyBarcodeTypeDroplistFunctionalities
Smoke
verifyBarcodeTypeDroplistFunctionalities
Times for IMM_Esign_Chrome
Total running time: 2 minutes
Reporter output for IMM_Esign_Chrome
verifyBarcodeTypeDroplistFunctionalities(, chrome_Windows 11)
Successfully navigated to 'Manage FI' page [ScreenShot]
'Search by FI Name/Host FIID' displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
Fi details are matching [ScreenShot]
Successfully navigated to 'Client Settings' page [ScreenShot]
Clicked on Save button
Successfully verified 'Read Document Barcode' set as Disabled [ScreenShot]
Timed out after 2 seconds. Unable to locate the element [ScreenShot]
Verify Barcode Type droplist functionality
Steps:
--- 14 Oct 18:28:35 461 - TestCaseID:: verifyBarcodeTypeDroplistFunctionalities
--- 14 Oct 18:28:38 446 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:522)
--- 14 Oct 18:28:43 250 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/
--- 14 Oct 18:28:43 251 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 14 Oct 18:28:45 644 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b45cd8d1932577208b85462f97782677)] -> id: idSIButton9]
--- 14 Oct 18:28:45 740 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b45cd8d1932577208b85462f97782677)] -> id: i0116]
--- 14 Oct 18:28:45 845 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b45cd8d1932577208b85462f97782677)] -> id: i0116]
--- 14 Oct 18:28:51 249 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b45cd8d1932577208b85462f97782677)] -> id: idSIButton9]
--- 14 Oct 18:28:52 039 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b45cd8d1932577208b85462f97782677)] -> id: i0118]
--- 14 Oct 18:28:59 367 - Page URL:: https://login.microsoftonline.com/common/login
--- 14 Oct 18:28:59 368 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 14 Oct 18:28:59 462 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b45cd8d1932577208b85462f97782677)] -> id: lightbox]
--- 14 Oct 18:28:59 544 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b45cd8d1932577208b85462f97782677)] -> id: idSIButton9]
--- 14 Oct 18:29:02 449 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/
--- 14 Oct 18:29:02 450 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 14 Oct 18:29:06 979 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: createdFIList'
--- 14 Oct 18:29:11 264 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.cssSelector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label'
--- 14 Oct 18:29:15 599 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //div[@class='mfiName']'
--- 14 Oct 18:29:19 874 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleAuditReport'
--- 14 Oct 18:29:24 227 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleErrorDetails'
--- 14 Oct 18:29:28 598 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleTransactionReport'
--- 14 Oct 18:29:33 185 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleLoginFailures'
--- 14 Oct 18:29:33 292 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 14 Oct 18:29:33 293 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 14 Oct 18:29:33 396 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b45cd8d1932577208b85462f97782677)] -> css selector: .header]
--- 14 Oct 18:29:35 988 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b45cd8d1932577208b85462f97782677)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
--- 14 Oct 18:29:39 269 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 14 Oct 18:29:39 269 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 14 Oct 18:29:39 360 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 14 Oct 18:29:39 361 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 14 Oct 18:29:39 468 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 14 Oct 18:29:39 469 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 14 Oct 18:29:39 553 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b45cd8d1932577208b85462f97782677)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 14 Oct 18:29:39 650 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 14 Oct 18:29:39 650 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 14 Oct 18:29:39 766 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b45cd8d1932577208b85462f97782677)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 14 Oct 18:29:40 065 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b45cd8d1932577208b85462f97782677)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
'Search by FI Name/Host FIID' displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
--- 14 Oct 18:29:40 643 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b45cd8d1932577208b85462f97782677)] -> id: searchFIIdName]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
--- 14 Oct 18:29:43 908 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 14 Oct 18:29:43 908 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 14 Oct 18:29:46 256 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b45cd8d1932577208b85462f97782677)] -> xpath: //div[@class='ng-placeholder']]
--- 14 Oct 18:29:46 563 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b45cd8d1932577208b85462f97782677)] -> css selector: input[type=text]]
Fi details are matching [ScreenShot]
--- 14 Oct 18:29:55 982 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b45cd8d1932577208b85462f97782677)] -> xpath: //div[@class='textWrapper' and contains(text(),'Client Settings')]]
--- 14 Oct 18:30:01 300 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/client-settings
--- 14 Oct 18:30:01 300 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 14 Oct 18:30:05 698 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: step_title'
--- 14 Oct 18:30:05 768 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b45cd8d1932577208b85462f97782677)] -> id: enableClient]
--- 14 Oct 18:30:05 866 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/client-settings
--- 14 Oct 18:30:05 867 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 14 Oct 18:30:05 968 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b45cd8d1932577208b85462f97782677)] -> css selector: .header]
Successfully navigated to 'Client Settings' page [ScreenShot]
Clicked on Save button
'Define Image-Based Documents' toggle can Not set as Enable[ScreenShot]
Successfully verified 'Read Document Barcode' set as Disabled [ScreenShot]
--- 14 Oct 18:30:19 430 - TestCaseID:: verifyBarcodeTypeDroplistFunctionalities
--- 14 Oct 18:30:20 356 - 0 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:522)
--- 14 Oct 18:30:24 967 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 14 Oct 18:30:24 968 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 14 Oct 18:30:52 008 - Unable to find an element after 10 sec ==> Proxy element for: AjaxElementLocator 'By.id: idSIButton9'
--- 14 Oct 18:30:52 080 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (eea26d9ee5717de12169f8546b6f8a0a)] -> id: btnSubmit]
--- 14 Oct 18:30:52 143 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (eea26d9ee5717de12169f8546b6f8a0a)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 14 Oct 18:30:52 204 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (eea26d9ee5717de12169f8546b6f8a0a)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 14 Oct 18:30:57 587 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (eea26d9ee5717de12169f8546b6f8a0a)] -> id: btnSubmit]
--- 14 Oct 18:31:00 561 - Page URL:: https://login.microsoftonline.com/common/oauth2/authorize?client_id=df5cfe56-31ba-43bf-a2fd-8c4167ee609c&response_type=code%20id_token&scope=openid%20profile&state=openidconnect.authenticationproperties%3d89ynbkmbj00y-xgyjldc3u9dhrwnn4se3xxesgn7ovi813rj_gy7rqd2m5oyjyb819bvxvnysg292940_ohqxsnj6veyyzlbcya7m3bmzamhpc4fwugziske1vdwfjpofzm-v3cxkfnmaiaacddoqddliy7lv_myewy5ee__bp_sctrrolpp5we61x8g_huv_y9-oo1-1dk2s9mfxieyvg&response_mode=form_post&nonce=638645077126284284.mjrkntlioditntgxni00zwewltk0zdqtnza4mjc5mjbiodq5ywjkmwmwmjqtndi2zs00nmqwlwjhzwqtyzi1nzdkmdg4ztvh&redirect_uri=https%3a%2f%2fesignplusqa.immesign.com%2fteaasp%2flogin.aspx&post_logout_redirect_uri=https%3a%2f%2fesignplusqa.immesign.com%2fteaasp%2flogin.aspx&x-client-sku=id_net461&x-client-ver=5.3.0.0&sso_reload=true
--- 14 Oct 18:31:00 562 - 2 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 14 Oct 18:31:09 992 - Unable to find an element after 3 sec ==> Proxy element for: AjaxElementLocator 'By.id: btnSubmit'
--- 14 Oct 18:31:14 592 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: ErrorSummaryHeader'
--- 14 Oct 18:31:14 666 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (eea26d9ee5717de12169f8546b6f8a0a)] -> id: lightbox]
--- 14 Oct 18:31:14 735 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (eea26d9ee5717de12169f8546b6f8a0a)] -> id: i0116]
--- 14 Oct 18:31:14 788 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (eea26d9ee5717de12169f8546b6f8a0a)] -> id: i0116]
--- 14 Oct 18:31:20 094 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (eea26d9ee5717de12169f8546b6f8a0a)] -> id: idSIButton9]
--- 14 Oct 18:31:21 409 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (eea26d9ee5717de12169f8546b6f8a0a)] -> id: i0118]
--- 14 Oct 18:31:27 527 - Page URL:: https://login.microsoftonline.com/common/login
--- 14 Oct 18:31:27 528 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 14 Oct 18:31:27 595 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (eea26d9ee5717de12169f8546b6f8a0a)] -> id: lightbox]
--- 14 Oct 18:31:27 997 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (eea26d9ee5717de12169f8546b6f8a0a)] -> id: idSIButton9]
--- 14 Oct 18:31:31 283 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 14 Oct 18:31:31 283 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 14 Oct 18:31:31 351 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (eea26d9ee5717de12169f8546b6f8a0a)] -> id: btnUpload]
--- 14 Oct 18:31:31 485 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 14 Oct 18:31:31 485 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 14 Oct 18:31:31 573 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (eea26d9ee5717de12169f8546b6f8a0a)] -> css selector: .header]
--- 14 Oct 18:31:31 656 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (eea26d9ee5717de12169f8546b6f8a0a)] -> xpath: //a[text()='Administration']]
--- 14 Oct 18:31:33 744 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (eea26d9ee5717de12169f8546b6f8a0a)] -> xpath: //a[text()='Administration']]
--- 14 Oct 18:31:46 137 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //*[text()='Select All']'
--- 14 Oct 18:31:50 470 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //*[text()='Select All']'
--- 14 Oct 18:31:50 531 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (eea26d9ee5717de12169f8546b6f8a0a)] -> xpath: //button[@class='btn margin-off action']]
--- 14 Oct 18:31:50 589 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (eea26d9ee5717de12169f8546b6f8a0a)] -> xpath: //button[@class='btn margin-off action']]
--- 14 Oct 18:31:54 147 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (eea26d9ee5717de12169f8546b6f8a0a)] -> css selector: span[class='btn_icon margin-off padding-off action-color-nohover icon-delete']]
--- 14 Oct 18:31:54 183 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (eea26d9ee5717de12169f8546b6f8a0a)] -> css selector: span[class='btn_icon margin-off padding-off action-color-nohover icon-delete']]
--- 14 Oct 18:31:55 350 - Page URL:: https://esignplusqa.immesign.com/teaasp/templatedetail
--- 14 Oct 18:31:55 351 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 14 Oct 18:32:05 435 - Page URL:: https://esignplusqa.immesign.com/teaasp/templatedetail
--- 14 Oct 18:32:05 435 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 14 Oct 18:32:06 750 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (eea26d9ee5717de12169f8546b6f8a0a)] -> id: IndexFieldTypeList]
--- 14 Oct 18:32:24 845 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (eea26d9ee5717de12169f8546b6f8a0a)] -> xpath: //span[contains(@class,'icon-page-redirect')]]
--- 14 Oct 18:32:28 414 - Page URL:: https://esignplusqa.immesign.com/teaasp/designer?documentguid=423d014f-9239-40da-a196-a6cb47d4e749&source=templatedetail&hasundefineddocs=false
--- 14 Oct 18:32:28 414 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 14 Oct 18:32:53 401 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //select[@id='party']'
--- 14 Oct 18:32:53 481 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (eea26d9ee5717de12169f8546b6f8a0a)] -> id: cancelDesignButton]
Expected: 'Barcode Type' droplist should not display
Actual(Passed): Successfully verify Barcode Type' droplist is not displayed[ScreenShot]
Actual(Passed): Successfully verify Barcode Type' droplist is not displayed[ScreenShot]
--- 14 Oct 18:33:00 217 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //*[text()='Select All']'
--- 14 Oct 18:33:04 602 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //*[text()='Select All']'
Timed out after 2 seconds. Unable to locate the element [ScreenShot]
52 ignored methods
com.imm.testscripts.DocumentRTS.DocumentRTS
verifyAddingOptionalSigDocuments
verifyGovernmentIDAuthenticationSigningMethod
verifyUIelementsForDefineAttachmentsOnTheDocumentMaintenanceRTSPage
verifyAddingSignatureFieldsInDesignerPage
verifyMergingDocswithSameName1
verifySplitPDFSession
verifyAdobeSMSPasswordAuthenticationSigningMethodRTSSession
verifyKBAAuthenticationSigningMethod
verifyEmailAuthenticationSigningMethod
verifyTemplateMangementInTheDocumentRTSPage
verifyProcessSessionWithAttachmentAndReProcess
verifyProcessingASessionAndMergingRTSDocuments
verifyImageBasedDocumentInTheDocumentRTSPage
verifyAdobeSMSPhoneAuthenticationSigningMethodRTSSession
verifyBarcodeTypeDroplistFunctionalities_dummy
verifySMSKioskFeatureSignerInformationRTSSession
verifyMergingDocswithSameName
verifyAdobeSMSKBAAuthenticationSigningMethodRTSSession
verifyInPersonSigningMethodineSignPage
verifyUIelementsOnTheDocumentMaintenanceRTSPage
verifyDynamicDocPDFSession
verifyDocumentWithTemplateDesignPage
verifyAdobeSMSGovernmentIDAuthenticationSigningMethodRTSSession
verifySearchCriteriaOnTheDocumentMaintenanceRTSPage
verifyMultipleDocumentUploadIncollectionDocumentPage
verifyPasswordAuthenticationSigningMethod
verifyAdobeSMSInPersonSigningMethodRTSSession
verifyTemplateMangementInTheCollectedDocumentPagee
verifyReversingPartySequence
verifySessionsInCollectionDocumentPage
verifyUIElementsInCollectionDocumentPage
VerifyAddingIndexFieldsType
verifyPermissionsForDefiningDocuments
verifyAddingUnknownDocumentsToASession
verifyIDMeAuthenticationSigningMethod
verifyIDMeAuthenticationSigningMethod
verifyExportAndDeletingTemplatesOnTheDocumentMaintenanceRTSPage
verifyAddingDocumentsAndAttachmentInCollectionDocumentPage
verifyAdobeSMSIDMeAuthenticationSigningMethodRTSSession
verifyDefiningDocumentsWithDisablePermissions
verifyReversingDocumentOrder
verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage
verifyAddingDocumentsToASessionRTS
verifyAdobeSMSEmailAuthenticationSigningMethodRTSSession
verifyMergingSignersUIImprovements
verifyTemplateMangementInTheCollectedDocumentPagee2
AddingattachmentToExistingSessionInCollectionDocumentPage
verifyUploadInCollectionDocumentPage
verifyPhoneAuthenticationSigningMethod
verifySMSOptionInSigningMethods
verifyProcessSessionDeleteDocumentAndFinishSigning
verifyParallelDocumentUploadIncollectionDocumentPage
verifyGovernmentIDAuthenticationSigningMethod
verifyUIelementsForDefineAttachmentsOnTheDocumentMaintenanceRTSPage
verifyAddingSignatureFieldsInDesignerPage
verifyMergingDocswithSameName1
verifySplitPDFSession
verifyAdobeSMSPasswordAuthenticationSigningMethodRTSSession
verifyKBAAuthenticationSigningMethod
verifyEmailAuthenticationSigningMethod
verifyTemplateMangementInTheDocumentRTSPage
verifyProcessSessionWithAttachmentAndReProcess
verifyProcessingASessionAndMergingRTSDocuments
verifyImageBasedDocumentInTheDocumentRTSPage
verifyAdobeSMSPhoneAuthenticationSigningMethodRTSSession
verifyBarcodeTypeDroplistFunctionalities_dummy
verifySMSKioskFeatureSignerInformationRTSSession
verifyMergingDocswithSameName
verifyAdobeSMSKBAAuthenticationSigningMethodRTSSession
verifyInPersonSigningMethodineSignPage
verifyUIelementsOnTheDocumentMaintenanceRTSPage
verifyDynamicDocPDFSession
verifyDocumentWithTemplateDesignPage
verifyAdobeSMSGovernmentIDAuthenticationSigningMethodRTSSession
verifySearchCriteriaOnTheDocumentMaintenanceRTSPage
verifyMultipleDocumentUploadIncollectionDocumentPage
verifyPasswordAuthenticationSigningMethod
verifyAdobeSMSInPersonSigningMethodRTSSession
verifyTemplateMangementInTheCollectedDocumentPagee
verifyReversingPartySequence
verifySessionsInCollectionDocumentPage
verifyUIElementsInCollectionDocumentPage
VerifyAddingIndexFieldsType
verifyPermissionsForDefiningDocuments
verifyAddingUnknownDocumentsToASession
verifyIDMeAuthenticationSigningMethod
verifyIDMeAuthenticationSigningMethod
verifyExportAndDeletingTemplatesOnTheDocumentMaintenanceRTSPage
verifyAddingDocumentsAndAttachmentInCollectionDocumentPage
verifyAdobeSMSIDMeAuthenticationSigningMethodRTSSession
verifyDefiningDocumentsWithDisablePermissions
verifyReversingDocumentOrder
verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage
verifyAddingDocumentsToASessionRTS
verifyAdobeSMSEmailAuthenticationSigningMethodRTSSession
verifyMergingSignersUIImprovements
verifyTemplateMangementInTheCollectedDocumentPagee2
AddingattachmentToExistingSessionInCollectionDocumentPage
verifyUploadInCollectionDocumentPage
verifyPhoneAuthenticationSigningMethod
verifySMSOptionInSigningMethods
verifyProcessSessionDeleteDocumentAndFinishSigning
verifyParallelDocumentUploadIncollectionDocumentPage
Methods in chronological order
com.imm.testscripts.DocumentRTS.DocumentRTS
initialize(org.testng.TestRunner@437aa3ea)
0 ms
init(org.testng.TestRunner@437aa3ea)
10207 ms
verifyBarcodeTypeDroplistFunctionalities(, chrome_Windows 11)
116677 ms