com.imm.testscripts.Process.ProcessSignatures
verifyUploadMaxFileSizeLimitInDocumentXMLPageWhenDefaultFileSizeLimitSet
({Tenant_URL=, InboxName=, Platform=XP2 LOS [ XPLN ], Address=, Username2=, IsSignRequired=, tooltip=, User_Password=iMM@2022, Name=, PartiesToView=, GROSSPPP=, IsAddedTemplateRequired=, Zipcode=, ReceivedFromNames=, EditCompletionDays=, TemplateTitle=, plusfi=TRUE, DummyUser=, EditMessageSubject=, DocumentName=XML_File_18_9MB, AttachmentTemplate=, FirstTransfer=, Dropdownvalues=, Remote_Signing_Type=, KeepUnlock=, Workflow=, Birthdate=, AttachmentTypeOption=, SecondTransferUserID=, NumOfAttachments=, CompletionOrder=, ReceivedFrom=, Driving_license=, DocumentSet=, Test_type=, UserType=Admin, Tenant_User=, Applytype=, Group=, Description=verify Upload Max File Size Limit In Document XML Page - Legacy - Plus FI, fi=autoeplus, User=, MessageSubject=, Message=, NoOftemplates=, FirstTransferUserID=, Phone_Number=, SearchUser=, Step Name=, Filepath=src/main/resources/testdata/files/XMLMaxFileSize,src/main/resources/testdata/files/XMLMaxFile, Owners=, TestID=verifyUploadMaxFileSizeLimitInDocumentXMLPageWhenDefaultFileSizeLimitSet, FItype=Unified, IndexSource=, WorkfowName=, Sessionurl=, Inbox=, Password=, CC=, View/Skip_Group=, Tenant_Password=, User_Name=cuadmin@immtestcu.onmicrosoft.com, UserName=, ViaAddDocs=, CompletionDays=, AddTemplateName=, Email_Id=, Comments=, IsOptionalSig=, FI_ID=autoeplus, Sender_Email_Id=, UserName2=, From=, UserName3=, SecondTransfer=, Email_Password=, UserName1=, Subject=, SSN=, Response=, EditTemplateTitle=, MariageStatus=, DummyUserID=, 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.$Proxy25.get(Unknown Source)
at com.imm.pages.NewSessionPage.clickAddDocsPlusSign(NewSessionPage.java:654)
at com.imm.testscripts.Process.ProcessSignatures.verifyUploadMaxFileSizeLimitInDocumentXMLPageWhenDefaultFileSizeLimitSet(ProcessSignatures.java:17574)
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 Document XML Page)
C:\Users\sunitha.patterm\AppData\Local\Temp\testng-eclipse-1136514020\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.Process.ProcessSignatures">
<methods>
<include name="verifyUploadMaxFileSizeLimitInDocumentXMLPageWhenDefaultFileSizeLimitSet"/>
</methods>
</class> <!-- com.imm.testscripts.Process.ProcessSignatures -->
</classes>
</test> <!-- Default test -->
</suite> <!-- IMM_Esign_Chrome -->
Tests for IMM_Esign_Chrome
- Default test (1 class)
Groups for IMM_Esign_Chrome
ConfiguringFI
verifyUploadMaxFileSizeLimitInDocumentXMLPageWhenDefaultFileSizeLimitSet
P1
verifyUploadMaxFileSizeLimitInDocumentXMLPageWhenDefaultFileSizeLimitSet
Smoke
verifyUploadMaxFileSizeLimitInDocumentXMLPageWhenDefaultFileSizeLimitSet
Times for IMM_Esign_Chrome
Total running time: 3 minutes
Reporter output for IMM_Esign_Chrome
verifyUploadMaxFileSizeLimitInDocumentXMLPageWhenDefaultFileSizeLimitSet({Tenant_URL=, InboxName=, Platform=XP2 LOS [ XPLN ], Address=, Username2=, IsSignRequired=, tooltip=...)
Successfully navigated to 'New Sessions' page [ScreenShot]
Index 0 out of bounds for length 0 [ScreenShot]
--- 20 Jun 18:15:28 764 - TestCaseID:: verifyUploadMaxFileSizeLimitInDocumentXMLPageWhenDefaultFileSizeLimitSet
--- 20 Jun 18:15:32 351 - 3 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558)
verify Upload Max File Size Limit In Document XML Page - Legacy - Plus FI COMMENTS:
Steps:
--- 20 Jun 18:15:39 842 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 20 Jun 18:15:39 842 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 20 Jun 18:15:40 054 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c4e001d59712c40d232637a5bf174bdc)] -> xpath: //*[@id='btnSubmit']]
--- 20 Jun 18:15:40 158 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c4e001d59712c40d232637a5bf174bdc)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 20 Jun 18:15:40 853 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c4e001d59712c40d232637a5bf174bdc)] -> xpath: //*[@id='btnSubmit']]
--- 20 Jun 18:15:46 530 - 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%3d2krgpgd_lwingmnas4ybhzij8lmatutl6qj62fgfmuy-fghw_6qramlrkzk-apuzfydondmfyg6oazswltbv5ig2xrg3w5zlm7qql39pwkbgzwf1knnifwd0x-bbwgz5we3kzlmhb5-cxuo_c4y69q3exzpyhsxtpj3fdrajdcuhsnbq0jcxbres6gkdtuj8di9ycznpqoazqe41eqjslw&response_mode=form_post&nonce=638860203411799997.yzg3mjg0ogetnjvlzs00mwjhlthjotetndvintbhnjhjodmymmi4zme3yjytzwjlos00otfklwi4mzmtowewndc0otm4m2m1&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
--- 20 Jun 18:15:46 531 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 20 Jun 18:15:51 627 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c4e001d59712c40d232637a5bf174bdc)] -> id: lightbox]
--- 20 Jun 18:15:51 719 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c4e001d59712c40d232637a5bf174bdc)] -> id: i0116]
--- 20 Jun 18:15:52 465 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c4e001d59712c40d232637a5bf174bdc)] -> id: idSIButton9]
--- 20 Jun 18:15:56 782 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c4e001d59712c40d232637a5bf174bdc)] -> id: idSIButton9]
--- 20 Jun 18:16:00 790 - Page URL:: https://login.microsoftonline.com/common/login
--- 20 Jun 18:16:00 790 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 20 Jun 18:16:00 873 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c4e001d59712c40d232637a5bf174bdc)] -> id: lightbox]
--- 20 Jun 18:16:00 963 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c4e001d59712c40d232637a5bf174bdc)] -> id: idSIButton9]
--- 20 Jun 18:16:09 842 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 20 Jun 18:16:09 843 - 8 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 20 Jun 18:16:13 003 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 20 Jun 18:16:13 004 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 20 Jun 18:16:13 102 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c4e001d59712c40d232637a5bf174bdc)] -> id: btnUpload]
--- 20 Jun 18:16:16 387 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 20 Jun 18:16:16 387 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 20 Jun 18:16:16 472 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c4e001d59712c40d232637a5bf174bdc)] -> css selector: .header]
--- 20 Jun 18:16:22 952 - Page URL:: https://esignplusqa.immesign.com/teaasp/uploaddocuments
--- 20 Jun 18:16:22 953 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 20 Jun 18:16:26 065 - Page URL:: https://esignplusqa.immesign.com/teaasp/uploaddocuments
--- 20 Jun 18:16:26 066 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 20 Jun 18:16:26 164 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c4e001d59712c40d232637a5bf174bdc)] -> id: selectfiles]
--- 20 Jun 18:16:29 271 - Page URL:: https://esignplusqa.immesign.com/teaasp/uploaddocuments
--- 20 Jun 18:16:29 272 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 20 Jun 18:16:29 360 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c4e001d59712c40d232637a5bf174bdc)] -> css selector: .header]
--- 20 Jun 18:16:32 674 - Page URL:: https://esignplusqa.immesign.com/teaasp/uploaddocuments
--- 20 Jun 18:16:32 675 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 20 Jun 18:16:35 888 - Page URL:: https://esignplusqa.immesign.com/teaasp/uploaddocuments
--- 20 Jun 18:16:35 888 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 20 Jun 18:16:39 061 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c4e001d59712c40d232637a5bf174bdc)] -> id: UploadFileList]
Expected: The uploaded file should be displayed with file name, dictionary type and delete icon
Actual(Passed): The uploaded file is displayed with file name, dictionary type and delete icon[ScreenShot]
Actual(Passed): The uploaded file is displayed with file name, dictionary type and delete icon[ScreenShot]
--- 20 Jun 18:16:42 568 - Page URL:: https://esignplusqa.immesign.com/teaasp/uploaddocuments
--- 20 Jun 18:16:42 569 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
Expected: Dictionary name of the uploaded file should be set to the Dictionary chosen at the top dropdown
Actual(Passed): Dictionary name of the uploaded file is set to the Dictionary chosen at the top dropdown[ScreenShot]
Actual(Passed): Dictionary name of the uploaded file is set to the Dictionary chosen at the top dropdown[ScreenShot]
--- 20 Jun 18:16:42 775 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c4e001d59712c40d232637a5bf174bdc)] -> css selector: .btn .icon-upload]
Expected: An exception has occurred
Actual(Passed): Successfully validated error message An exception has occurred[ScreenShot]
Actual(Passed): Successfully validated error message An exception has occurred[ScreenShot]
--- 20 Jun 18:16:53 739 - Page URL:: https://esignplusqa.immesign.com/teaasp/uploaddocuments
--- 20 Jun 18:16:53 740 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 20 Jun 18:16:56 875 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c4e001d59712c40d232637a5bf174bdc)] -> id: UploadFileList]
--- 20 Jun 18:16:56 955 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c4e001d59712c40d232637a5bf174bdc)] -> css selector: .btn .icon-upload]
--- 20 Jun 18:17:17 802 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c4e001d59712c40d232637a5bf174bdc)] -> link text: Continue]
Expected: Check mark should appear for successully uploaded document
Actual(Passed): Check mark appears for successully uploaded document 'XML_File_18_9MB.pdf'[ScreenShot]
Actual(Passed): Check mark appears for successully uploaded document 'XML_File_18_9MB.pdf'[ScreenShot]
--- 20 Jun 18:17:35 447 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c4e001d59712c40d232637a5bf174bdc)] -> link text: Continue]
--- 20 Jun 18:17:41 862 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 20 Jun 18:17:41 862 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 20 Jun 18:17:41 945 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c4e001d59712c40d232637a5bf174bdc)] -> id: btnUpload]
--- 20 Jun 18:17:45 097 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 20 Jun 18:17:45 098 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 20 Jun 18:17:45 178 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c4e001d59712c40d232637a5bf174bdc)] -> css selector: .header]
--- 20 Jun 18:17:45 267 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c4e001d59712c40d232637a5bf174bdc)] -> xpath: //a[text()='Reporting']]
--- 20 Jun 18:17:53 232 - Page URL:: https://esignplusqa.immesign.com/teaasp/report?id=errordetails
--- 20 Jun 18:17:53 233 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 20 Jun 18:17:53 315 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c4e001d59712c40d232637a5bf174bdc)] -> id: immPageTitle]
--- 20 Jun 18:17:56 465 - Page URL:: https://esignplusqa.immesign.com/teaasp/report?id=errordetails
--- 20 Jun 18:17:56 466 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 20 Jun 18:17:56 555 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c4e001d59712c40d232637a5bf174bdc)] -> css selector: .header]
--- 20 Jun 18:17:56 638 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c4e001d59712c40d232637a5bf174bdc)] -> id: txtErrorCode]
--- 20 Jun 18:17:57 279 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c4e001d59712c40d232637a5bf174bdc)] -> id: btnSearch]
--- 20 Jun 18:17:59 511 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c4e001d59712c40d232637a5bf174bdc)] -> xpath: //div[@data-bind='text: ErrorID']]
Expected: Error message displayed
Actual(Passed): Error message displayed[ScreenShot]
Actual(Passed): Error message displayed[ScreenShot]
Expected: cb891a1c-913e-4c8b-bc23-37f6e4f5a681 error code displayed
Actual(Passed): successully verified error codecb891a1c-913e-4c8b-bc23-37f6e4f5a681[ScreenShot]
Actual(Passed): successully verified error codecb891a1c-913e-4c8b-bc23-37f6e4f5a681[ScreenShot]
--- 20 Jun 18:18:18 529 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c4e001d59712c40d232637a5bf174bdc)] -> xpath: //a[@class='icon-info btn_icon preview forecolor']]
--- 20 Jun 18:18:19 659 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c4e001d59712c40d232637a5bf174bdc)] -> xpath: //a[text()='Processing']]
--- 20 Jun 18:18:29 973 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202506201248219651268_sqdqti1kglq0cjmflrtesoed
--- 20 Jun 18:18:29 974 - 5 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 20 Jun 18:18:43 431 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202506201248219651268_sqdqti1kglq0cjmflrtesoed
--- 20 Jun 18:18:43 432 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 20 Jun 18:18:43 518 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (c4e001d59712c40d232637a5bf174bdc)] -> css selector: .header]
Successfully navigated to 'New Sessions' page [ScreenShot]
--- 20 Jun 18:18:55 528 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202506201248219651268_sqdqti1kglq0cjmflrtesoed
--- 20 Jun 18:18:55 529 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 20 Jun 18:18:58 805 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202506201248219651268_sqdqti1kglq0cjmflrtesoed
--- 20 Jun 18:18:58 806 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 20 Jun 18:19:05 504 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202506201248219651268_sqdqti1kglq0cjmflrtesoed
--- 20 Jun 18:19:05 505 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
Index 0 out of bounds for length 0 [ScreenShot]
60 ignored methods
com.imm.testscripts.Process.ProcessSignatures
verifyBrowserAgnosticFeature
addMultipleAttachmentWithMultipleReviewerAndProcess
verifyAdobeSMSInPersonSigningMethodXMLSession
verifyfieldsInApplyMarkFollowedByASignatureFiled
RemoteMessageTemplateCompletionDeadline
verifyApplyMarkwithMembershipDocouments
verifyCompleteOrderInEsignatureManagementPage
RemoteMessageTemplateToDocument
verifyGrouppermissionsFlowchart
verifySMSKioskFeatureSignerInformationXMLSession
verifyPasswordAuthenticationSigningMethod
verifyConditionalRoutingSignature
processSessionWithRemoteAttachment
verifyApplyMarkPageAfterAddingFieldsInDesignerpage
verifyGovernmentIDAuthenticationSigningMethod
verifySMsOptionInSigningMethodInEsignatureManagementPage
verifyAdobeSMSSigningMethodUIElementsInEsignatureManagementPage
verifyLockUnlockFeatureForArchiveInCasePage
verifyKBAAuthenticationSigningMethod
verifyUIElementsInEsignatureConsentPage
verifyConditionalRoutingDocument
verifyUploadMaxFileSizeLimitInAddAttachmentToXMLSession
verifyConditionalRoutingUserRoles
processWorkflowPermissions
customizeSimpleAttachmentAndProcess
addVendorAttachmentViaAddDocsAndProcess
verifyOptionalSignatureswithAddDoc
verifyNoneRecurring_RecurringShowAppInOtherAppUnChecked_Check
verifyLockUnlockFeatureInSessionDetailsPage
createNewSessionAndProcess
verifyLockUnlockFeatureForExapandingSession
verifyRemoteSigning
deleteTemplateSingleAndMultiple
processSessionWithInitials
verifyEmailAuthenticationSigningMethod
verifyAdobeSMSKBAAuthenticationSigningMethodXMLSession
verifyMultipleUserWorkFlow
addVendorAttachmentAndProcess
verifyIDMeAuthenticationSigningMethod
verifyAdobeSMSGovernmentIDAuthenticationSigningMethodXMLSession
verifyDefaultTemplateInEsignatureManagamentPageWithUserLogin
verifyEsignatureManagamentPageChangesReflectedBack
verifyEsignatureManagamentPageForDocumentVisibility
verifyPhoneAuthenticationSigningMethod
verifyApplyMarkwithDocsetwithoptionalsignature
verifyInPersonSigningMethodInEsignatureManagementPage
verifyAdobeSMSEmailAuthenticationSigningMethodXMLSession
verifyConditionalRoutingNoSignaturefield
verifyUIElementsForEsignatureManagementPage
verifyOptionalSignatures
verifyAdobeSMSPasswordAuthenticationSigningMethodXMLSession
verifyApplyMarkProcessWithMultipleDocuments
addMultipleAttachmentsInNewSessionPageAndProcess
verifyAdobeSMSPhoneAuthenticationSigningMethodXMLSession
verifyConditionalRoutingDatafile
addSingleAttachmentWithMultipleReviewerAndProcess
createNewTemplateWithSpecialCharactersAndAlphaNumericCharacters
verifyOptionalSignaturesWithRecurringNone
verifyDefaultTemplateInEsignatureManagamentPageWithUserLoginAfterDelete
verifyUIElementsForDocumentDesignerPage
addMultipleAttachmentWithMultipleReviewerAndProcess
verifyAdobeSMSInPersonSigningMethodXMLSession
verifyfieldsInApplyMarkFollowedByASignatureFiled
RemoteMessageTemplateCompletionDeadline
verifyApplyMarkwithMembershipDocouments
verifyCompleteOrderInEsignatureManagementPage
RemoteMessageTemplateToDocument
verifyGrouppermissionsFlowchart
verifySMSKioskFeatureSignerInformationXMLSession
verifyPasswordAuthenticationSigningMethod
verifyConditionalRoutingSignature
processSessionWithRemoteAttachment
verifyApplyMarkPageAfterAddingFieldsInDesignerpage
verifyGovernmentIDAuthenticationSigningMethod
verifySMsOptionInSigningMethodInEsignatureManagementPage
verifyAdobeSMSSigningMethodUIElementsInEsignatureManagementPage
verifyLockUnlockFeatureForArchiveInCasePage
verifyKBAAuthenticationSigningMethod
verifyUIElementsInEsignatureConsentPage
verifyConditionalRoutingDocument
verifyUploadMaxFileSizeLimitInAddAttachmentToXMLSession
verifyConditionalRoutingUserRoles
processWorkflowPermissions
customizeSimpleAttachmentAndProcess
addVendorAttachmentViaAddDocsAndProcess
verifyOptionalSignatureswithAddDoc
verifyNoneRecurring_RecurringShowAppInOtherAppUnChecked_Check
verifyLockUnlockFeatureInSessionDetailsPage
createNewSessionAndProcess
verifyLockUnlockFeatureForExapandingSession
verifyRemoteSigning
deleteTemplateSingleAndMultiple
processSessionWithInitials
verifyEmailAuthenticationSigningMethod
verifyAdobeSMSKBAAuthenticationSigningMethodXMLSession
verifyMultipleUserWorkFlow
addVendorAttachmentAndProcess
verifyIDMeAuthenticationSigningMethod
verifyAdobeSMSGovernmentIDAuthenticationSigningMethodXMLSession
verifyDefaultTemplateInEsignatureManagamentPageWithUserLogin
verifyEsignatureManagamentPageChangesReflectedBack
verifyEsignatureManagamentPageForDocumentVisibility
verifyPhoneAuthenticationSigningMethod
verifyApplyMarkwithDocsetwithoptionalsignature
verifyInPersonSigningMethodInEsignatureManagementPage
verifyAdobeSMSEmailAuthenticationSigningMethodXMLSession
verifyConditionalRoutingNoSignaturefield
verifyUIElementsForEsignatureManagementPage
verifyOptionalSignatures
verifyAdobeSMSPasswordAuthenticationSigningMethodXMLSession
verifyApplyMarkProcessWithMultipleDocuments
addMultipleAttachmentsInNewSessionPageAndProcess
verifyAdobeSMSPhoneAuthenticationSigningMethodXMLSession
verifyConditionalRoutingDatafile
addSingleAttachmentWithMultipleReviewerAndProcess
createNewTemplateWithSpecialCharactersAndAlphaNumericCharacters
verifyOptionalSignaturesWithRecurringNone
verifyDefaultTemplateInEsignatureManagamentPageWithUserLoginAfterDelete
verifyUIElementsForDocumentDesignerPage
Methods in chronological order
com.imm.testscripts.Process.ProcessSignatures
initialize(org.testng.TestRunner@65a8c306)
0 ms
init(org.testng.TestRunner@65a8c306)
10167 ms
verifyUploadMaxFileSizeLimitInDocumentXMLPageWhenDefaultFileSizeLimitSet({Tenant_URL=, InboxName=, Platform=XP2 LOS [ XPLN ], Address=, Username2=, IsSignRequired=, tooltip=...)
14023 ms