com.imm.testscripts.DocumentRTS.DocumentRTS
verifyBarcodeTypeDroplistEnableDisableInDocumentMaintenanceRTSPage
(, 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.isDisplayed(Unknown Source)
at com.imm.pages.DocumentMaintenanceRTS.isBarcodeTypeDisplayed(DocumentMaintenanceRTS.java:1734)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyBarcodeTypeDroplistEnableDisableInDocumentMaintenanceRTSPage(DocumentRTS.java:12117)
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":"//div[@class='selectize-control single']//div[@class='selectize-input items has-options full has-items']"}
(Session info: chrome=129.0.6668.71)
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: [7411d4c46f82b9e38cbabb133f0f8cdb, findElement {using=xpath, value=//div[@class='selectize-control single']//div[@class='selectize-input items has-options full has-items']}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 129.0.6668.71, chrome: {chromedriverVersion: 129.0.6668.71 (755228feba24..., userDataDir: C:\Users\SA_KAU~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:51509}, 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.71, 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: 7411d4c46f82b9e38cbabb133f0f8cdb
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)
... 32 more
(Verify UI elements on the Document maintenance (RTS) page)
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="verifyBarcodeTypeDroplistEnableDisableInDocumentMaintenanceRTSPage"/>
</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
verifyBarcodeTypeDroplistEnableDisableInDocumentMaintenanceRTSPage
P1
verifyBarcodeTypeDroplistEnableDisableInDocumentMaintenanceRTSPage
Smoke
verifyBarcodeTypeDroplistEnableDisableInDocumentMaintenanceRTSPage
Times for IMM_Esign_Chrome
Total running time: 2 minutes
Reporter output for IMM_Esign_Chrome
verifyBarcodeTypeDroplistEnableDisableInDocumentMaintenanceRTSPage(, 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]
Successfully verified 'Read Document Barcode' set as Enable [ScreenShot]
Timed out after 2 seconds. Unable to locate the element [ScreenShot]
--- 30 Sep 14:13:43 320 - TestCaseID:: verifyBarcodeTypeDroplistEnableDisableInDocumentMaintenanceRTSPage
--- 30 Sep 14:13:47 664 - 4 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:522)
Verify Barcode Type droplist functionality
Steps:
--- 30 Sep 14:13:53 183 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/
--- 30 Sep 14:13:53 183 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 14:13:55 803 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e356ab790e22997dd9730f2c6105e1bf)] -> id: idSIButton9]
--- 30 Sep 14:13:55 906 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e356ab790e22997dd9730f2c6105e1bf)] -> id: i0116]
--- 30 Sep 14:13:55 998 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e356ab790e22997dd9730f2c6105e1bf)] -> id: i0116]
--- 30 Sep 14:14:01 487 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e356ab790e22997dd9730f2c6105e1bf)] -> id: idSIButton9]
--- 30 Sep 14:14:02 910 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e356ab790e22997dd9730f2c6105e1bf)] -> id: i0118]
--- 30 Sep 14:14:09 171 - Page URL:: https://login.microsoftonline.com/common/login
--- 30 Sep 14:14:09 171 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 14:14:09 271 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e356ab790e22997dd9730f2c6105e1bf)] -> id: lightbox]
--- 30 Sep 14:14:09 735 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e356ab790e22997dd9730f2c6105e1bf)] -> id: idSIButton9]
--- 30 Sep 14:14:14 620 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/
--- 30 Sep 14:14:14 620 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 14:14:19 201 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: createdFIList'
--- 30 Sep 14:14:23 677 - 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'
--- 30 Sep 14:14:28 101 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //div[@class='mfiName']'
--- 30 Sep 14:14:32 447 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleAuditReport'
--- 30 Sep 14:14:37 105 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleErrorDetails'
--- 30 Sep 14:14:41 716 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleTransactionReport'
--- 30 Sep 14:14:46 385 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleLoginFailures'
--- 30 Sep 14:14:46 485 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 30 Sep 14:14:46 485 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 14:14:46 603 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e356ab790e22997dd9730f2c6105e1bf)] -> css selector: .header]
--- 30 Sep 14:14:48 898 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e356ab790e22997dd9730f2c6105e1bf)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
--- 30 Sep 14:14:52 163 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 30 Sep 14:14:52 163 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 14:14:52 266 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 30 Sep 14:14:52 266 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 14:14:52 368 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 30 Sep 14:14:52 369 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 14:14:52 452 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e356ab790e22997dd9730f2c6105e1bf)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 30 Sep 14:14:52 566 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 30 Sep 14:14:52 566 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 14:14:52 679 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e356ab790e22997dd9730f2c6105e1bf)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 30 Sep 14:14:52 926 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e356ab790e22997dd9730f2c6105e1bf)] -> 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]
--- 30 Sep 14:14:53 406 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e356ab790e22997dd9730f2c6105e1bf)] -> id: searchFIIdName]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
--- 30 Sep 14:14:56 679 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 30 Sep 14:14:56 680 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 14:14:58 957 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e356ab790e22997dd9730f2c6105e1bf)] -> xpath: //div[@class='ng-placeholder']]
--- 30 Sep 14:14:59 174 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e356ab790e22997dd9730f2c6105e1bf)] -> css selector: input[type=text]]
Fi details are matching [ScreenShot]
--- 30 Sep 14:15:08 477 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e356ab790e22997dd9730f2c6105e1bf)] -> xpath: //div[@class='textWrapper' and contains(text(),'Client Settings')]]
--- 30 Sep 14:15:13 850 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/client-settings
--- 30 Sep 14:15:13 851 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 14:15:18 408 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: step_title'
--- 30 Sep 14:15:18 476 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e356ab790e22997dd9730f2c6105e1bf)] -> id: enableClient]
--- 30 Sep 14:15:18 580 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/client-settings
--- 30 Sep 14:15:18 580 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 14:15:18 678 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e356ab790e22997dd9730f2c6105e1bf)] -> css selector: .header]
Successfully navigated to 'Client Settings' page [ScreenShot]
Successfully verified 'Read Document Barcode' set as Enable [ScreenShot]
--- 30 Sep 14:15:24 268 - TestCaseID:: verifyBarcodeTypeDroplistEnableDisableInDocumentMaintenanceRTSPage
--- 30 Sep 14:15:25 138 - 0 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:522)
--- 30 Sep 14:15:29 941 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 30 Sep 14:15:29 941 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 14:15:56 989 - Unable to find an element after 10 sec ==> Proxy element for: AjaxElementLocator 'By.id: idSIButton9'
--- 30 Sep 14:15:57 054 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7411d4c46f82b9e38cbabb133f0f8cdb)] -> id: btnSubmit]
--- 30 Sep 14:15:57 125 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7411d4c46f82b9e38cbabb133f0f8cdb)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 30 Sep 14:15:57 195 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7411d4c46f82b9e38cbabb133f0f8cdb)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 30 Sep 14:16:02 598 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7411d4c46f82b9e38cbabb133f0f8cdb)] -> id: btnSubmit]
--- 30 Sep 14:16:05 668 - 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%3dgq14r6qx7zxlgejpfyixjp7kpoxlflkknvrcsswifajzldmgirx_tly__-b34x-dpv5v6m8mjpiyhfusw7ffhhacakcwtxygisw5kpqksaufgjckqudflsxaspiewyydd3b-hdqnzpgcsmwitdeaw3hp22qwzeqaip-xuwpt5sjpfb83fxwzen7btgmcapeqpglhthtrlt311j8jidjz6a&response_mode=form_post&nonce=638632828041657324.nmrjy2y3ngetyznknc00ztu5ltg0ngitntayzgqwmtayoduxzmvkm2y5mdetzgqwos00nwzklwewntqtztm2yzzjowywnmvh&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
--- 30 Sep 14:16:05 669 - 2 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 14:16:15 061 - Unable to find an element after 3 sec ==> Proxy element for: AjaxElementLocator 'By.id: btnSubmit'
--- 30 Sep 14:16:19 204 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: ErrorSummaryHeader'
--- 30 Sep 14:16:19 287 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7411d4c46f82b9e38cbabb133f0f8cdb)] -> id: lightbox]
--- 30 Sep 14:16:19 358 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7411d4c46f82b9e38cbabb133f0f8cdb)] -> id: i0116]
--- 30 Sep 14:16:19 428 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7411d4c46f82b9e38cbabb133f0f8cdb)] -> id: i0116]
--- 30 Sep 14:16:24 877 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7411d4c46f82b9e38cbabb133f0f8cdb)] -> id: idSIButton9]
--- 30 Sep 14:16:26 206 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7411d4c46f82b9e38cbabb133f0f8cdb)] -> id: i0118]
--- 30 Sep 14:16:32 528 - Page URL:: https://login.microsoftonline.com/common/login
--- 30 Sep 14:16:32 529 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 14:16:32 604 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7411d4c46f82b9e38cbabb133f0f8cdb)] -> id: lightbox]
--- 30 Sep 14:16:33 038 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7411d4c46f82b9e38cbabb133f0f8cdb)] -> id: idSIButton9]
--- 30 Sep 14:16:36 484 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 30 Sep 14:16:36 485 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 14:16:36 559 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7411d4c46f82b9e38cbabb133f0f8cdb)] -> id: btnUpload]
--- 30 Sep 14:16:36 709 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 30 Sep 14:16:36 709 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 14:16:36 796 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7411d4c46f82b9e38cbabb133f0f8cdb)] -> css selector: .header]
--- 30 Sep 14:16:36 865 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7411d4c46f82b9e38cbabb133f0f8cdb)] -> xpath: //a[text()='Administration']]
--- 30 Sep 14:16:39 009 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7411d4c46f82b9e38cbabb133f0f8cdb)] -> xpath: //a[text()='Administration']]
--- 30 Sep 14:16:45 920 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7411d4c46f82b9e38cbabb133f0f8cdb)] -> xpath: //*[text()='Select All']]
--- 30 Sep 14:16:46 010 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7411d4c46f82b9e38cbabb133f0f8cdb)] -> xpath: //*[text()='Select All']]
--- 30 Sep 14:16:51 079 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7411d4c46f82b9e38cbabb133f0f8cdb)] -> xpath: //*[text()='Select All']]
--- 30 Sep 14:16:51 397 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 30 Sep 14:16:51 397 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 14:16:52 269 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7411d4c46f82b9e38cbabb133f0f8cdb)] -> id: btnPrimary]
--- 30 Sep 14:16:52 328 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7411d4c46f82b9e38cbabb133f0f8cdb)] -> id: btnPrimary]
--- 30 Sep 14:16:53 312 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7411d4c46f82b9e38cbabb133f0f8cdb)] -> xpath: //div[text()='No records found']]
Expected: Delete the ALL documents
Actual(Passed): Successfully deleted ALL the documents[ScreenShot]
Actual(Passed): Successfully deleted ALL the documents[ScreenShot]
--- 30 Sep 14:16:53 523 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7411d4c46f82b9e38cbabb133f0f8cdb)] -> xpath: //button[@class='btn margin-off action']]
--- 30 Sep 14:16:53 591 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7411d4c46f82b9e38cbabb133f0f8cdb)] -> xpath: //a[@data-bind='click: $root.ButtonAttach_Click']]
--- 30 Sep 14:16:53 661 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7411d4c46f82b9e38cbabb133f0f8cdb)] -> xpath: //*[text()='Import Template']]
Expected: The UI elements must be loaded properly
Actual(Passed): The UI elements are loaded properly[ScreenShot]
Actual(Passed): The UI elements are loaded properly[ScreenShot]
--- 30 Sep 14:16:53 863 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 30 Sep 14:16:53 864 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 14:16:58 991 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7411d4c46f82b9e38cbabb133f0f8cdb)] -> xpath: //*[text()='Import Template']]
--- 30 Sep 14:17:30 482 - Unable to find an element after 25 sec ==> [[RemoteWebDriver: chrome on Windows 11 (7411d4c46f82b9e38cbabb133f0f8cdb)] -> id: globalErrorMessage]
Expected: The File upload in Import template
Actual(Passed): Successfully uploaded zip file in the Import template[ScreenShot]
Actual(Passed): Successfully uploaded zip file in the Import template[ScreenShot]
--- 30 Sep 14:17:30 741 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7411d4c46f82b9e38cbabb133f0f8cdb)] -> xpath: //div[contains(@id,'DocumentRowHead')]]
--- 30 Sep 14:17:35 317 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 30 Sep 14:17:35 317 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
Timed out after 2 seconds. Unable to locate the element [ScreenShot]
51 ignored methods
com.imm.testscripts.DocumentRTS.DocumentRTS
verifyAddingOptionalSigDocuments
verifyGovernmentIDAuthenticationSigningMethod
verifyUIelementsForDefineAttachmentsOnTheDocumentMaintenanceRTSPage
verifyAddingSignatureFieldsInDesignerPage
verifyMergingDocswithSameName1
verifySplitPDFSession
verifyAdobeSMSPasswordAuthenticationSigningMethodRTSSession
verifyKBAAuthenticationSigningMethod
verifyEmailAuthenticationSigningMethod
verifyTemplateMangementInTheDocumentRTSPage
verifyProcessSessionWithAttachmentAndReProcess
verifyProcessingASessionAndMergingRTSDocuments
verifyImageBasedDocumentInTheDocumentRTSPage
verifyAdobeSMSPhoneAuthenticationSigningMethodRTSSession
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
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@6f139a8f)
0 ms
init(org.testng.TestRunner@6f139a8f)
10185 ms
verifyBarcodeTypeDroplistEnableDisableInDocumentMaintenanceRTSPage(, chrome_Windows 11)
112207 ms