com.imm.testscripts.DocumentRTS.DocumentRTS
verifyeSenderEmailWithGroupEmailIneSignatureManagementPageRTS
({Tenant_URL=, EditFullName=, Email=, Platform=, Sender_Emails=Anoma User (anoma.premalal@kinective.io),AdobeGroup (AdobeGroup@IMMTestCU.onmicrosoft.com),anomaGRP (anomaGRP@IMMTestCU.onmicrosoft.com),AdobeGroup (AdobeGroup@IMMTestCU.onmicrosoft.com), ShortName=, 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=, Export_Values=, UserType=Admin,User, Tenant_User=, Group=, Description=verifyeSenderEmailWithGroupEmailIneSignatureManagementPageRTS when default sender is blank, Message=, FileName=, EditShortName=, Phone_Number=+91 9700164911, Step Name=, Filepath=src/main/resources/testdata/files/AdobeOEM/513BA.pdf, DocumentPermission=, TestID=verifyeSenderEmailWithGroupEmailIneSignatureManagementPageRTS, FItype=Unified, Required=TRUE, IndexSource=, Document Names=, Inbox=, Password=, Path=src/main/resources/testdata/files/DocumentExport.Zip, Tenant_Password=, UserName=Anoma User, Comments=Plus FI - Max File Size, Email_Id=, Index_Field_Name=, Sender_Email_Id=Anoma User (anoma.premalal@kinective.io),AdobeGroup (AdobeGroup@IMMTestCU.onmicrosoft.com),anomaGRP (anomaGRP@IMMTestCU.onmicrosoft.com),Test Group Management (TestGroupManagement@IMMTestCU.onmicrosoft.com), FI_ID=signoemfi, Vendor=None, From=, TemplatePermission=, Subject=, Date=TRUE, Response=, Type=, AttachmentPath=src/main/resources/testdata/files/fingerprint01.pdf, Username=billteller@immtestcu.onmicrosoft.com,anoma@immtestcu.onmicrosoft.com, FullName=513BA, EditNameDescription=, ErrorMessage=1 document(s) failed to upload. Uploaded file size exceeds the maximum allowed 20 MB limit for RTS_File_21_4MB.pdf,Uploaded file size exceeds the maximum allowed 20 MB limit})
java.lang.Exception: Email for signer field not found or not interactable on the page!!
at com.imm.support.BrowserActions.typeOnTextField(BrowserActions.java:84)
at com.imm.support.BrowserActions.typeOnTextField(BrowserActions.java:57)
at com.imm.pages.ESignatureManagementPage.setEmailIdForRemoteSigning(ESignatureManagementPage.java:498)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyeSenderEmailWithGroupEmailIneSignatureManagementPageRTS(DocumentRTS.java:15456)
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:1597)
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)
Caused by: java.lang.IllegalStateException: No webdriver is bound to current thread: 1. You need to call open(url) first.
at com.codeborne.selenide.WebDriverThreadLocalContainer.lambda$currentThreadDriver$1(WebDriverThreadLocalContainer.java:156)
at java.base/java.util.Optional.orElseThrow(Optional.java:403)
at com.codeborne.selenide.WebDriverThreadLocalContainer.currentThreadDriver(WebDriverThreadLocalContainer.java:155)
at com.codeborne.selenide.WebDriverThreadLocalContainer.getWebDriver(WebDriverThreadLocalContainer.java:122)
at com.codeborne.selenide.WebDriverRunner.getWebDriver(WebDriverRunner.java:83)
at com.codeborne.selenide.StaticDriver.getWebDriver(StaticDriver.java:31)
at com.codeborne.selenide.Driver.executeJavaScript(Driver.java:42)
at com.codeborne.selenide.commands.Clear.blurSafely(Clear.java:52)
at com.codeborne.selenide.commands.Clear.clearAndTrigger(Clear.java:47)
at com.codeborne.selenide.commands.SetValue.setValueForTextInput(SetValue.java:68)
at com.codeborne.selenide.commands.SetValue.execute(SetValue.java:38)
at com.codeborne.selenide.FluentCommand.execute(FluentCommand.java:23)
at com.codeborne.selenide.FluentCommand.execute(FluentCommand.java:19)
at com.codeborne.selenide.commands.Commands.execute(Commands.java:159)
at com.codeborne.selenide.impl.SelenideElementProxy.dispatchAndRetry(SelenideElementProxy.java:131)
at com.codeborne.selenide.impl.SelenideElementProxy.invoke(SelenideElementProxy.java:83)
at jdk.proxy2/jdk.proxy2.$Proxy38.setValue(Unknown Source)
at com.imm.support.BrowserActions.typeOnTextField(BrowserActions.java:82)
... 29 more
(verify Sender Email with Groupt Email In eSignature Management Page RTS)
C:\Users\anomau\AppData\Local\Temp\testng-eclipse--1302467665\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="verifyeSenderEmailWithGroupEmailIneSignatureManagementPageRTS"/>
</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
AdobeOEM
verifyeSenderEmailWithGroupEmailIneSignatureManagementPageRTS
DocumentRTS
verifyeSenderEmailWithGroupEmailIneSignatureManagementPageRTS
P1
verifyeSenderEmailWithGroupEmailIneSignatureManagementPageRTS
Smoke
verifyeSenderEmailWithGroupEmailIneSignatureManagementPageRTS
Times for IMM_Esign_Chrome
Total running time: 3 minutes
Reporter output for IMM_Esign_Chrome
verifyeSenderEmailWithGroupEmailIneSignatureManagementPageRTS({Tenant_URL=, EditFullName=, Email=, Platform=, Sender_Emails=Anoma User (anoma.premalal@kinective.i...)
Successfully navigated to the 'documents' page [ScreenShot]
Successfully navigated to the 'searchActiveSession' page [ScreenShot]
Successfully navigated to the 'userAccountSettingsPage' [ScreenShot]
Successfully navigated to the 'eSignature Management' page [ScreenShot]
Email for signer field not found or not interactable on the page!! [ScreenShot]
--- 08 Sep 13:44:00 242 - TestCaseID:: verifyeSenderEmailWithGroupEmailIneSignatureManagementPageRTS
--- 08 Sep 13:44:10 602 - 10 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558)
verifyeSenderEmailWithGroupEmailIneSignatureManagementPageRTS when default sender is blank COMMENTS:Plus FI - Max File Size
Steps:
--- 08 Sep 13:44:17 577 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 08 Sep 13:44:17 579 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Sep 13:44:18 483 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (faa8b09dc687f80869ccd969fb114d0e)] -> xpath: //*[@id='btnSubmit']]
--- 08 Sep 13:44:18 768 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (faa8b09dc687f80869ccd969fb114d0e)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 08 Sep 13:44:21 098 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (faa8b09dc687f80869ccd969fb114d0e)] -> xpath: //*[@id='btnSubmit']]
--- 08 Sep 13:44:23 992 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (faa8b09dc687f80869ccd969fb114d0e)] -> id: i0116]
--- 08 Sep 13:44:26 169 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (faa8b09dc687f80869ccd969fb114d0e)] -> id: idSIButton9]
--- 08 Sep 13:44:29 906 - 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%3dbssmbou8zsae0iruo4djo4xiqy7q6nknmwgum5zm17mulerrdyuq5x9fvo2wanbgvlurrucrthxvwry4drulq9sxzyflhde4d4wqvrszvmcmnlkmber6ee1r_3rz-ydrollpfozgkke5konirgpnruagn0ch5tyx9q8q6lbofilm4sccyqcuyjkoetpu2l7mqpdb5wwt6eiz8dbejpf1xg&response_mode=form_post&nonce=638929358615315742.mgy4ywy5odktntnhyy00mwu2ltkzzmqtytnlzwfmyzfinwflzgrhmdzkymutndrlzi00mgjmlwfhm2itnji1zjhmztdhytiy&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 Sep 13:44:29 908 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Sep 13:44:32 304 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (faa8b09dc687f80869ccd969fb114d0e)] -> id: idSIButton9]
--- 08 Sep 13:44:36 617 - Page URL:: https://login.microsoftonline.com/common/login
--- 08 Sep 13:44:36 618 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Sep 13:44:36 812 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (faa8b09dc687f80869ccd969fb114d0e)] -> id: lightbox]
--- 08 Sep 13:44:37 058 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (faa8b09dc687f80869ccd969fb114d0e)] -> id: idSIButton9]
--- 08 Sep 13:44:43 117 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 08 Sep 13:44:43 118 - 5 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Sep 13:44:46 521 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 08 Sep 13:44:46 523 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Sep 13:44:46 783 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (faa8b09dc687f80869ccd969fb114d0e)] -> id: btnUpload]
--- 08 Sep 13:44:50 065 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 08 Sep 13:44:50 066 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Sep 13:44:50 226 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (faa8b09dc687f80869ccd969fb114d0e)] -> css selector: .header]
Successfully navigated to the 'documents' page [ScreenShot]
--- 08 Sep 13:44:50 632 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (faa8b09dc687f80869ccd969fb114d0e)] -> xpath: //a[text()='Administration']]
--- 08 Sep 13:44:55 159 - TestCaseID:: verifyeSenderEmailWithGroupEmailIneSignatureManagementPageRTS
--- 08 Sep 13:44:58 417 - 3 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558)
--- 08 Sep 13:45:03 372 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 08 Sep 13:45:03 373 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Sep 13:45:03 724 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (80f36fbfdb3286530f63a54336111067)] -> xpath: //*[@id='btnSubmit']]
--- 08 Sep 13:45:04 052 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (80f36fbfdb3286530f63a54336111067)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 08 Sep 13:45:05 951 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (80f36fbfdb3286530f63a54336111067)] -> xpath: //*[@id='btnSubmit']]
--- 08 Sep 13:45:08 913 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (80f36fbfdb3286530f63a54336111067)] -> id: i0116]
--- 08 Sep 13:45:11 965 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (80f36fbfdb3286530f63a54336111067)] -> id: idSIButton9]
--- 08 Sep 13:45:15 956 - 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%3dgi7lrxmnic0usfbcx7uq4a-9ifafytjo7kivih1fbhb6t6e-oetwxbqn5klhbaqzp8tswjhex-99vc4kdghouhik2_xb4b9m-l2bn2i90rc2zh_czd60qka6g_rpifczfty8lpcbm93rl-yxqwxl7ltdzpvzesojdrdfchbfg8bfoexl7c8g2c7ub81agkbsy6rgc2ypnzp3sm9r8dm9jw&response_mode=form_post&nonce=638929359063371068.zde2nzk5yjitnwvhzs00nwrmlwizngytnzcwymqxztllzda2odzimgrmzwitngqyyy00zjmylthlmwitmtg4nwmznzy3njjk&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 Sep 13:45:15 958 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Sep 13:45:18 321 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (80f36fbfdb3286530f63a54336111067)] -> id: idSIButton9]
--- 08 Sep 13:45:22 691 - Page URL:: https://login.microsoftonline.com/common/login
--- 08 Sep 13:45:22 693 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Sep 13:45:22 851 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (80f36fbfdb3286530f63a54336111067)] -> id: lightbox]
--- 08 Sep 13:45:23 134 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (80f36fbfdb3286530f63a54336111067)] -> id: idSIButton9]
--- 08 Sep 13:45:30 965 - Page URL:: https://esignplusqa.immesign.com/teaasp/savedsessionsearch
--- 08 Sep 13:45:30 969 - 7 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Sep 13:46:08 777 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (80f36fbfdb3286530f63a54336111067)] -> xpath: //*[@id='btnSearch']]
--- 08 Sep 13:46:12 129 - Page URL:: https://esignplusqa.immesign.com/teaasp/savedsessionsearch
--- 08 Sep 13:46:12 130 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Sep 13:46:12 359 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (80f36fbfdb3286530f63a54336111067)] -> css selector: .header]
Successfully navigated to the 'searchActiveSession' page [ScreenShot]
--- 08 Sep 13:46:12 780 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (80f36fbfdb3286530f63a54336111067)] -> xpath: //*[@id="dropdownUL"]/li]
--- 08 Sep 13:46:20 938 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance?mode=pwd
--- 08 Sep 13:46:20 940 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Sep 13:46:21 184 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (80f36fbfdb3286530f63a54336111067)] -> xpath: //button[@id='btnPasswordReset_0']]
--- 08 Sep 13:46:24 467 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance?mode=pwd
--- 08 Sep 13:46:24 468 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Sep 13:46:24 619 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (80f36fbfdb3286530f63a54336111067)] -> css selector: .header]
Successfully navigated to the 'userAccountSettingsPage' [ScreenShot]
Expected: Default Sender dropdown is blank
Actual(Failed): Defaut sender dropdown is not banlk[ScreenShot]
Actual(Failed): Defaut sender dropdown is not banlk[ScreenShot]
--- 08 Sep 13:46:25 248 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (80f36fbfdb3286530f63a54336111067)] -> xpath: //a[text()='Processing']]
--- 08 Sep 13:46:31 800 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 08 Sep 13:46:31 801 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Sep 13:46:42 265 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (80f36fbfdb3286530f63a54336111067)] -> id: tab0]
--- 08 Sep 13:46:45 484 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 08 Sep 13:46:45 485 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Sep 13:46:45 666 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (80f36fbfdb3286530f63a54336111067)] -> css selector: .header]
--- 08 Sep 13:46:55 828 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (80f36fbfdb3286530f63a54336111067)] -> id: dragandrophandler]
--- 08 Sep 13:46:58 203 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (80f36fbfdb3286530f63a54336111067)] -> id: messages]
Expected: The File upload in collected Document Page
Actual(Passed): Successfully uploaded 513BA.pdf file in the collected Document Page[ScreenShot]
Actual(Passed): Successfully uploaded 513BA.pdf file in the collected Document Page[ScreenShot]
--- 08 Sep 13:46:58 678 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (80f36fbfdb3286530f63a54336111067)] -> xpath: //span[contains(text(),'Create Session')]]
--- 08 Sep 13:47:06 060 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202509081346590870064_5nd5lfg00ec5oejfpv4iehbi&refresh=y
--- 08 Sep 13:47:06 061 - 7 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Sep 13:47:28 198 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202509081346590870064_5nd5lfg00ec5oejfpv4iehbi&refresh=y
--- 08 Sep 13:47:28 200 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Sep 13:47:31 434 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202509081346590870064_5nd5lfg00ec5oejfpv4iehbi&refresh=y
--- 08 Sep 13:47:31 435 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Sep 13:47:34 665 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202509081346590870064_5nd5lfg00ec5oejfpv4iehbi&refresh=y
--- 08 Sep 13:47:34 667 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Sep 13:47:34 849 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (80f36fbfdb3286530f63a54336111067)] -> id: Sign]
--- 08 Sep 13:47:37 997 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202509081346590870064_5nd5lfg00ec5oejfpv4iehbi&refresh=y
--- 08 Sep 13:47:37 998 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Sep 13:47:38 114 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (80f36fbfdb3286530f63a54336111067)] -> css selector: .header]
Expected: Document name should not show up as Unknown
Actual(Passed): Successfully seen Document name is not as Unknown[ScreenShot]
Actual(Passed): Successfully seen Document name is not as Unknown[ScreenShot]
--- 08 Sep 13:47:48 666 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (80f36fbfdb3286530f63a54336111067)] -> id: Sign]
--- 08 Sep 13:47:48 818 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (80f36fbfdb3286530f63a54336111067)] -> id: Sign]
--- 08 Sep 13:47:55 431 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202509081346590870064_5nd5lfg00ec5oejfpv4iehbi
--- 08 Sep 13:47:55 432 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Sep 13:47:55 601 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (80f36fbfdb3286530f63a54336111067)] -> xpath: //span[@class='btn-text' and text()=' Design']]
--- 08 Sep 13:47:58 841 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202509081346590870064_5nd5lfg00ec5oejfpv4iehbi
--- 08 Sep 13:47:58 843 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Sep 13:47:58 994 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (80f36fbfdb3286530f63a54336111067)] -> css selector: .header]
Successfully navigated to the 'eSignature Management' page [ScreenShot]
--- 08 Sep 13:48:02 413 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202509081346590870064_5nd5lfg00ec5oejfpv4iehbi
--- 08 Sep 13:48:02 415 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Sep 13:48:02 545 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (80f36fbfdb3286530f63a54336111067)] -> xpath: //*[@id='tab0']]
--- 08 Sep 13:48:04 915 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (80f36fbfdb3286530f63a54336111067)] -> css selector: div.item.active div[class*='col-xs-4'][data-bind*='SignerName']]
--- 08 Sep 13:48:07 212 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (80f36fbfdb3286530f63a54336111067)] -> xpath: //label[text()='Sender']//following::input[1]/parent::div]
--- 08 Sep 13:48:09 859 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (80f36fbfdb3286530f63a54336111067)] -> xpath: //label[text()='Sender']/following::div[3]/div]
Expected: Logged in user email should be set to default
Actual(Failed): Logged in User email is not set to default AdobeGroup (AdobeGroup@IMMTestCU.onmicrosoft.com)[ScreenShot]
Actual(Failed): Logged in User email is not set to default AdobeGroup (AdobeGroup@IMMTestCU.onmicrosoft.com)[ScreenShot]
Failed to display sender emails[ScreenShot]
Failed to display sender emails[ScreenShot]
Failed to display sender emails[ScreenShot]
Expected: Sender emails should be displayed in ascending order
Actual(Passed): Sender emails are display in ascending order [Anoma User (anoma.premalal@kinective.io), anomaGRP (anomaGRP@IMMTestCU.onmicrosoft.com), Test Group Management (TestGroupManagement@IMMTestCU.onmicrosoft.com)][ScreenShot]
Actual(Passed): Sender emails are display in ascending order [Anoma User (anoma.premalal@kinective.io), anomaGRP (anomaGRP@IMMTestCU.onmicrosoft.com), Test Group Management (TestGroupManagement@IMMTestCU.onmicrosoft.com)][ScreenShot]
--- 08 Sep 13:48:11 391 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (80f36fbfdb3286530f63a54336111067)] -> xpath: //div[@id='ddLoanOfficersCC']//input]
Expected: 'CC' dropdown should be displayed
Actual(Passed): 'CC' dropdown is displayed[ScreenShot]
Actual(Passed): 'CC' dropdown is displayed[ScreenShot]
--- 08 Sep 13:48:13 733 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (80f36fbfdb3286530f63a54336111067)] -> xpath: //input[@placeholder='Enter Email']]
Email for signer field not found or not interactable on the page!! [ScreenShot]
61 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
verifyUIElementsInCollectionDocumentPage
VerifyAddingIndexFieldsType
verifyPermissionsForDefiningDocuments
verifyAddingUnknownDocumentsToASession
verifyMaxFileSizeLimitAddDocumentsToSessionWhenDefaultFileSizeLimitSet
verifyIDMeAuthenticationSigningMethod
verifyExportAndDeletingTemplatesOnTheDocumentMaintenanceRTSPage
verifyAddingDocumentsAndAttachmentInCollectionDocumentPage
verifyAdobeSMSIDMeAuthenticationSigningMethodRTSSession
verifyDefiningDocumentsWithDisablePermissions
verifyReversingDocumentOrder
verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage
verifyAddingDocumentsToASessionRTS
verifyAdobeSMSEmailAuthenticationSigningMethodRTSSession
verifyMergingSignersUIImprovements
verifyTemplateMangementInTheCollectedDocumentPagee2
AddingattachmentToExistingSessionInCollectionDocumentPage
verifyDeliveryRouteToUserWithDocVisibilityOff
verifyUploadInCollectionDocumentPage
verifyPhoneAuthenticationSigningMethod
verifySMSOptionInSigningMethods
verifyProcessSessionDeleteDocumentAndFinishSigning
VerifySenderDropdowIneSignatureMgtPageWithDifferentUserEmails
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
verifyUIElementsInCollectionDocumentPage
VerifyAddingIndexFieldsType
verifyPermissionsForDefiningDocuments
verifyAddingUnknownDocumentsToASession
verifyMaxFileSizeLimitAddDocumentsToSessionWhenDefaultFileSizeLimitSet
verifyIDMeAuthenticationSigningMethod
verifyExportAndDeletingTemplatesOnTheDocumentMaintenanceRTSPage
verifyAddingDocumentsAndAttachmentInCollectionDocumentPage
verifyAdobeSMSIDMeAuthenticationSigningMethodRTSSession
verifyDefiningDocumentsWithDisablePermissions
verifyReversingDocumentOrder
verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage
verifyAddingDocumentsToASessionRTS
verifyAdobeSMSEmailAuthenticationSigningMethodRTSSession
verifyMergingSignersUIImprovements
verifyTemplateMangementInTheCollectedDocumentPagee2
AddingattachmentToExistingSessionInCollectionDocumentPage
verifyDeliveryRouteToUserWithDocVisibilityOff
verifyUploadInCollectionDocumentPage
verifyPhoneAuthenticationSigningMethod
verifySMSOptionInSigningMethods
verifyProcessSessionDeleteDocumentAndFinishSigning
VerifySenderDropdowIneSignatureMgtPageWithDifferentUserEmails
verifyParallelDocumentUploadIncollectionDocumentPage
Methods in chronological order
com.imm.testscripts.DocumentRTS.DocumentRTS
initialize(org.testng.TestRunner@794b139b)
0 ms
init(org.testng.TestRunner@794b139b)
10670 ms
verifyeSenderEmailWithGroupEmailIneSignatureManagementPageRTS({Tenant_URL=, EditFullName=, Email=, Platform=, Sender_Emails=Anoma User (anoma.premalal@kinective.i...)
69964 ms