com.imm.testscripts.DocumentRTS.DocumentRTS
verifyBarcodeTypeDroplistFunctionalities_dummy
(, 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.GeneratedMethodAccessor9.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.$Proxy36.get(Unknown Source)
at com.imm.pages.DocumentMaintenanceRTS.expandSession(DocumentMaintenanceRTS.java:442)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyBarcodeTypeDroplistFunctionalities_dummy(DocumentRTS.java:12099)
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_dummy"/>
</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_dummy
P1
verifyBarcodeTypeDroplistFunctionalities_dummy
Smoke
verifyBarcodeTypeDroplistFunctionalities_dummy
Times for IMM_Esign_Chrome
Total running time: 1 minutes
Reporter output for IMM_Esign_Chrome
verifyBarcodeTypeDroplistFunctionalities_dummy(, 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]
Index 0 out of bounds for length 0 [ScreenShot]
Verify Barcode Type droplist functionality
Steps:
--- 09 Oct 14:31:54 386 - TestCaseID:: verifyBarcodeTypeDroplistFunctionalities_dummy
--- 09 Oct 14:31:57 811 - 3 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:522)
--- 09 Oct 14:32:02 079 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/
--- 09 Oct 14:32:02 079 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 09 Oct 14:32:04 084 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8cea7744ed727e367a382e9cf9d78758)] -> id: idSIButton9]
--- 09 Oct 14:32:04 206 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8cea7744ed727e367a382e9cf9d78758)] -> id: i0116]
--- 09 Oct 14:32:04 315 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8cea7744ed727e367a382e9cf9d78758)] -> id: i0116]
--- 09 Oct 14:32:10 007 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8cea7744ed727e367a382e9cf9d78758)] -> id: idSIButton9]
--- 09 Oct 14:32:12 020 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8cea7744ed727e367a382e9cf9d78758)] -> id: i0118]
--- 09 Oct 14:32:18 282 - Page URL:: https://login.microsoftonline.com/common/login
--- 09 Oct 14:32:18 283 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 09 Oct 14:32:18 393 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8cea7744ed727e367a382e9cf9d78758)] -> id: lightbox]
--- 09 Oct 14:32:18 859 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8cea7744ed727e367a382e9cf9d78758)] -> id: idSIButton9]
--- 09 Oct 14:32:21 865 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/
--- 09 Oct 14:32:21 866 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 09 Oct 14:32:25 562 - Unable to find an element after 0 sec ==> [[RemoteWebDriver: chrome on Windows 11 (8cea7744ed727e367a382e9cf9d78758)] -> id: createdFIList]
--- 09 Oct 14:32:30 133 - 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'
--- 09 Oct 14:32:34 615 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //div[@class='mfiName']'
--- 09 Oct 14:32:39 030 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleAuditReport'
--- 09 Oct 14:32:43 654 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleErrorDetails'
--- 09 Oct 14:32:48 217 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleTransactionReport'
--- 09 Oct 14:32:52 807 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleLoginFailures'
--- 09 Oct 14:32:52 909 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 09 Oct 14:32:52 910 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 09 Oct 14:32:53 025 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8cea7744ed727e367a382e9cf9d78758)] -> css selector: .header]
--- 09 Oct 14:32:55 341 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8cea7744ed727e367a382e9cf9d78758)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
--- 09 Oct 14:32:58 610 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 09 Oct 14:32:58 610 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 09 Oct 14:32:58 691 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 09 Oct 14:32:58 691 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 09 Oct 14:32:58 780 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 09 Oct 14:32:58 780 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 09 Oct 14:32:58 854 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8cea7744ed727e367a382e9cf9d78758)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 09 Oct 14:32:58 939 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 09 Oct 14:32:58 940 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 09 Oct 14:32:59 029 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8cea7744ed727e367a382e9cf9d78758)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 09 Oct 14:32:59 249 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8cea7744ed727e367a382e9cf9d78758)] -> 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]
--- 09 Oct 14:32:59 630 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8cea7744ed727e367a382e9cf9d78758)] -> id: searchFIIdName]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
--- 09 Oct 14:33:02 843 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 09 Oct 14:33:02 843 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 09 Oct 14:33:05 145 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8cea7744ed727e367a382e9cf9d78758)] -> xpath: //div[@class='ng-placeholder']]
--- 09 Oct 14:33:05 350 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8cea7744ed727e367a382e9cf9d78758)] -> css selector: input[type=text]]
Fi details are matching [ScreenShot]
--- 09 Oct 14:33:14 730 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8cea7744ed727e367a382e9cf9d78758)] -> xpath: //div[@class='textWrapper' and contains(text(),'Client Settings')]]
--- 09 Oct 14:33:20 086 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/client-settings
--- 09 Oct 14:33:20 087 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 09 Oct 14:33:24 746 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: step_title'
--- 09 Oct 14:33:24 828 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8cea7744ed727e367a382e9cf9d78758)] -> id: enableClient]
--- 09 Oct 14:33:24 927 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/client-settings
--- 09 Oct 14:33:24 928 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 09 Oct 14:33:25 013 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8cea7744ed727e367a382e9cf9d78758)] -> css selector: .header]
Successfully navigated to 'Client Settings' page [ScreenShot]
Clicked on Save button
Successfully verified 'Read Document Barcode' set as Disabled [ScreenShot]
--- 09 Oct 14:33:38 497 - TestCaseID:: verifyBarcodeTypeDroplistFunctionalities_dummy
--- 09 Oct 14:33:39 334 - 0 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:522)
--- 09 Oct 14:33:42 268 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 09 Oct 14:33:42 268 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 09 Oct 14:34:09 219 - Unable to find an element after 10 sec ==> Proxy element for: AjaxElementLocator 'By.id: idSIButton9'
--- 09 Oct 14:34:09 283 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ceeeaeeef5584cea390660ea20c9653b)] -> id: btnSubmit]
--- 09 Oct 14:34:09 361 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ceeeaeeef5584cea390660ea20c9653b)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 09 Oct 14:34:09 432 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ceeeaeeef5584cea390660ea20c9653b)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 09 Oct 14:34:14 880 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ceeeaeeef5584cea390660ea20c9653b)] -> id: btnSubmit]
--- 09 Oct 14:34:17 694 - 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%3dhcwzghbwqmmajhu1eqtqdfy2q4b8x1jq_knny0d3yzewqfkb12zsodxpjwv-hbe6eihhjdsf9jciawl6x5qc2m-4qr6nyzbaradx-_fdgqlxveofc-dmsfjfkjqgm7s7-x7r1whhbtaj--uky791loam2v1rcdt2winu8vdrhdjcg8kejp8s5ikk-fpvy6uc57vsoimq97u7_qxjvwmcqg&response_mode=form_post&nonce=638640615057679668.ndcwntyxmzetzjvhnc00yzyylwewowmtztm3ndu1oddimmflzgfmzwrjyjitodmwms00mtc3ltg3mdytmjhjztm2nguzyzi3&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
--- 09 Oct 14:34:17 695 - 2 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 09 Oct 14:34:27 136 - Unable to find an element after 3 sec ==> Proxy element for: AjaxElementLocator 'By.id: btnSubmit'
--- 09 Oct 14:34:31 719 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: ErrorSummaryHeader'
--- 09 Oct 14:34:31 785 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ceeeaeeef5584cea390660ea20c9653b)] -> id: lightbox]
--- 09 Oct 14:34:31 851 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ceeeaeeef5584cea390660ea20c9653b)] -> id: i0116]
--- 09 Oct 14:34:31 916 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ceeeaeeef5584cea390660ea20c9653b)] -> id: i0116]
--- 09 Oct 14:34:37 327 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ceeeaeeef5584cea390660ea20c9653b)] -> id: idSIButton9]
--- 09 Oct 14:34:38 656 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ceeeaeeef5584cea390660ea20c9653b)] -> id: i0118]
--- 09 Oct 14:34:44 805 - Page URL:: https://login.microsoftonline.com/common/login
--- 09 Oct 14:34:44 806 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 09 Oct 14:34:44 870 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ceeeaeeef5584cea390660ea20c9653b)] -> id: lightbox]
--- 09 Oct 14:34:45 276 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ceeeaeeef5584cea390660ea20c9653b)] -> id: idSIButton9]
--- 09 Oct 14:34:48 789 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 09 Oct 14:34:48 790 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 09 Oct 14:34:48 881 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ceeeaeeef5584cea390660ea20c9653b)] -> id: btnUpload]
--- 09 Oct 14:34:49 041 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 09 Oct 14:34:49 042 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 09 Oct 14:34:49 161 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ceeeaeeef5584cea390660ea20c9653b)] -> css selector: .header]
--- 09 Oct 14:34:49 251 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ceeeaeeef5584cea390660ea20c9653b)] -> xpath: //a[text()='Administration']]
--- 09 Oct 14:34:51 360 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ceeeaeeef5584cea390660ea20c9653b)] -> xpath: //a[text()='Administration']]
--- 09 Oct 14:34:59 444 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ceeeaeeef5584cea390660ea20c9653b)] -> xpath: //*[text()='Select All']]
--- 09 Oct 14:34:59 512 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ceeeaeeef5584cea390660ea20c9653b)] -> xpath: //*[text()='Select All']]
--- 09 Oct 14:35:04 606 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ceeeaeeef5584cea390660ea20c9653b)] -> xpath: //*[text()='Select All']]
--- 09 Oct 14:35:04 874 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 09 Oct 14:35:04 875 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 09 Oct 14:35:05 690 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ceeeaeeef5584cea390660ea20c9653b)] -> id: btnPrimary]
--- 09 Oct 14:35:05 755 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ceeeaeeef5584cea390660ea20c9653b)] -> id: btnPrimary]
--- 09 Oct 14:35:06 777 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ceeeaeeef5584cea390660ea20c9653b)] -> 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]
--- 09 Oct 14:35:07 020 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 09 Oct 14:35:07 021 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 09 Oct 14:35:12 122 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ceeeaeeef5584cea390660ea20c9653b)] -> xpath: //*[text()='Import Template']]
--- 09 Oct 14:35:29 536 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ceeeaeeef5584cea390660ea20c9653b)] -> id: globalErrorMessage]
Expected: The File upload in Import template
Actual(Failed): Failed to upload in the import template[ScreenShot]
Actual(Failed): Failed to upload in the import template[ScreenShot]
Index 0 out of bounds for length 0 [ScreenShot]
52 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
verifyBarcodeTypeDroplistFunctionalities
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
verifyBarcodeTypeDroplistFunctionalities
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@4424285)
0 ms
init(org.testng.TestRunner@4424285)
10212 ms
verifyBarcodeTypeDroplistFunctionalities_dummy(, chrome_Windows 11)
116551 ms