com.imm.testscripts.DocumentRTS.DocumentRTS
verifyUploadMaxFileSizeLimitInTemplateManagerPageWhenDefaultFileSizeLimitSet
({Tenant_URL=, EditFullName=, Email=, Platform=, Sender_Emails=, ShortName=RTS_File_19_4MB, PartyName=, PartiesToView=, ReceivedFromNames=, TextField=, plusfi=FALSE, DocumentName=, Dropdownvalues=Loan Amount, Workflow=AdHoc Simple Workflow, AttachmentTypeOption=, NumOfAttachments=, Folderpath=src/main/resources/testdata/files/documentRTS/MaxFileSize, NameDescription=Students Loan repayment, Export_Values=, UserType=Admin, Tenant_User=, Group=, Description=verify Upload Max File Size Limit In Template Manager Page - AdobeOEM- Sign FI, Message=, FileName=, EditShortName=, Phone_Number=, Step Name=, Filepath=src/main/resources/testdata/files/documentRTS/MaxFileSize/RTS_File_19_4MB.pdf, DocumentPermission=, TestID=verifyUploadMaxFileSizeLimitInTemplateManagerPageWhenDefaultFileSizeLimitSet, FItype=Unified, Required=TRUE, IndexSource=, Document Names=, Inbox=, Password=, Path=, Tenant_Password=, UserName=, Comments=Plus FI - Max File Size, Email_Id=, Index_Field_Name=Account_Number, Sender_Email_Id=, FI_ID=AdobeUser, Vendor=, From=, TemplatePermission=, Subject=, Date=TRUE, Response=, Type=, AttachmentPath=src/main/resources/testdata/files/fingerprint01.pdf, Username=janedoe@immtestcu.onmicrosoft.com, FullName=RTS_File_19_4MB, EditNameDescription=, ErrorMessage=1 document(s) failed to upload. Uploaded file size exceeds the maximum allowed 20 MB limit for RTS_File_21_4MB.pdf})
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.ESignatureManagementPage.isLoaded(ESignatureManagementPage.java:317)
at org.openqa.selenium.support.ui.LoadableComponent.get(LoadableComponent.java:52)
at com.imm.pages.DocumentDesignerPage.clickContinue(DocumentDesignerPage.java:1571)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyUploadMaxFileSizeLimitInTemplateManagerPageWhenDefaultFileSizeLimitSet(DocumentRTS.java:14602)
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)
(verify Upload Max File Size Limit In Template Manager Page When Default File Size Limit Set)
C:\Users\sunitha.patterm\AppData\Local\Temp\testng-eclipse--1409435249\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="verifyUploadMaxFileSizeLimitInTemplateManagerPageWhenDefaultFileSizeLimitSet"/>
</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
verifyUploadMaxFileSizeLimitInTemplateManagerPageWhenDefaultFileSizeLimitSet
P1
verifyUploadMaxFileSizeLimitInTemplateManagerPageWhenDefaultFileSizeLimitSet
Smoke
verifyUploadMaxFileSizeLimitInTemplateManagerPageWhenDefaultFileSizeLimitSet
Times for IMM_Esign_Chrome
Total running time: 4 minutes
Reporter output for IMM_Esign_Chrome
verifyUploadMaxFileSizeLimitInTemplateManagerPageWhenDefaultFileSizeLimitSet({Tenant_URL=, EditFullName=, Email=, Platform=, Sender_Emails=, ShortName=RTS_File_19_4MB, PartyName...)
Drag and dropped 'Signature' to designer zone [ScreenShot]
Index 0 out of bounds for length 0 [ScreenShot]
--- 19 Jun 12:49:15 601 - TestCaseID:: verifyUploadMaxFileSizeLimitInTemplateManagerPageWhenDefaultFileSizeLimitSet
--- 19 Jun 12:49:19 456 - 3 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558)
--- 19 Jun 12:49:27 187 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 19 Jun 12:49:27 187 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 19 Jun 12:49:27 385 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d555eb83efff42c4b8988bf454fb105f)] -> xpath: //*[@id='btnSubmit']]
--- 19 Jun 12:49:27 479 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d555eb83efff42c4b8988bf454fb105f)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 19 Jun 12:49:28 160 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d555eb83efff42c4b8988bf454fb105f)] -> xpath: //*[@id='btnSubmit']]
--- 19 Jun 12:49:33 925 - 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%3dqyyzipdgzw4-hfirocaccpkozpdxwf9ptngo-u1ckfhz0x47x-pw30zz3f5a_-d41epryk4t7xjoamxxclz-xiztcjkptxpdx2gurekvdgz_-34wcpbzapatmcoxk23ducphmtda4ae2b3fl6yqs1gqvwe4ucest_dtqyo3prm27ibsonfdwzdroe3d1j8pkzazn2qjx6nqclnbhvwh3mq&response_mode=form_post&nonce=638859143685033027.odeyogfhogutzddmos00mtgzlwiyndityze1ndfjnwfmmgewm2y2ndg4owitywi3ny00njjkltlimgytzwi5ndqyntqymgfi&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
--- 19 Jun 12:49:33 925 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 19 Jun 12:49:39 038 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d555eb83efff42c4b8988bf454fb105f)] -> id: lightbox]
--- 19 Jun 12:49:39 129 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d555eb83efff42c4b8988bf454fb105f)] -> id: i0116]
--- 19 Jun 12:49:39 827 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d555eb83efff42c4b8988bf454fb105f)] -> id: idSIButton9]
--- 19 Jun 12:49:44 022 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d555eb83efff42c4b8988bf454fb105f)] -> id: idSIButton9]
--- 19 Jun 12:49:48 139 - Page URL:: https://login.microsoftonline.com/common/login
--- 19 Jun 12:49:48 139 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 19 Jun 12:49:48 213 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d555eb83efff42c4b8988bf454fb105f)] -> id: lightbox]
--- 19 Jun 12:49:48 287 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d555eb83efff42c4b8988bf454fb105f)] -> id: idSIButton9]
--- 19 Jun 12:49:57 010 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 19 Jun 12:49:57 011 - 8 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 19 Jun 12:50:00 166 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 19 Jun 12:50:00 167 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 19 Jun 12:50:00 253 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d555eb83efff42c4b8988bf454fb105f)] -> id: btnUpload]
--- 19 Jun 12:50:03 432 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 19 Jun 12:50:03 433 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 19 Jun 12:50:03 517 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d555eb83efff42c4b8988bf454fb105f)] -> css selector: .header]
--- 19 Jun 12:50:03 596 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d555eb83efff42c4b8988bf454fb105f)] -> xpath: //a[text()='Administration']]
--- 19 Jun 12:50:45 332 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d555eb83efff42c4b8988bf454fb105f)] -> xpath: //button[@class='btn margin-off action']]
--- 19 Jun 12:50:48 957 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d555eb83efff42c4b8988bf454fb105f)] -> css selector: span[class='btn_icon margin-off padding-off action-color-nohover icon-delete']]
--- 19 Jun 12:50:53 168 - Page URL:: https://esignplusqa.immesign.com/teaasp/templatedetail
--- 19 Jun 12:50:53 169 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 19 Jun 12:51:06 297 - Page URL:: https://esignplusqa.immesign.com/teaasp/templatedetail
--- 19 Jun 12:51:06 298 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 19 Jun 12:51:28 270 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d555eb83efff42c4b8988bf454fb105f)] -> xpath: //span[contains(@class,'icon-page-redirect')]]
--- 19 Jun 12:51:36 483 - Page URL:: https://esignplusqa.immesign.com/teaasp/designer?documentguid=496d8d37-d0dc-4791-ba76-892c4d790b64&source=templatedetail&hasundefineddocs=false
--- 19 Jun 12:51:36 484 - 7 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 19 Jun 12:52:00 117 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d555eb83efff42c4b8988bf454fb105f)] -> id: shortname]
--- 19 Jun 12:52:01 914 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d555eb83efff42c4b8988bf454fb105f)] -> xpath: //button[contains(@data-bind,'click: $parent.endEdit.')]]
--- 19 Jun 12:52:10 383 - Page URL:: https://esignplusqa.immesign.com/teaasp/designer?documentguid=496d8d37-d0dc-4791-ba76-892c4d790b64&source=templatedetail&hasundefineddocs=false
--- 19 Jun 12:52:10 383 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 19 Jun 12:52:34 321 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d555eb83efff42c4b8988bf454fb105f)] -> css selector: svg[id*='v-'] > g > g[id*=j_]]
Drag and dropped 'Signature' to designer zone [ScreenShot]
--- 19 Jun 12:52:36 926 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d555eb83efff42c4b8988bf454fb105f)] -> xpath: //button[contains(@data-bind,'$parent.endEdit.bind')]]
--- 19 Jun 12:52:47 469 - Page URL:: https://esignplusqa.immesign.com/teaasp/designer?documentguid=496d8d37-d0dc-4791-ba76-892c4d790b64&source=templatedetail&hasundefineddocs=false
--- 19 Jun 12:52:47 470 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 19 Jun 12:52:51 757 - Page URL:: https://esignplusqa.immesign.com/teaasp/designer?documentguid=496d8d37-d0dc-4791-ba76-892c4d790b64&source=templatedetail&hasundefineddocs=false
--- 19 Jun 12:52:51 757 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 19 Jun 12:52:54 939 - Page URL:: https://esignplusqa.immesign.com/teaasp/designer?documentguid=496d8d37-d0dc-4791-ba76-892c4d790b64&source=templatedetail&hasundefineddocs=false
--- 19 Jun 12:52:54 940 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 19 Jun 12:53:27 609 - Page URL:: https://esignplusqa.immesign.com/teaasp/designer?documentguid=496d8d37-d0dc-4791-ba76-892c4d790b64&source=templatedetail&hasundefineddocs=false
--- 19 Jun 12:53:27 609 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 19 Jun 12:53:30 807 - Page URL:: https://esignplusqa.immesign.com/teaasp/designer?documentguid=496d8d37-d0dc-4791-ba76-892c4d790b64&source=templatedetail&hasundefineddocs=false
--- 19 Jun 12:53:30 808 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
Index 0 out of bounds for length 0 [ScreenShot]
59 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
verifyInPersonSigningMethodineSignPage
verifyUIelementsOnTheDocumentMaintenanceRTSPage
verifyConditionalRoutingWithDocumentTypes
verifyDynamicDocPDFSession
verifyEdeliveryMergeReorder
verifyDocumentWithTemplateDesignPage
verifyAdobeSMSGovernmentIDAuthenticationSigningMethodRTSSession
verifyProcessASessionWithAMultipleWorkflow
verifySearchCriteriaOnTheDocumentMaintenanceRTSPage
verifyMultipleDocumentUploadIncollectionDocumentPage
verifyPasswordAuthenticationSigningMethod
verifyAdobeSMSInPersonSigningMethodRTSSession
verifyUploadMaxFileSizeLimitInCollectedDocumentsPageWhenDefaultFileSizeLimitSet
verifyTemplateMangementInTheCollectedDocumentPagee
verifyReversingPartySequence
verifySessionsInCollectionDocumentPage
verifyUIElementsInCollectionDocumentPage
VerifyAddingIndexFieldsType
verifyPermissionsForDefiningDocuments
verifyAddingUnknownDocumentsToASession
verifyMaxFileSizeLimitAddDocumentsToSessionWhenDefaultFileSizeLimitSet
verifyIDMeAuthenticationSigningMethod
verifyExportAndDeletingTemplatesOnTheDocumentMaintenanceRTSPage
verifyAddingDocumentsAndAttachmentInCollectionDocumentPage
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
verifyInPersonSigningMethodineSignPage
verifyUIelementsOnTheDocumentMaintenanceRTSPage
verifyConditionalRoutingWithDocumentTypes
verifyDynamicDocPDFSession
verifyEdeliveryMergeReorder
verifyDocumentWithTemplateDesignPage
verifyAdobeSMSGovernmentIDAuthenticationSigningMethodRTSSession
verifyProcessASessionWithAMultipleWorkflow
verifySearchCriteriaOnTheDocumentMaintenanceRTSPage
verifyMultipleDocumentUploadIncollectionDocumentPage
verifyPasswordAuthenticationSigningMethod
verifyAdobeSMSInPersonSigningMethodRTSSession
verifyUploadMaxFileSizeLimitInCollectedDocumentsPageWhenDefaultFileSizeLimitSet
verifyTemplateMangementInTheCollectedDocumentPagee
verifyReversingPartySequence
verifySessionsInCollectionDocumentPage
verifyUIElementsInCollectionDocumentPage
VerifyAddingIndexFieldsType
verifyPermissionsForDefiningDocuments
verifyAddingUnknownDocumentsToASession
verifyMaxFileSizeLimitAddDocumentsToSessionWhenDefaultFileSizeLimitSet
verifyIDMeAuthenticationSigningMethod
verifyExportAndDeletingTemplatesOnTheDocumentMaintenanceRTSPage
verifyAddingDocumentsAndAttachmentInCollectionDocumentPage
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@57657b96)
0 ms
init(org.testng.TestRunner@57657b96)
10121 ms
verifyUploadMaxFileSizeLimitInTemplateManagerPageWhenDefaultFileSizeLimitSet({Tenant_URL=, EditFullName=, Email=, Platform=, Sender_Emails=, ShortName=RTS_File_19_4MB, PartyName...)
14169 ms