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:12098)
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:
--- 08 Oct 20:09:43 601 - TestCaseID:: verifyBarcodeTypeDroplistFunctionalities_dummy
--- 08 Oct 20:09:46 545 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:522)
--- 08 Oct 20:09:51 633 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/
--- 08 Oct 20:09:51 634 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 08 Oct 20:09:53 913 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (14b991cb679ee2bac3ec5902edc06955)] -> id: idSIButton9]
--- 08 Oct 20:09:54 014 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (14b991cb679ee2bac3ec5902edc06955)] -> id: i0116]
--- 08 Oct 20:09:54 121 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (14b991cb679ee2bac3ec5902edc06955)] -> id: i0116]
--- 08 Oct 20:09:59 501 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (14b991cb679ee2bac3ec5902edc06955)] -> id: idSIButton9]
--- 08 Oct 20:10:00 877 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (14b991cb679ee2bac3ec5902edc06955)] -> id: i0118]
--- 08 Oct 20:10:08 099 - Page URL:: https://login.microsoftonline.com/common/login
--- 08 Oct 20:10:08 100 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 08 Oct 20:10:08 167 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (14b991cb679ee2bac3ec5902edc06955)] -> id: lightbox]
--- 08 Oct 20:10:08 245 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (14b991cb679ee2bac3ec5902edc06955)] -> id: idSIButton9]
--- 08 Oct 20:10:11 244 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/
--- 08 Oct 20:10:11 244 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 08 Oct 20:10:15 212 - Unable to find an element after 0 sec ==> [[RemoteWebDriver: chrome on Windows 11 (14b991cb679ee2bac3ec5902edc06955)] -> id: createdFIList]
--- 08 Oct 20:10:19 718 - 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'
--- 08 Oct 20:10:24 279 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //div[@class='mfiName']'
--- 08 Oct 20:10:28 631 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleAuditReport'
--- 08 Oct 20:10:32 773 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleErrorDetails'
--- 08 Oct 20:10:37 132 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleTransactionReport'
--- 08 Oct 20:10:41 499 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: titleLoginFailures'
--- 08 Oct 20:10:41 603 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 08 Oct 20:10:41 604 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 08 Oct 20:10:41 702 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (14b991cb679ee2bac3ec5902edc06955)] -> css selector: .header]
--- 08 Oct 20:10:43 987 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (14b991cb679ee2bac3ec5902edc06955)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
--- 08 Oct 20:10:47 250 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 08 Oct 20:10:47 251 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 08 Oct 20:10:47 332 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 08 Oct 20:10:47 333 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 08 Oct 20:10:47 411 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 08 Oct 20:10:47 412 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 08 Oct 20:10:47 470 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (14b991cb679ee2bac3ec5902edc06955)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 08 Oct 20:10:47 551 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 08 Oct 20:10:47 552 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 08 Oct 20:10:47 639 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (14b991cb679ee2bac3ec5902edc06955)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 08 Oct 20:10:47 832 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (14b991cb679ee2bac3ec5902edc06955)] -> 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]
--- 08 Oct 20:10:48 246 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (14b991cb679ee2bac3ec5902edc06955)] -> id: searchFIIdName]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
--- 08 Oct 20:10:51 454 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 08 Oct 20:10:51 455 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 08 Oct 20:10:53 745 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (14b991cb679ee2bac3ec5902edc06955)] -> xpath: //div[@class='ng-placeholder']]
--- 08 Oct 20:10:53 971 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (14b991cb679ee2bac3ec5902edc06955)] -> css selector: input[type=text]]
Fi details are matching [ScreenShot]
--- 08 Oct 20:11:03 425 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (14b991cb679ee2bac3ec5902edc06955)] -> xpath: //div[@class='textWrapper' and contains(text(),'Client Settings')]]
--- 08 Oct 20:11:08 767 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/client-settings
--- 08 Oct 20:11:08 767 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 08 Oct 20:11:13 367 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: step_title'
--- 08 Oct 20:11:13 445 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (14b991cb679ee2bac3ec5902edc06955)] -> id: enableClient]
--- 08 Oct 20:11:13 543 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/client-settings
--- 08 Oct 20:11:13 544 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 08 Oct 20:11:13 628 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (14b991cb679ee2bac3ec5902edc06955)] -> css selector: .header]
Successfully navigated to 'Client Settings' page [ScreenShot]
Clicked on Save button
Successfully verified 'Read Document Barcode' set as Disabled [ScreenShot]
--- 08 Oct 20:11:27 104 - TestCaseID:: verifyBarcodeTypeDroplistFunctionalities_dummy
--- 08 Oct 20:11:27 943 - 0 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:522)
--- 08 Oct 20:11:32 123 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 08 Oct 20:11:32 123 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 08 Oct 20:11:59 394 - Unable to find an element after 10 sec ==> Proxy element for: AjaxElementLocator 'By.id: idSIButton9'
--- 08 Oct 20:11:59 505 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (787f9ca97beec81025e0067729408dd5)] -> id: btnSubmit]
--- 08 Oct 20:11:59 602 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (787f9ca97beec81025e0067729408dd5)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 08 Oct 20:11:59 688 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (787f9ca97beec81025e0067729408dd5)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 08 Oct 20:12:05 225 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (787f9ca97beec81025e0067729408dd5)] -> id: btnSubmit]
--- 08 Oct 20:12:08 043 - 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%3dqjxnclbv_1ulf9h1bojlhsfmt5a9gwwh-f1viypoffm2m5sft_4eyznbk0sgpwixivhd3gfb4yowogx3znrptcelm9iprbr6lrv0fwjlnxkbag7ferj8scwopqfkdgqobodovgg5omfddnkzra1gdwyposeopqh9balsms_4xbz_n_qa0eepgatgqh4v5bp9-v4tcce22utwzbjyqzcb2q&response_mode=form_post&nonce=638639953742144352.yzkzmjjln2utytdizs00zgu4ltllmjutowq3zgy3mty5yjzkndi4zdbhmgetmdhjny00mtu4ltg5ytgtndgyzwe1mme2njll&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
--- 08 Oct 20:12:08 043 - 2 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 08 Oct 20:12:17 740 - Unable to find an element after 3 sec ==> Proxy element for: AjaxElementLocator 'By.id: btnSubmit'
--- 08 Oct 20:12:22 102 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: ErrorSummaryHeader'
--- 08 Oct 20:12:22 177 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (787f9ca97beec81025e0067729408dd5)] -> id: lightbox]
--- 08 Oct 20:12:22 241 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (787f9ca97beec81025e0067729408dd5)] -> id: i0116]
--- 08 Oct 20:12:22 299 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (787f9ca97beec81025e0067729408dd5)] -> id: i0116]
--- 08 Oct 20:12:27 664 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (787f9ca97beec81025e0067729408dd5)] -> id: idSIButton9]
--- 08 Oct 20:12:28 973 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (787f9ca97beec81025e0067729408dd5)] -> id: i0118]
--- 08 Oct 20:12:35 188 - Page URL:: https://login.microsoftonline.com/common/login
--- 08 Oct 20:12:35 188 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 08 Oct 20:12:35 249 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (787f9ca97beec81025e0067729408dd5)] -> id: lightbox]
--- 08 Oct 20:12:35 654 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (787f9ca97beec81025e0067729408dd5)] -> id: idSIButton9]
--- 08 Oct 20:12:38 968 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 08 Oct 20:12:38 968 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 08 Oct 20:12:39 035 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (787f9ca97beec81025e0067729408dd5)] -> id: btnUpload]
--- 08 Oct 20:12:39 167 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 08 Oct 20:12:39 167 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 08 Oct 20:12:39 254 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (787f9ca97beec81025e0067729408dd5)] -> css selector: .header]
--- 08 Oct 20:12:39 323 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (787f9ca97beec81025e0067729408dd5)] -> xpath: //a[text()='Administration']]
--- 08 Oct 20:12:41 425 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (787f9ca97beec81025e0067729408dd5)] -> xpath: //a[text()='Administration']]
--- 08 Oct 20:12:49 377 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (787f9ca97beec81025e0067729408dd5)] -> xpath: //*[text()='Select All']]
--- 08 Oct 20:12:49 435 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (787f9ca97beec81025e0067729408dd5)] -> xpath: //*[text()='Select All']]
--- 08 Oct 20:12:54 551 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (787f9ca97beec81025e0067729408dd5)] -> xpath: //*[text()='Select All']]
--- 08 Oct 20:12:54 847 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 08 Oct 20:12:54 847 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 08 Oct 20:12:55 651 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (787f9ca97beec81025e0067729408dd5)] -> id: btnPrimary]
--- 08 Oct 20:12:55 709 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (787f9ca97beec81025e0067729408dd5)] -> id: btnPrimary]
--- 08 Oct 20:12:56 654 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (787f9ca97beec81025e0067729408dd5)] -> 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]
--- 08 Oct 20:12:56 898 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 08 Oct 20:12:56 898 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 08 Oct 20:13:02 008 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (787f9ca97beec81025e0067729408dd5)] -> xpath: //*[text()='Import Template']]
--- 08 Oct 20:13:19 458 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (787f9ca97beec81025e0067729408dd5)] -> 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@26c67726)
0 ms
init(org.testng.TestRunner@26c67726)
10193 ms
verifyBarcodeTypeDroplistFunctionalities_dummy(, chrome_Windows 11)
116182 ms