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.DocumentMaintenanceRTS.isBarcodeTypeDisplayed(DocumentMaintenanceRTS.java:1740)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyBarcodeTypeDroplistFunctionalities(DocumentRTS.java:12206)
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[@id='partyReviewOptionsDiv_42']//div[@class='selectize-input items full has-options 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: [1bab81b8dbc79ffb4c2dac2bd42a04ed, findElement {using=xpath, value=//div[@id='partyReviewOptionsDiv_42']//div[@class='selectize-input items full has-options 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:63687}, 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: 1bab81b8dbc79ffb4c2dac2bd42a04ed
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
(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="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: 1 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]
Successfully verified 'Read Document Barcode' set as Disabled [ScreenShot]
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 Enable [ScreenShot]
Timed out after 2 seconds. Unable to locate the element [ScreenShot]
--- 30 Sep 20:12:35 122 - TestCaseID:: verifyBarcodeTypeDroplistFunctionalities
--- 30 Sep 20:12:39 656 - 4 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:522)
Verify Barcode Type droplist functionality
Steps:
--- 30 Sep 20:12:46 025 - TestCaseID:: verifyBarcodeTypeDroplistFunctionalities
--- 30 Sep 20:12:46 911 - 0 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:522)
--- 30 Sep 20:12:51 439 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/
--- 30 Sep 20:12:51 440 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 20:12:53 636 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e70d7e65ee10ffcb8cd665003cf14bb2)] -> id: idSIButton9]
--- 30 Sep 20:12:53 749 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e70d7e65ee10ffcb8cd665003cf14bb2)] -> id: i0116]
--- 30 Sep 20:12:53 848 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e70d7e65ee10ffcb8cd665003cf14bb2)] -> id: i0116]
--- 30 Sep 20:12:59 306 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e70d7e65ee10ffcb8cd665003cf14bb2)] -> id: idSIButton9]
--- 30 Sep 20:13:00 686 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e70d7e65ee10ffcb8cd665003cf14bb2)] -> id: i0118]
--- 30 Sep 20:13:07 904 - Page URL:: https://login.microsoftonline.com/common/login
--- 30 Sep 20:13:07 905 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 20:13:07 994 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e70d7e65ee10ffcb8cd665003cf14bb2)] -> id: lightbox]
--- 30 Sep 20:13:08 075 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e70d7e65ee10ffcb8cd665003cf14bb2)] -> id: idSIButton9]
--- 30 Sep 20:13:11 459 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/
--- 30 Sep 20:13:11 460 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 20:13:15 273 - Unable to find an element after 0 sec ==> [[RemoteWebDriver: chrome on Windows 11 (e70d7e65ee10ffcb8cd665003cf14bb2)] -> id: createdFIList]
--- 30 Sep 20:13:19 859 - 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 20:13:24 319 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //div[@class='mfiName']'
--- 30 Sep 20:13:28 731 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleAuditReport'
--- 30 Sep 20:13:33 097 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleErrorDetails'
--- 30 Sep 20:13:37 634 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleTransactionReport'
--- 30 Sep 20:13:42 025 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleLoginFailures'
--- 30 Sep 20:13:42 131 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 30 Sep 20:13:42 131 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 20:13:42 240 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e70d7e65ee10ffcb8cd665003cf14bb2)] -> css selector: .header]
--- 30 Sep 20:13:44 581 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e70d7e65ee10ffcb8cd665003cf14bb2)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
--- 30 Sep 20:13:47 873 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 30 Sep 20:13:47 873 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 20:13:47 987 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 30 Sep 20:13:47 987 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 20:13:48 088 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 30 Sep 20:13:48 089 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 20:13:48 166 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e70d7e65ee10ffcb8cd665003cf14bb2)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 30 Sep 20:13:48 279 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 30 Sep 20:13:48 280 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 20:13:48 393 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e70d7e65ee10ffcb8cd665003cf14bb2)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 30 Sep 20:13:48 646 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e70d7e65ee10ffcb8cd665003cf14bb2)] -> 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 20:13:49 092 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e70d7e65ee10ffcb8cd665003cf14bb2)] -> id: searchFIIdName]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
--- 30 Sep 20:13:52 330 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 30 Sep 20:13:52 330 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 20:13:54 663 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e70d7e65ee10ffcb8cd665003cf14bb2)] -> xpath: //div[@class='ng-placeholder']]
--- 30 Sep 20:13:54 899 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e70d7e65ee10ffcb8cd665003cf14bb2)] -> css selector: input[type=text]]
Fi details are matching [ScreenShot]
--- 30 Sep 20:14:04 162 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e70d7e65ee10ffcb8cd665003cf14bb2)] -> xpath: //div[@class='textWrapper' and contains(text(),'Client Settings')]]
--- 30 Sep 20:14:09 571 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/client-settings
--- 30 Sep 20:14:09 573 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 20:14:13 721 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: step_title'
--- 30 Sep 20:14:13 787 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e70d7e65ee10ffcb8cd665003cf14bb2)] -> id: enableClient]
--- 30 Sep 20:14:13 886 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/client-settings
--- 30 Sep 20:14:13 887 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 20:14:13 973 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e70d7e65ee10ffcb8cd665003cf14bb2)] -> css selector: .header]
Successfully navigated to 'Client Settings' page [ScreenShot]
Successfully verified 'Read Document Barcode' set as Disabled [ScreenShot]
--- 30 Sep 20:14:19 608 - TestCaseID:: verifyBarcodeTypeDroplistFunctionalities
--- 30 Sep 20:14:20 478 - 0 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:522)
--- 30 Sep 20:14:24 233 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 30 Sep 20:14:24 233 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 20:14:51 659 - Unable to find an element after 10 sec ==> Proxy element for: AjaxElementLocator 'By.id: idSIButton9'
--- 30 Sep 20:14:51 759 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b42835239c69b82d594f326619645b16)] -> id: btnSubmit]
--- 30 Sep 20:14:51 848 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b42835239c69b82d594f326619645b16)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 30 Sep 20:14:51 940 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b42835239c69b82d594f326619645b16)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 30 Sep 20:14:57 428 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b42835239c69b82d594f326619645b16)] -> id: btnSubmit]
--- 30 Sep 20:14:59 993 - 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%3djh97apoiylxutqehvzfhp9pz_0cbhhw12wd_fkvjae01pwx6lqba3o6-lhbu-3v3z5gmb8qso07zez_5hogj5mqmpmg_24fvdlqbmtpo_hsgehd8r-nvvuspoladtmdmo0mxzx5qtumgfgekxihrmno338unj0mksyf7iu6emdhojyb7j-ozjahpf1ka2fnuoxulqx1fpwbshlqqog5o7a&response_mode=form_post&nonce=638633043390547287.m2fkzdcxodetmjrkyy00ndq5ltg1njctztq2mjviywzlzda2zdm5nty4mtqtnwzkny00mwq4lwe0ogetyzu3owexztdinmuw&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 20:14:59 994 - 2 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 20:15:09 627 - Unable to find an element after 3 sec ==> Proxy element for: AjaxElementLocator 'By.id: btnSubmit'
--- 30 Sep 20:15:13 932 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: ErrorSummaryHeader'
--- 30 Sep 20:15:14 003 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b42835239c69b82d594f326619645b16)] -> id: lightbox]
--- 30 Sep 20:15:14 069 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b42835239c69b82d594f326619645b16)] -> id: i0116]
--- 30 Sep 20:15:14 128 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b42835239c69b82d594f326619645b16)] -> id: i0116]
--- 30 Sep 20:15:19 564 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b42835239c69b82d594f326619645b16)] -> id: idSIButton9]
--- 30 Sep 20:15:20 863 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b42835239c69b82d594f326619645b16)] -> id: i0118]
--- 30 Sep 20:15:27 072 - Page URL:: https://login.microsoftonline.com/common/login
--- 30 Sep 20:15:27 072 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 20:15:27 162 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b42835239c69b82d594f326619645b16)] -> id: lightbox]
--- 30 Sep 20:15:27 606 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b42835239c69b82d594f326619645b16)] -> id: idSIButton9]
--- 30 Sep 20:15:30 925 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 30 Sep 20:15:30 925 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 20:15:30 998 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b42835239c69b82d594f326619645b16)] -> id: btnUpload]
--- 30 Sep 20:15:31 142 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 30 Sep 20:15:31 142 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 20:15:31 261 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b42835239c69b82d594f326619645b16)] -> css selector: .header]
--- 30 Sep 20:15:31 350 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b42835239c69b82d594f326619645b16)] -> xpath: //a[text()='Administration']]
--- 30 Sep 20:15:33 448 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b42835239c69b82d594f326619645b16)] -> xpath: //a[text()='Administration']]
--- 30 Sep 20:15:45 989 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //*[text()='Select All']'
--- 30 Sep 20:15:50 360 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //*[text()='Select All']'
--- 30 Sep 20:15:52 497 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 30 Sep 20:15:52 497 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 20:15:57 600 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b42835239c69b82d594f326619645b16)] -> xpath: //*[text()='Import Template']]
--- 30 Sep 20:16:28 771 - Unable to find an element after 25 sec ==> [[RemoteWebDriver: chrome on Windows 11 (b42835239c69b82d594f326619645b16)] -> 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 20:16:31 961 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b42835239c69b82d594f326619645b16)] -> xpath: //div[contains(@id,'DocumentRowHead')]]
--- 30 Sep 20:16:37 571 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 30 Sep 20:16:37 572 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
Expected: 'Barcode Type' droplist should Not display
Actual(Passed): Successfully verify Barcode Type' droplist is Not display[ScreenShot]
Actual(Passed): Successfully verify Barcode Type' droplist is Not display[ScreenShot]
--- 30 Sep 20:16:45 329 - TestCaseID:: verifyBarcodeTypeDroplistFunctionalities
--- 30 Sep 20:16:46 147 - 0 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:522)
--- 30 Sep 20:16:53 256 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/
--- 30 Sep 20:16:53 256 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 20:16:55 484 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (4c88dfc2276ba29d7fbc311dacd96ac1)] -> id: idSIButton9]
--- 30 Sep 20:16:55 585 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (4c88dfc2276ba29d7fbc311dacd96ac1)] -> id: i0116]
--- 30 Sep 20:16:55 661 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (4c88dfc2276ba29d7fbc311dacd96ac1)] -> id: i0116]
--- 30 Sep 20:17:01 044 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (4c88dfc2276ba29d7fbc311dacd96ac1)] -> id: idSIButton9]
--- 30 Sep 20:17:02 331 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (4c88dfc2276ba29d7fbc311dacd96ac1)] -> id: i0118]
--- 30 Sep 20:17:08 873 - Page URL:: https://login.microsoftonline.com/common/login
--- 30 Sep 20:17:08 875 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 20:17:08 962 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (4c88dfc2276ba29d7fbc311dacd96ac1)] -> id: lightbox]
--- 30 Sep 20:17:09 395 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (4c88dfc2276ba29d7fbc311dacd96ac1)] -> id: idSIButton9]
--- 30 Sep 20:17:15 228 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/
--- 30 Sep 20:17:15 229 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 20:17:19 163 - Unable to find an element after 0 sec ==> [[RemoteWebDriver: chrome on Windows 11 (4c88dfc2276ba29d7fbc311dacd96ac1)] -> id: createdFIList]
--- 30 Sep 20:17:23 570 - 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 20:17:27 932 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //div[@class='mfiName']'
--- 30 Sep 20:17:32 552 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleAuditReport'
--- 30 Sep 20:17:36 838 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleErrorDetails'
--- 30 Sep 20:17:41 442 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleTransactionReport'
--- 30 Sep 20:17:45 583 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleLoginFailures'
--- 30 Sep 20:17:45 684 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 30 Sep 20:17:45 684 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 20:17:45 774 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (4c88dfc2276ba29d7fbc311dacd96ac1)] -> css selector: .header]
--- 30 Sep 20:17:48 375 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (4c88dfc2276ba29d7fbc311dacd96ac1)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
--- 30 Sep 20:17:51 637 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 30 Sep 20:17:51 637 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 20:17:51 712 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 30 Sep 20:17:51 712 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 20:17:51 804 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 30 Sep 20:17:51 805 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 20:17:51 876 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (4c88dfc2276ba29d7fbc311dacd96ac1)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 30 Sep 20:17:51 969 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 30 Sep 20:17:51 971 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 20:17:52 085 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (4c88dfc2276ba29d7fbc311dacd96ac1)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 30 Sep 20:17:52 305 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (4c88dfc2276ba29d7fbc311dacd96ac1)] -> 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 20:17:52 724 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (4c88dfc2276ba29d7fbc311dacd96ac1)] -> id: searchFIIdName]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
--- 30 Sep 20:17:55 971 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 30 Sep 20:17:55 971 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 20:17:58 221 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (4c88dfc2276ba29d7fbc311dacd96ac1)] -> xpath: //div[@class='ng-placeholder']]
--- 30 Sep 20:17:58 414 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (4c88dfc2276ba29d7fbc311dacd96ac1)] -> css selector: input[type=text]]
Fi details are matching [ScreenShot]
--- 30 Sep 20:18:07 724 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (4c88dfc2276ba29d7fbc311dacd96ac1)] -> xpath: //div[@class='textWrapper' and contains(text(),'Client Settings')]]
--- 30 Sep 20:18:13 079 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/client-settings
--- 30 Sep 20:18:13 079 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 20:18:17 633 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: step_title'
--- 30 Sep 20:18:17 700 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (4c88dfc2276ba29d7fbc311dacd96ac1)] -> id: enableClient]
--- 30 Sep 20:18:17 813 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/client-settings
--- 30 Sep 20:18:17 813 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 20:18:17 894 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (4c88dfc2276ba29d7fbc311dacd96ac1)] -> css selector: .header]
Successfully navigated to 'Client Settings' page [ScreenShot]
Clicked on Save button
Successfully verified 'Read Document Barcode' set as Enable [ScreenShot]
--- 30 Sep 20:18:31 229 - TestCaseID:: verifyBarcodeTypeDroplistFunctionalities
--- 30 Sep 20:18:32 058 - 0 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:522)
--- 30 Sep 20:18:35 389 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 30 Sep 20:18:35 389 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 20:19:02 570 - Unable to find an element after 10 sec ==> Proxy element for: AjaxElementLocator 'By.id: idSIButton9'
--- 30 Sep 20:19:02 671 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1bab81b8dbc79ffb4c2dac2bd42a04ed)] -> id: btnSubmit]
--- 30 Sep 20:19:02 752 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1bab81b8dbc79ffb4c2dac2bd42a04ed)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 30 Sep 20:19:02 826 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1bab81b8dbc79ffb4c2dac2bd42a04ed)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 30 Sep 20:19:08 366 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1bab81b8dbc79ffb4c2dac2bd42a04ed)] -> id: btnSubmit]
--- 30 Sep 20:19:11 175 - 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%3dvr2errghrvu9ugdppuv2g4nz7iwk505ovmp78pwmudhhp5hpklnxnrnrch_ck8qcuyyh2phpndygdk2gmbvx3uzjv_h4nazbu6vibjo0c0gsnlipzfmagq4odqtojsdtxmjwswmxcq1u3ejaxia7uheb8ph8uiegyyl3a8i-_jyu9fhpxeijjery95j9o-avbspwkwi7_qeoyc5y4p3mmq&response_mode=form_post&nonce=638633045900615375.zjm2njawmgutztu4zs00odq5lwe3zjitmdrknzmzywqwodc2yzdhzwi5ngetode1nc00otc3ltkyodqtmdlhmjc5yzrkzjjk&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 20:19:11 176 - 2 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 20:19:21 194 - Unable to find an element after 3 sec ==> Proxy element for: AjaxElementLocator 'By.id: btnSubmit'
--- 30 Sep 20:19:25 622 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: ErrorSummaryHeader'
--- 30 Sep 20:19:25 687 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1bab81b8dbc79ffb4c2dac2bd42a04ed)] -> id: lightbox]
--- 30 Sep 20:19:25 751 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1bab81b8dbc79ffb4c2dac2bd42a04ed)] -> id: i0116]
--- 30 Sep 20:19:25 807 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1bab81b8dbc79ffb4c2dac2bd42a04ed)] -> id: i0116]
--- 30 Sep 20:19:31 125 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1bab81b8dbc79ffb4c2dac2bd42a04ed)] -> id: idSIButton9]
--- 30 Sep 20:19:32 956 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1bab81b8dbc79ffb4c2dac2bd42a04ed)] -> id: i0118]
--- 30 Sep 20:19:39 177 - Page URL:: https://login.microsoftonline.com/common/login
--- 30 Sep 20:19:39 177 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 20:19:39 264 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1bab81b8dbc79ffb4c2dac2bd42a04ed)] -> id: lightbox]
--- 30 Sep 20:19:39 688 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1bab81b8dbc79ffb4c2dac2bd42a04ed)] -> id: idSIButton9]
--- 30 Sep 20:19:44 107 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 30 Sep 20:19:44 107 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 20:19:44 184 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1bab81b8dbc79ffb4c2dac2bd42a04ed)] -> id: btnUpload]
--- 30 Sep 20:19:44 323 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 30 Sep 20:19:44 323 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 20:19:44 405 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1bab81b8dbc79ffb4c2dac2bd42a04ed)] -> css selector: .header]
--- 30 Sep 20:19:44 470 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1bab81b8dbc79ffb4c2dac2bd42a04ed)] -> xpath: //a[text()='Administration']]
--- 30 Sep 20:19:46 570 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1bab81b8dbc79ffb4c2dac2bd42a04ed)] -> xpath: //a[text()='Administration']]
--- 30 Sep 20:19:55 977 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1bab81b8dbc79ffb4c2dac2bd42a04ed)] -> xpath: //div[contains(@id,'DocumentRowHead')]]
--- 30 Sep 20:20:01 594 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 30 Sep 20:20:01 594 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 20:20:08 424 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //div[@id='partyReviewOptionsDiv_42']//div[@class='selectize-input items full has-options has-items']'
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@7add9679)
0 ms
init(org.testng.TestRunner@7add9679)
10187 ms
verifyBarcodeTypeDroplistFunctionalities(, chrome_Windows 11)
367362 ms