com.imm.testscripts.DocumentRTS.DocumentRTS
verifyBarcodeTypeDroplistFunctionalities
(, chrome_Windows 11)
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266)
at java.base/java.util.Objects.checkIndex(Objects.java:359)
at java.base/java.util.ArrayList.get(ArrayList.java:427)
at java.base/jdk.internal.reflect.GeneratedMethodAccessor64.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at org.openqa.selenium.support.pagefactory.internal.LocatingElementListHandler.invoke(LocatingElementListHandler.java:40)
at jdk.proxy2/jdk.proxy2.$Proxy39.get(Unknown Source)
at com.imm.pages.DocumentMaintenanceRTS.expandSession(DocumentMaintenanceRTS.java:448)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyBarcodeTypeDroplistFunctionalities(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)
(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]
Successfully verified 'Barcode Function' Not displayed [ScreenShot]
Index 0 out of bounds for length 0 [ScreenShot]
Verify Barcode Type droplist functionality
Steps:
--- 18 Oct 18:32:45 973 - TestCaseID:: verifyBarcodeTypeDroplistFunctionalities
--- 18 Oct 18:32:48 528 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:522)
--- 18 Oct 18:32:52 971 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/
--- 18 Oct 18:32:52 972 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 18 Oct 18:32:55 178 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1229e20d26517ee10c7323c2e7dd284e)] -> id: idSIButton9]
--- 18 Oct 18:32:55 298 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1229e20d26517ee10c7323c2e7dd284e)] -> id: i0116]
--- 18 Oct 18:32:55 390 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1229e20d26517ee10c7323c2e7dd284e)] -> id: i0116]
--- 18 Oct 18:33:00 896 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1229e20d26517ee10c7323c2e7dd284e)] -> id: idSIButton9]
--- 18 Oct 18:33:02 271 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1229e20d26517ee10c7323c2e7dd284e)] -> id: i0118]
--- 18 Oct 18:33:09 438 - Page URL:: https://login.microsoftonline.com/common/login
--- 18 Oct 18:33:09 439 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 18 Oct 18:33:09 518 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1229e20d26517ee10c7323c2e7dd284e)] -> id: lightbox]
--- 18 Oct 18:33:09 593 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1229e20d26517ee10c7323c2e7dd284e)] -> id: idSIButton9]
--- 18 Oct 18:33:12 902 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/
--- 18 Oct 18:33:12 903 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 18 Oct 18:33:17 424 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: createdFIList'
--- 18 Oct 18:33:21 976 - 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'
--- 18 Oct 18:33:26 451 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //div[@class='mfiName']'
--- 18 Oct 18:33:30 812 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleAuditReport'
--- 18 Oct 18:33:35 389 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleErrorDetails'
--- 18 Oct 18:33:39 894 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleTransactionReport'
--- 18 Oct 18:33:44 542 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleLoginFailures'
--- 18 Oct 18:33:44 666 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 18 Oct 18:33:44 667 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 18 Oct 18:33:44 820 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1229e20d26517ee10c7323c2e7dd284e)] -> css selector: .header]
--- 18 Oct 18:33:47 151 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1229e20d26517ee10c7323c2e7dd284e)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
--- 18 Oct 18:33:50 468 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 18 Oct 18:33:50 468 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 18 Oct 18:33:50 547 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 18 Oct 18:33:50 548 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 18 Oct 18:33:50 632 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 18 Oct 18:33:50 633 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 18 Oct 18:33:50 703 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1229e20d26517ee10c7323c2e7dd284e)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 18 Oct 18:33:50 817 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 18 Oct 18:33:50 817 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 18 Oct 18:33:50 938 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1229e20d26517ee10c7323c2e7dd284e)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 18 Oct 18:33:51 234 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1229e20d26517ee10c7323c2e7dd284e)] -> 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]
--- 18 Oct 18:33:51 692 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1229e20d26517ee10c7323c2e7dd284e)] -> id: searchFIIdName]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
--- 18 Oct 18:33:54 935 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 18 Oct 18:33:54 936 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 18 Oct 18:33:57 281 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1229e20d26517ee10c7323c2e7dd284e)] -> xpath: //div[@class='ng-placeholder']]
--- 18 Oct 18:33:57 582 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1229e20d26517ee10c7323c2e7dd284e)] -> css selector: input[type=text]]
Fi details are matching [ScreenShot]
--- 18 Oct 18:34:07 083 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1229e20d26517ee10c7323c2e7dd284e)] -> xpath: //div[@class='textWrapper' and contains(text(),'Client Settings')]]
--- 18 Oct 18:34:12 461 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/client-settings
--- 18 Oct 18:34:12 462 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 18 Oct 18:34:16 993 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: step_title'
--- 18 Oct 18:34:17 080 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1229e20d26517ee10c7323c2e7dd284e)] -> id: enableClient]
--- 18 Oct 18:34:17 227 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/client-settings
--- 18 Oct 18:34:17 228 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 18 Oct 18:34:17 320 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1229e20d26517ee10c7323c2e7dd284e)] -> 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]
--- 18 Oct 18:34:28 916 - TestCaseID:: verifyBarcodeTypeDroplistFunctionalities
--- 18 Oct 18:34:30 346 - 1 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:522)
--- 18 Oct 18:34:33 501 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 18 Oct 18:34:33 503 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 18 Oct 18:35:01 028 - Unable to find an element after 10 sec ==> Proxy element for: AjaxElementLocator 'By.id: idSIButton9'
--- 18 Oct 18:35:01 139 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9713cc415152830412fe383b336afedd)] -> id: btnSubmit]
--- 18 Oct 18:35:01 249 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9713cc415152830412fe383b336afedd)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 18 Oct 18:35:01 334 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9713cc415152830412fe383b336afedd)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 18 Oct 18:35:06 836 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9713cc415152830412fe383b336afedd)] -> id: btnSubmit]
--- 18 Oct 18:35:10 130 - 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%3dc8diojabufgpfc9s1urz0b_vnoyqdtikfi9kxcc9svaxw6owgtwnbwul_byesvaqekdw4bxbaeu2fu2x_kyhhbpnxhuxskakauvolxeu6qlx9clwajerrvcog2enypbnljhcgw4yodlujmo_4gfmbtutyk4nsowkwuwr9w9wopsrdiivfmr4dd_qqmrencwdo4ak809p1nndlczwiv7m4q&response_mode=form_post&nonce=638648535666373974.ntywnjm5ztgtytvims00m2jmltg4nzatnzg4ngnhmwe4n2viyjhlmzkyzgutngjmyi00zjjlltkwytatywu0ywy4mzm2ymzm&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
--- 18 Oct 18:35:10 130 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 18 Oct 18:35:20 199 - Unable to find an element after 3 sec ==> Proxy element for: AjaxElementLocator 'By.id: btnSubmit'
--- 18 Oct 18:35:24 744 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: ErrorSummaryHeader'
--- 18 Oct 18:35:24 812 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9713cc415152830412fe383b336afedd)] -> id: lightbox]
--- 18 Oct 18:35:24 883 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9713cc415152830412fe383b336afedd)] -> id: i0116]
--- 18 Oct 18:35:24 947 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9713cc415152830412fe383b336afedd)] -> id: i0116]
--- 18 Oct 18:35:30 323 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9713cc415152830412fe383b336afedd)] -> id: idSIButton9]
--- 18 Oct 18:35:31 653 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9713cc415152830412fe383b336afedd)] -> id: i0118]
--- 18 Oct 18:35:37 909 - Page URL:: https://login.microsoftonline.com/common/login
--- 18 Oct 18:35:37 909 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 18 Oct 18:35:37 979 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9713cc415152830412fe383b336afedd)] -> id: lightbox]
--- 18 Oct 18:35:38 381 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9713cc415152830412fe383b336afedd)] -> id: idSIButton9]
--- 18 Oct 18:35:41 751 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 18 Oct 18:35:41 752 - 2 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 18 Oct 18:35:41 858 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9713cc415152830412fe383b336afedd)] -> id: btnUpload]
--- 18 Oct 18:35:42 065 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 18 Oct 18:35:42 065 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 18 Oct 18:35:42 185 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9713cc415152830412fe383b336afedd)] -> css selector: .header]
--- 18 Oct 18:35:44 313 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9713cc415152830412fe383b336afedd)] -> xpath: //a[text()='Administration']]
--- 18 Oct 18:35:46 441 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9713cc415152830412fe383b336afedd)] -> xpath: //a[text()='Administration']]
--- 18 Oct 18:35:53 473 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 18 Oct 18:35:53 473 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 18 Oct 18:35:53 534 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9713cc415152830412fe383b336afedd)] -> xpath: //button[@id='btnAddNewIndexType']]
--- 18 Oct 18:35:53 923 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 18 Oct 18:35:53 923 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 18 Oct 18:35:54 006 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9713cc415152830412fe383b336afedd)] -> css selector: .header]
Successfully verified 'Barcode Function' Not displayed [ScreenShot]
--- 18 Oct 18:36:09 163 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9713cc415152830412fe383b336afedd)] -> xpath: //a[text()='Administration']]
--- 18 Oct 18:36:11 288 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9713cc415152830412fe383b336afedd)] -> xpath: //a[text()='Administration']]
--- 18 Oct 18:36:18 962 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9713cc415152830412fe383b336afedd)] -> xpath: //*[text()='Select All']]
--- 18 Oct 18:36:19 019 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9713cc415152830412fe383b336afedd)] -> xpath: //*[text()='Select All']]
--- 18 Oct 18:36:24 092 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9713cc415152830412fe383b336afedd)] -> xpath: //*[text()='Select All']]
--- 18 Oct 18:36:24 355 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 18 Oct 18:36:24 356 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 18 Oct 18:36:25 150 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9713cc415152830412fe383b336afedd)] -> id: btnPrimary]
--- 18 Oct 18:36:25 205 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9713cc415152830412fe383b336afedd)] -> id: btnPrimary]
--- 18 Oct 18:36:26 478 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9713cc415152830412fe383b336afedd)] -> 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]
--- 18 Oct 18:36:28 734 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 18 Oct 18:36:28 735 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 18 Oct 18:36:33 822 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (9713cc415152830412fe383b336afedd)] -> xpath: //*[text()='Import Template']]
--- 18 Oct 18:37:05 130 - Unable to find an element after 25 sec ==> [[RemoteWebDriver: chrome on Windows 11 (9713cc415152830412fe383b336afedd)] -> 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]
Index 0 out of bounds for length 0 [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@51e55964)
0 ms
init(org.testng.TestRunner@51e55964)
36793 ms
verifyBarcodeTypeDroplistFunctionalities(, chrome_Windows 11)
142451 ms