com.imm.testscripts.DocumentRTS.DocumentRTS
verifyCreateSessionUsingBarcodeDocument
({Tenant_URL=https://esignnonprod.immesign.com/qa/tenantmanager/, EditFullName=, Email=, Platform=TeSign-[TeSign], Sender_Emails=, ShortName=StudentS,AnchorS,cpatrickS,MPSC, PartyName=, IndexFieldsValue=CSI-WKFS-BarcodeParser(ACCOUNT_NUMBER);CSI-WKFS-BarcodeParser(SUB_ACCOUNT_NUMBER) , password=, PartiesToView=, ReceivedFromNames=, TextField=, plusfi=FALSE, ImagingSettings=f510f9cb759a42a0b78ee7dc5525ea59;e917aef6-cb85-42bd-b38f-6b489b785cf7;e01cd231-0c08-4a4b-9b92-f5c06336b668;https://sandbox-api.csibridge.com/centerdoc/api/Document;https://testidentity.csiweb.com/connect/token;, DocumentName=, Dropdownvalues=, Workflow=, AttachmentTypeOption=, NumOfAttachments=, Folderpath=src/main/resources/testdata/files/documentRTS/Student;src/main/resources/testdata/files/documentRTS/Dynamic;src/main/resources/testdata/files/documentRTS/OCR;, NameDescription=StudentDescription,AnchorSDescription,cpatrickSDescription,MPSC_Description, Export_Values=, UserType=Admin, Tenant_User=immadmin2@immesignqa.onmicrosoft.com, Group=, Description=Verify create session with barcode documnets, Message=, BarcodeDropdownValues=None;Wolters Kluwer, FileName=DocumentExport.csv, EditShortName=, Phone_Number=, Step Name=, Filepath=src/main/resources/testdata/files/BarcodeDocuments/Cert of Prior_Account Barcode.pdf;src/main/resources/testdata/files/BarcodeDocuments/Corp Reso_Account Barcode.pdf;src/main/resources/testdata/files/BarcodeDocuments/Customer Doc_CIF (TIN_EIN) Number Barcode _(1).pdf;src/main/resources/testdata/files/BarcodeDocuments/Customer Doc_ CIF (TIN_EIN) Number Barcode_(2).pdf;src/main/resources/testdata/files/BarcodeDocuments/EFT_Account Barcode.pdf;src/main/resources/testdata/files/BarcodeDocuments/MPSC_Account Barcode.pdf;src/main/resources/testdata/files/documentRTS/Dynamic/Anchor_1_Consumer.pdf;src/main/resources/testdata/files/documentRTS/OCR/cpatrick_6MonthCD_012820202676654.pdf;src/main/resources/testdata/files/BarcodeDocuments/005BA1.pdf, DocumentPermission=, TestID=verifyCreateSessionUsingBarcodeDocument, FItype=Unified, Required=, IndexSource=, Document Names=, Inbox=, Password=iMM@2022, Path=src/main/resources/testdata/files/BarcodeDocuments/BarcodeTemplates2.zip;src/main/resources/testdata/files/BarcodeDocuments/BarcodeFunctionalityTemplates2.zip, Tenant_Password=iMM@2022, UserName=, Comments=, Email_Id=, Index_Field_Name=Account_Number;Sub_Account_Number, Sender_Email_Id=, FI_ID=AdobeUser, Vendor=, From=, TemplatePermission=, Subject=, Date=, Response=, Type=TeSign Documents;, AttachmentPath=, Username=janedoe@immtestcu.onmicrosoft.com, FullName=StudentF,AnchorF,cpatrickF,MPSC_F, EditNameDescription=, ErrorMessage=})
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
at java.base/java.util.Objects.checkIndex(Objects.java:385)
at java.base/java.util.ArrayList.get(ArrayList.java:427)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.openqa.selenium.support.pagefactory.internal.LocatingElementListHandler.invoke(LocatingElementListHandler.java:40)
at jdk.proxy2/jdk.proxy2.$Proxy40.get(Unknown Source)
at com.imm.pages.DocumentMaintenanceRTS.expandSession(DocumentMaintenanceRTS.java:480)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyCreateSessionUsingBarcodeDocument(DocumentRTS.java:15716)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
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:1596)
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 create session using barcode document)
C:\Users\sunitha.patterm\AppData\Local\Temp\testng-eclipse-98142625\testng-customsuite.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="SIGN"/>
<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="500" name="Default test" verbose="2">
<classes>
<class name="com.imm.testscripts.DocumentRTS.DocumentRTS">
<methods>
<include name="verifyCreateSessionUsingBarcodeDocument"/>
</methods>
</class> <!-- com.imm.testscripts.DocumentRTS.DocumentRTS -->
</classes>
</test> <!-- Default test -->
</suite> <!-- IMM_Esign_Chrome -->
Tests for IMM_Esign_Chrome
- Default test (1 class)
Groups for IMM_Esign_Chrome
DocumentRTS
verifyCreateSessionUsingBarcodeDocument
P1
verifyCreateSessionUsingBarcodeDocument
Smoke
verifyCreateSessionUsingBarcodeDocument
Times for IMM_Esign_Chrome
Total running time: 3 minutes
Reporter output for IMM_Esign_Chrome
verifyCreateSessionUsingBarcodeDocument({Tenant_URL=https://esignnonprod.immesign.com/qa/tenantmanager/, EditFullName=, Email=, Platform=TeS...)
Index 0 out of bounds for length 0 [ScreenShot]
Verify create session with barcode documnets COMMENTS:
Steps:
--- 21 Jul 10:30:42 275 - TestCaseID:: verifyCreateSessionUsingBarcodeDocument
--- 21 Jul 10:30:46 975 - 4 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558)
--- 21 Jul 10:30:55 450 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 21 Jul 10:30:55 451 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 21 Jul 10:30:55 703 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4ddbbce3a518ed31d553c68aca48a842)] -> xpath: //*[@id='btnSubmit']]
--- 21 Jul 10:30:55 868 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4ddbbce3a518ed31d553c68aca48a842)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 21 Jul 10:30:56 893 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4ddbbce3a518ed31d553c68aca48a842)] -> xpath: //*[@id='btnSubmit']]
--- 21 Jul 10:31:02 476 - 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%3dnhrqzzg8_zyo7zldrmi5gxvr5llyrsgdca32brwl7yhbdhbv6z_kjq-pnzihf3xd1b0oooqg3sncm5-yyeynzs68elsue0porn-kxns23fhkij-cx1fcy9vzulktl7wrtkg4ipm9dysnv-98iktty4-ndohxjkm0g35nesxqmpykkoof7twp_to0w1erx273xorwxklwdp-owkuy40eycg&response_mode=form_post&nonce=638886708572210313.mtriytkwotitnmflns00ytfjlwjlyzctmmuxzwe0yme3mmywn2iyztyxyzytode4os00ntg2lwjhzmytndq3ndjizjgzyjax&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
--- 21 Jul 10:31:02 476 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 21 Jul 10:31:07 594 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4ddbbce3a518ed31d553c68aca48a842)] -> id: lightbox]
--- 21 Jul 10:31:07 697 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4ddbbce3a518ed31d553c68aca48a842)] -> id: i0116]
--- 21 Jul 10:31:08 480 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4ddbbce3a518ed31d553c68aca48a842)] -> id: idSIButton9]
--- 21 Jul 10:31:11 800 - 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%3dnhrqzzg8_zyo7zldrmi5gxvr5llyrsgdca32brwl7yhbdhbv6z_kjq-pnzihf3xd1b0oooqg3sncm5-yyeynzs68elsue0porn-kxns23fhkij-cx1fcy9vzulktl7wrtkg4ipm9dysnv-98iktty4-ndohxjkm0g35nesxqmpykkoof7twp_to0w1erx273xorwxklwdp-owkuy40eycg&response_mode=form_post&nonce=638886708572210313.mtriytkwotitnmflns00ytfjlwjlyzctmmuxzwe0yme3mmywn2iyztyxyzytode4os00ntg2lwjhzmytndq3ndjizjgzyjax&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
--- 21 Jul 10:31:11 800 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 21 Jul 10:31:14 001 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4ddbbce3a518ed31d553c68aca48a842)] -> id: idSIButton9]
--- 21 Jul 10:31:18 297 - Page URL:: https://login.microsoftonline.com/common/login
--- 21 Jul 10:31:18 298 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 21 Jul 10:31:18 393 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4ddbbce3a518ed31d553c68aca48a842)] -> id: lightbox]
--- 21 Jul 10:31:18 497 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4ddbbce3a518ed31d553c68aca48a842)] -> id: idSIButton9]
--- 21 Jul 10:31:27 315 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 21 Jul 10:31:27 315 - 8 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 21 Jul 10:31:30 492 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 21 Jul 10:31:30 492 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 21 Jul 10:31:30 611 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4ddbbce3a518ed31d553c68aca48a842)] -> id: btnUpload]
--- 21 Jul 10:31:33 856 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 21 Jul 10:31:33 856 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 21 Jul 10:31:33 945 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4ddbbce3a518ed31d553c68aca48a842)] -> css selector: .header]
--- 21 Jul 10:31:34 052 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4ddbbce3a518ed31d553c68aca48a842)] -> xpath: //a[text()='Administration']]
--- 21 Jul 10:31:43 373 - Page URL:: https://esignplusqa.immesign.com/teaasp/imaging
--- 21 Jul 10:31:43 374 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 21 Jul 10:31:43 472 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4ddbbce3a518ed31d553c68aca48a842)] -> id: immPageTitle]
--- 21 Jul 10:31:46 687 - Page URL:: https://esignplusqa.immesign.com/teaasp/imaging
--- 21 Jul 10:31:46 687 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 21 Jul 10:31:46 777 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4ddbbce3a518ed31d553c68aca48a842)] -> css selector: .header]
--- 21 Jul 10:31:49 898 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4ddbbce3a518ed31d553c68aca48a842)] -> xpath: //div[@id='ImagingSystemDiv']//select[@class='form-control']]
--- 21 Jul 10:32:13 718 - Page URL:: https://esignplusqa.immesign.com/teaasp/imaging
--- 21 Jul 10:32:13 720 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 21 Jul 10:32:36 178 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4ddbbce3a518ed31d553c68aca48a842)] -> xpath: //a[text()='Administration']]
--- 21 Jul 10:32:44 509 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 21 Jul 10:32:44 510 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 21 Jul 10:32:44 601 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4ddbbce3a518ed31d553c68aca48a842)] -> xpath: //button[@id='btnAddNewIndexType']]
--- 21 Jul 10:32:47 890 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 21 Jul 10:32:47 891 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 21 Jul 10:32:48 010 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4ddbbce3a518ed31d553c68aca48a842)] -> css selector: .header]
--- 21 Jul 10:33:08 213 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4ddbbce3a518ed31d553c68aca48a842)] -> css selector: .ul-buttons-block.marginT-10.paddingB-off>li:nth-child(2)>.btn.marginR-off.marginR-5]
--- 21 Jul 10:33:14 725 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 21 Jul 10:33:14 726 - 6 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 21 Jul 10:33:15 304 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4ddbbce3a518ed31d553c68aca48a842)] -> xpath: //a[text()='Administration']]
--- 21 Jul 10:33:20 400 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4ddbbce3a518ed31d553c68aca48a842)] -> xpath: //*[text()='Select All']]
--- 21 Jul 10:33:20 509 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4ddbbce3a518ed31d553c68aca48a842)] -> xpath: //*[text()='Select All']]
--- 21 Jul 10:33:25 602 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4ddbbce3a518ed31d553c68aca48a842)] -> xpath: //*[text()='Select All']]
--- 21 Jul 10:33:28 849 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 21 Jul 10:33:28 850 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 21 Jul 10:33:30 474 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4ddbbce3a518ed31d553c68aca48a842)] -> 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]
--- 21 Jul 10:33:30 703 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (4ddbbce3a518ed31d553c68aca48a842)] -> xpath: //*[text()='Import Template']]
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]
62 ignored methods
com.imm.testscripts.DocumentRTS.DocumentRTS
verifyAddingOptionalSigDocuments
verifyGovernmentIDAuthenticationSigningMethod
verifyUIelementsForDefineAttachmentsOnTheDocumentMaintenanceRTSPage
verifyAddingSignatureFieldsInDesignerPage
verifyMergingDocswithSameName1
verifySplitPDFSession
verifyAdobeSMSPasswordAuthenticationSigningMethodRTSSession
verifyKBAAuthenticationSigningMethod
verifyProcessASessionWithASingleWorkflow
verifyEmailAuthenticationSigningMethod
verifySenderEmailIneSignatureManagementPage
verifyTemplateMangementInTheDocumentRTSPage
verifyProcessSessionWithAttachmentAndReProcess
verifyProcessingASessionAndMergingRTSDocuments
verifyImageBasedDocumentInTheDocumentRTSPage
verifyAdobeSMSPhoneAuthenticationSigningMethodRTSSession
verifySMSKioskFeatureSignerInformationRTSSession
verifyMergingDocswithSameName
verifyAdobeSMSBlendedSigningIDMeAuthentication
verifyAdobeSMSKBAAuthenticationSigningMethodRTSSession
verifyUploadMaxFileSizeLimitInTemplateManagerPageWhenDefaultFileSizeLimitSet
verifyInPersonSigningMethodineSignPage
verifyUIelementsOnTheDocumentMaintenanceRTSPage
verifyConditionalRoutingWithDocumentTypes
verifyDynamicDocPDFSession
verifyEdeliveryMergeReorder
verifyDocumentWithTemplateDesignPage
verifyAdobeSMSGovernmentIDAuthenticationSigningMethodRTSSession
verifyProcessASessionWithAMultipleWorkflow
verifySearchCriteriaOnTheDocumentMaintenanceRTSPage
verifyMultipleDocumentUploadIncollectionDocumentPage
verifyPasswordAuthenticationSigningMethod
verifyAdobeSMSInPersonSigningMethodRTSSession
verifyUploadMaxFileSizeLimitInCollectedDocumentsPageWhenDefaultFileSizeLimitSet
verifyTemplateMangementInTheCollectedDocumentPagee
verifyReversingPartySequence
verifySessionsInCollectionDocumentPage
verifyBarcodeTypeAndBarcodeFunctionUI
verifyUIElementsInCollectionDocumentPage
VerifyAddingIndexFieldsType
verifyPermissionsForDefiningDocuments
verifyAddingUnknownDocumentsToASession
verifyMaxFileSizeLimitAddDocumentsToSessionWhenDefaultFileSizeLimitSet
verifyIDMeAuthenticationSigningMethod
verifyExportAndDeletingTemplatesOnTheDocumentMaintenanceRTSPage
verifyAddingDocumentsAndAttachmentInCollectionDocumentPage
verifyReadDocumentBarcodeOptionInTenantManagerAndSign
verifyAdobeSMSIDMeAuthenticationSigningMethodRTSSession
verifyDefiningDocumentsWithDisablePermissions
verifyReversingDocumentOrder
verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage
verifyAddingDocumentsToASessionRTS
verifyAdobeSMSEmailAuthenticationSigningMethodRTSSession
verifyMergingSignersUIImprovements
verifyTemplateMangementInTheCollectedDocumentPagee2
AddingattachmentToExistingSessionInCollectionDocumentPage
verifyDeliveryRouteToUserWithDocVisibilityOff
verifyUploadInCollectionDocumentPage
verifyPhoneAuthenticationSigningMethod
verifySMSOptionInSigningMethods
verifyProcessSessionDeleteDocumentAndFinishSigning
verifyParallelDocumentUploadIncollectionDocumentPage
verifyGovernmentIDAuthenticationSigningMethod
verifyUIelementsForDefineAttachmentsOnTheDocumentMaintenanceRTSPage
verifyAddingSignatureFieldsInDesignerPage
verifyMergingDocswithSameName1
verifySplitPDFSession
verifyAdobeSMSPasswordAuthenticationSigningMethodRTSSession
verifyKBAAuthenticationSigningMethod
verifyProcessASessionWithASingleWorkflow
verifyEmailAuthenticationSigningMethod
verifySenderEmailIneSignatureManagementPage
verifyTemplateMangementInTheDocumentRTSPage
verifyProcessSessionWithAttachmentAndReProcess
verifyProcessingASessionAndMergingRTSDocuments
verifyImageBasedDocumentInTheDocumentRTSPage
verifyAdobeSMSPhoneAuthenticationSigningMethodRTSSession
verifySMSKioskFeatureSignerInformationRTSSession
verifyMergingDocswithSameName
verifyAdobeSMSBlendedSigningIDMeAuthentication
verifyAdobeSMSKBAAuthenticationSigningMethodRTSSession
verifyUploadMaxFileSizeLimitInTemplateManagerPageWhenDefaultFileSizeLimitSet
verifyInPersonSigningMethodineSignPage
verifyUIelementsOnTheDocumentMaintenanceRTSPage
verifyConditionalRoutingWithDocumentTypes
verifyDynamicDocPDFSession
verifyEdeliveryMergeReorder
verifyDocumentWithTemplateDesignPage
verifyAdobeSMSGovernmentIDAuthenticationSigningMethodRTSSession
verifyProcessASessionWithAMultipleWorkflow
verifySearchCriteriaOnTheDocumentMaintenanceRTSPage
verifyMultipleDocumentUploadIncollectionDocumentPage
verifyPasswordAuthenticationSigningMethod
verifyAdobeSMSInPersonSigningMethodRTSSession
verifyUploadMaxFileSizeLimitInCollectedDocumentsPageWhenDefaultFileSizeLimitSet
verifyTemplateMangementInTheCollectedDocumentPagee
verifyReversingPartySequence
verifySessionsInCollectionDocumentPage
verifyBarcodeTypeAndBarcodeFunctionUI
verifyUIElementsInCollectionDocumentPage
VerifyAddingIndexFieldsType
verifyPermissionsForDefiningDocuments
verifyAddingUnknownDocumentsToASession
verifyMaxFileSizeLimitAddDocumentsToSessionWhenDefaultFileSizeLimitSet
verifyIDMeAuthenticationSigningMethod
verifyExportAndDeletingTemplatesOnTheDocumentMaintenanceRTSPage
verifyAddingDocumentsAndAttachmentInCollectionDocumentPage
verifyReadDocumentBarcodeOptionInTenantManagerAndSign
verifyAdobeSMSIDMeAuthenticationSigningMethodRTSSession
verifyDefiningDocumentsWithDisablePermissions
verifyReversingDocumentOrder
verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage
verifyAddingDocumentsToASessionRTS
verifyAdobeSMSEmailAuthenticationSigningMethodRTSSession
verifyMergingSignersUIImprovements
verifyTemplateMangementInTheCollectedDocumentPagee2
AddingattachmentToExistingSessionInCollectionDocumentPage
verifyDeliveryRouteToUserWithDocVisibilityOff
verifyUploadInCollectionDocumentPage
verifyPhoneAuthenticationSigningMethod
verifySMSOptionInSigningMethods
verifyProcessSessionDeleteDocumentAndFinishSigning
verifyParallelDocumentUploadIncollectionDocumentPage
Methods in chronological order
com.imm.testscripts.DocumentRTS.DocumentRTS
initialize(org.testng.TestRunner@6b83ec49)
0 ms
init(org.testng.TestRunner@6b83ec49)
10245 ms
verifyCreateSessionUsingBarcodeDocument({Tenant_URL=https://esignnonprod.immesign.com/qa/tenantmanager/, EditFullName=, Email=, Platform=TeS...)
16069 ms