com.imm.testscripts.DocumentRTS.DocumentRTS
VerifyActiveCompletedAndCancelledSessionsinCasesPagewithdifferentArchiveOptions
({Tenant_URL=, EditFullName=, Email=, Platform=, IsPlusFI=TRUE, ShortName=, PartyName=, PartiesToView=John Smith,Jane Smith,One Test, AttachmentName=Attach01,Attach02,Attach03,Attach04, ReceivedFromNames=, TextField=, ArchiveOptions=Always Archive,Archive on Action,Never Archive,Archive on Action, DocumentName=005BA1,Attach01,513BA,XNAAP, Dropdownvalues=, toggleStatus=, Workflow=Simple Workflow, AttachmentTypeOption=, NumOfAttachments=, Folderpath=, NameDescription=, Export_Values=, UserType=, Tenant_User=, Group=, Description=Verify Active, Completed and Cancelled sessions with different archive options on Cases page, Message=, FileName=, EditShortName=, Phone_Number=, Step Name=, Filepath=src/main/resources/testdata/files/documentRTS/RTSSingleSignTemplate.zip, DocumentPermission=, TestID=VerifyActiveCompletedAndCancelledSessionsinCasesPagewithdifferentArchiveOptions, FItype=, Required=, IndexSource=, Document Names=005BA1,Attach01,513BA,XNAAP,XXCA10,Attach04, Inbox=, Password=iMM@2022, Path=src/main/resources/testdata/files/documentRTS/005BA1.pdf,src/main/resources/testdata/files/documentRTS/513BA.pdf,src/main/resources/testdata/files/documentRTS/XNAAP.pdf,src/main/resources/testdata/files/documentRTS/XXCA10.pdf, Tenant_Password=, UserName=, Comments=, Email_Id=, Index_Field_Name=, Sender_Email_Id=, FI_ID=autoeplus, Vendor=, From=, TemplatePermission=, Subject=, Date=, Response=, Type=, AttachmentPath=src/main/resources/testdata/files/Attachments/Delic.pdf,src/main/resources/testdata/files/Attachments/paystub.pdf,src/main/resources/testdata/files/Attachments/UtilityBillPRIMARY1.pdf,src/main/resources/testdata/files/Attachments/Vehicletitle.pdf, Username=cuadmin@immtestcu.onmicrosoft.com,automationtest1@immtestcu.onmicrosoft.com, FullName=005BA1,513BA,XNAAP,XXCA10, EditNameDescription=, ErrorMessage=, Export_Fields=})
java.lang.AssertionError: Session details page didn't open up
at org.testng.Assert.fail(Assert.java:99)
at com.imm.support.Log.fail(Log.java:542)
at com.imm.pages.SessionDetailsPage.isLoaded(SessionDetailsPage.java:225)
at org.openqa.selenium.support.ui.LoadableComponent.get(LoadableComponent.java:52)
at com.imm.pages.SessionDetailsPage.SubmitRouting(SessionDetailsPage.java:875)
at com.imm.testscripts.DocumentRTS.DocumentRTS.VerifyActiveCompletedAndCancelledSessionsinCasesPagewithdifferentArchiveOptions(DocumentRTS.java:16491)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
(Verify Active, Completed and Cancelled sessions with different archive options on Cases page)
C:\Users\sa_chintan.choksi\AppData\Local\Temp\testng-eclipse-1286752807\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="VerifyActiveCompletedAndCancelledSessionsinCasesPagewithdifferentArchiveOptions"/>
</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
VerifyActiveCompletedAndCancelledSessionsinCasesPagewithdifferentArchiveOptions
P1
VerifyActiveCompletedAndCancelledSessionsinCasesPagewithdifferentArchiveOptions
Smoke
VerifyActiveCompletedAndCancelledSessionsinCasesPagewithdifferentArchiveOptions
Times for IMM_Esign_Chrome
Total running time: 7 minutes
Reporter output for IMM_Esign_Chrome
VerifyActiveCompletedAndCancelledSessionsinCasesPagewithdifferentArchiveOptions({Tenant_URL=, EditFullName=, Email=, Platform=, IsPlusFI=TRUE, ShortName=, PartyName=, PartiesToView...)
Session details page didn't open up [ScreenShot]
--- 08 Apr 17:23:14 685 - TestCaseID:: VerifyActiveCompletedAndCancelledSessionsinCasesPagewithdifferentArchiveOptions
--- 08 Apr 17:23:18 612 - 3 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
Verify Active, Completed and Cancelled sessions with different archive options on Cases page COMMENTS:
Steps:
--- 08 Apr 17:23:26 203 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 08 Apr 17:23:26 203 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Apr 17:23:26 482 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5a720aaee73d5fc91d336af9cfd23b6d)] -> id: btnSubmit]
--- 08 Apr 17:23:26 570 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5a720aaee73d5fc91d336af9cfd23b6d)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 08 Apr 17:23:27 236 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5a720aaee73d5fc91d336af9cfd23b6d)] -> id: btnSubmit]
--- 08 Apr 17:23:32 686 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5a720aaee73d5fc91d336af9cfd23b6d)] -> id: idSIButton9]
--- 08 Apr 17:23:39 357 - Page URL:: https://login.microsoftonline.com/common/login
--- 08 Apr 17:23:39 357 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Apr 17:23:39 437 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5a720aaee73d5fc91d336af9cfd23b6d)] -> id: lightbox]
--- 08 Apr 17:23:39 504 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5a720aaee73d5fc91d336af9cfd23b6d)] -> id: idSIButton9]
--- 08 Apr 17:23:49 628 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 08 Apr 17:23:49 628 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Apr 17:23:49 719 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5a720aaee73d5fc91d336af9cfd23b6d)] -> id: btnUpload]
--- 08 Apr 17:23:52 927 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 08 Apr 17:23:52 928 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Apr 17:23:52 995 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5a720aaee73d5fc91d336af9cfd23b6d)] -> css selector: .header]
--- 08 Apr 17:23:53 056 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5a720aaee73d5fc91d336af9cfd23b6d)] -> xpath: //a[text()='Administration']]
--- 08 Apr 17:24:04 265 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 08 Apr 17:24:04 266 - 5 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Apr 17:24:04 325 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5a720aaee73d5fc91d336af9cfd23b6d)] -> id: btnSearch]
--- 08 Apr 17:24:07 501 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 08 Apr 17:24:07 501 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Apr 17:24:07 562 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5a720aaee73d5fc91d336af9cfd23b6d)] -> css selector: .header]
--- 08 Apr 17:24:07 629 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5a720aaee73d5fc91d336af9cfd23b6d)] -> xpath: //*[text()='Select All']]
--- 08 Apr 17:24:07 696 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5a720aaee73d5fc91d336af9cfd23b6d)] -> xpath: //*[text()='Select All']]
--- 08 Apr 17:24:12 818 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5a720aaee73d5fc91d336af9cfd23b6d)] -> xpath: //*[text()='Select All']]
--- 08 Apr 17:24:16 103 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 08 Apr 17:24:16 103 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Apr 17:24:23 112 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 08 Apr 17:24:23 112 - 6 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Apr 17:24:23 184 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5a720aaee73d5fc91d336af9cfd23b6d)] -> xpath: //div[text()='No records found']]
Expected: Delete the ALL documents
Actual(Passed): Successfully deleted ALL the documents[ScreenShot]
Actual(Passed): Successfully deleted ALL the documents[ScreenShot]
--- 08 Apr 17:24:23 370 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5a720aaee73d5fc91d336af9cfd23b6d)] -> 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]
--- 08 Apr 17:24:37 226 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 08 Apr 17:24:37 226 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Apr 17:24:37 296 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5a720aaee73d5fc91d336af9cfd23b6d)] -> xpath: //a[@data-bind='click: $root.ButtonAttach_Click']]
--- 08 Apr 17:24:39 421 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5a720aaee73d5fc91d336af9cfd23b6d)] -> id: btnClose]
--- 08 Apr 17:24:39 482 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5a720aaee73d5fc91d336af9cfd23b6d)] -> id: txtFullName]
--- 08 Apr 17:24:42 617 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 08 Apr 17:24:42 617 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Apr 17:24:43 933 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5a720aaee73d5fc91d336af9cfd23b6d)] -> xpath: //label[contains(text(),'Archive')]/following::div[3]]
--- 08 Apr 17:24:47 243 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5a720aaee73d5fc91d336af9cfd23b6d)] -> id: btnattachmentSave]
--- 08 Apr 17:24:54 495 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 08 Apr 17:24:54 495 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Apr 17:24:54 559 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5a720aaee73d5fc91d336af9cfd23b6d)] -> xpath: //a[@data-bind='click: $root.ButtonAttach_Click']]
--- 08 Apr 17:24:56 733 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5a720aaee73d5fc91d336af9cfd23b6d)] -> id: btnClose]
--- 08 Apr 17:24:56 798 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5a720aaee73d5fc91d336af9cfd23b6d)] -> id: txtFullName]
--- 08 Apr 17:24:59 977 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 08 Apr 17:24:59 977 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Apr 17:25:01 303 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5a720aaee73d5fc91d336af9cfd23b6d)] -> xpath: //label[contains(text(),'Archive')]/following::div[3]]
--- 08 Apr 17:25:04 649 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5a720aaee73d5fc91d336af9cfd23b6d)] -> id: btnattachmentSave]
--- 08 Apr 17:25:11 873 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 08 Apr 17:25:11 873 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Apr 17:25:11 925 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5a720aaee73d5fc91d336af9cfd23b6d)] -> xpath: //a[@data-bind='click: $root.ButtonAttach_Click']]
--- 08 Apr 17:25:14 023 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5a720aaee73d5fc91d336af9cfd23b6d)] -> id: btnClose]
--- 08 Apr 17:25:14 075 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5a720aaee73d5fc91d336af9cfd23b6d)] -> id: txtFullName]
--- 08 Apr 17:25:17 261 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 08 Apr 17:25:17 261 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Apr 17:25:18 525 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5a720aaee73d5fc91d336af9cfd23b6d)] -> xpath: //label[contains(text(),'Archive')]/following::div[3]]
--- 08 Apr 17:25:21 931 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5a720aaee73d5fc91d336af9cfd23b6d)] -> id: btnattachmentSave]
--- 08 Apr 17:25:29 230 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 08 Apr 17:25:29 230 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Apr 17:25:29 289 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5a720aaee73d5fc91d336af9cfd23b6d)] -> xpath: //a[@data-bind='click: $root.ButtonAttach_Click']]
--- 08 Apr 17:25:31 410 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5a720aaee73d5fc91d336af9cfd23b6d)] -> id: btnClose]
--- 08 Apr 17:25:31 464 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5a720aaee73d5fc91d336af9cfd23b6d)] -> id: txtFullName]
--- 08 Apr 17:25:34 636 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 08 Apr 17:25:34 637 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Apr 17:25:35 991 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5a720aaee73d5fc91d336af9cfd23b6d)] -> xpath: //label[contains(text(),'Archive')]/following::div[3]]
--- 08 Apr 17:25:39 329 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5a720aaee73d5fc91d336af9cfd23b6d)] -> id: btnattachmentSave]
--- 08 Apr 17:25:43 722 - TestCaseID:: VerifyActiveCompletedAndCancelledSessionsinCasesPagewithdifferentArchiveOptions
--- 08 Apr 17:25:45 449 - 1 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
--- 08 Apr 17:25:52 433 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 08 Apr 17:25:52 433 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Apr 17:25:52 501 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (12becb90aa0324943796e7077275a607)] -> id: btnSubmit]
--- 08 Apr 17:25:52 563 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (12becb90aa0324943796e7077275a607)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 08 Apr 17:25:53 160 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (12becb90aa0324943796e7077275a607)] -> id: btnSubmit]
--- 08 Apr 17:25:58 569 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (12becb90aa0324943796e7077275a607)] -> id: idSIButton9]
--- 08 Apr 17:26:05 005 - Page URL:: https://login.microsoftonline.com/common/login
--- 08 Apr 17:26:05 005 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Apr 17:26:05 063 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (12becb90aa0324943796e7077275a607)] -> id: lightbox]
--- 08 Apr 17:26:05 116 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (12becb90aa0324943796e7077275a607)] -> id: idSIButton9]
--- 08 Apr 17:26:16 806 - Page URL:: https://esignplusqa.immesign.com/teaasp/wfcases
--- 08 Apr 17:26:16 806 - 6 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Apr 17:26:16 863 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (12becb90aa0324943796e7077275a607)] -> id: immPageTitle]
--- 08 Apr 17:26:20 055 - Page URL:: https://esignplusqa.immesign.com/teaasp/wfcases
--- 08 Apr 17:26:20 055 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Apr 17:26:20 114 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (12becb90aa0324943796e7077275a607)] -> css selector: .header]
--- 08 Apr 17:26:20 175 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (12becb90aa0324943796e7077275a607)] -> xpath: //a[text()='Processing']]
--- 08 Apr 17:26:30 412 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 08 Apr 17:26:30 412 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Apr 17:26:40 774 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (12becb90aa0324943796e7077275a607)] -> id: tab0]
--- 08 Apr 17:26:43 909 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 08 Apr 17:26:43 910 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Apr 17:26:43 967 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (12becb90aa0324943796e7077275a607)] -> css selector: .header]
--- 08 Apr 17:26:44 024 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (12becb90aa0324943796e7077275a607)] -> id: dragandrophandler]
--- 08 Apr 17:26:46 578 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (12becb90aa0324943796e7077275a607)] -> id: messages]
--- 08 Apr 17:26:49 811 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 08 Apr 17:26:49 811 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Apr 17:26:52 917 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 08 Apr 17:26:52 917 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Apr 17:26:52 981 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (12becb90aa0324943796e7077275a607)] -> xpath: .//*[@id='sw-at-dao']/label[2]]
--- 08 Apr 17:26:53 037 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (12becb90aa0324943796e7077275a607)] -> xpath: //label[text()='Attachment Type']//following::input[1]/parent::div[1]]
--- 08 Apr 17:26:56 540 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 08 Apr 17:26:56 540 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Apr 17:27:51 709 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (12becb90aa0324943796e7077275a607)] -> id: dragandrophandler]
--- 08 Apr 17:27:53 860 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (12becb90aa0324943796e7077275a607)] -> id: messages]
--- 08 Apr 17:27:57 245 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 08 Apr 17:27:57 245 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Apr 17:28:00 347 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 08 Apr 17:28:00 348 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Apr 17:28:00 415 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (12becb90aa0324943796e7077275a607)] -> xpath: .//*[@id='sw-at-dao']/label[2]]
--- 08 Apr 17:28:00 477 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (12becb90aa0324943796e7077275a607)] -> xpath: //label[text()='Attachment Type']//following::input[1]/parent::div[1]]
--- 08 Apr 17:28:03 940 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 08 Apr 17:28:03 940 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Apr 17:28:59 070 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (12becb90aa0324943796e7077275a607)] -> id: dragandrophandler]
--- 08 Apr 17:29:01 201 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (12becb90aa0324943796e7077275a607)] -> id: messages]
--- 08 Apr 17:29:05 545 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 08 Apr 17:29:05 546 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Apr 17:29:08 693 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 08 Apr 17:29:08 694 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Apr 17:29:08 756 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (12becb90aa0324943796e7077275a607)] -> xpath: .//*[@id='sw-at-dao']/label[2]]
--- 08 Apr 17:29:08 819 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (12becb90aa0324943796e7077275a607)] -> xpath: //label[text()='Attachment Type']//following::input[1]/parent::div[1]]
--- 08 Apr 17:29:12 258 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 08 Apr 17:29:12 258 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Apr 17:30:07 197 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (12becb90aa0324943796e7077275a607)] -> id: dragandrophandler]
--- 08 Apr 17:30:09 331 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (12becb90aa0324943796e7077275a607)] -> id: messages]
--- 08 Apr 17:30:12 626 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 08 Apr 17:30:12 626 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Apr 17:30:15 792 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 08 Apr 17:30:15 792 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Apr 17:30:15 856 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (12becb90aa0324943796e7077275a607)] -> xpath: .//*[@id='sw-at-dao']/label[2]]
--- 08 Apr 17:30:15 917 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (12becb90aa0324943796e7077275a607)] -> xpath: //label[text()='Attachment Type']//following::input[1]/parent::div[1]]
--- 08 Apr 17:30:19 381 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 08 Apr 17:30:19 381 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Apr 17:31:11 989 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (12becb90aa0324943796e7077275a607)] -> xpath: //span[contains(text(),'Create Session')]]
--- 08 Apr 17:31:28 864 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202504081200389917869_glje0fv0nqk541ijwis4ofph&refresh=y
--- 08 Apr 17:31:28 864 - 16 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Apr 17:31:50 874 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202504081200389917869_glje0fv0nqk541ijwis4ofph&refresh=y
--- 08 Apr 17:31:50 874 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Apr 17:31:54 059 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202504081200389917869_glje0fv0nqk541ijwis4ofph&refresh=y
--- 08 Apr 17:31:54 060 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Apr 17:31:57 280 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202504081200389917869_glje0fv0nqk541ijwis4ofph&refresh=y
--- 08 Apr 17:31:57 280 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Apr 17:31:57 360 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (12becb90aa0324943796e7077275a607)] -> id: Sign]
--- 08 Apr 17:31:57 421 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (12becb90aa0324943796e7077275a607)] -> id: Attach]
--- 08 Apr 17:32:00 570 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202504081200389917869_glje0fv0nqk541ijwis4ofph&refresh=y
--- 08 Apr 17:32:00 570 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Apr 17:32:00 632 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (12becb90aa0324943796e7077275a607)] -> css selector: .header]
--- 08 Apr 17:32:13 824 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202504081200389917869_glje0fv0nqk541ijwis4ofph&refresh=y
--- 08 Apr 17:32:13 824 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 08 Apr 17:32:21 964 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (12becb90aa0324943796e7077275a607)] -> xpath: //input[@id='chkbShowAllWorkflow']/following-sibling::span]
--- 08 Apr 17:32:29 186 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (12becb90aa0324943796e7077275a607)] -> id: btnsubmit]
--- 08 Apr 17:32:37 389 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails/setworkflowid?origsessionid=202504081200389917869_glje0fv0nqk541ijwis4ofph&workflowid=641&isimportant=false&comment=
--- 08 Apr 17:32:37 390 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
Session details page didn't open up [ScreenShot]
65 ignored methods
com.imm.testscripts.DocumentRTS.DocumentRTS
verifyAddingOptionalSigDocuments
verifyGovernmentIDAuthenticationSigningMethod
verifyUIelementsForDefineAttachmentsOnTheDocumentMaintenanceRTSPage
verifyAddingSignatureFieldsInDesignerPage
verifyMergingDocswithSameName1
verifySplitPDFSession
verifyAdobeSMSPasswordAuthenticationSigningMethodRTSSession
verifyKBAAuthenticationSigningMethod
verifyProcessASessionWithASingleWorkflow
verifyEmailAuthenticationSigningMethod
verifyTemplateMangementInTheDocumentRTSPage
verifyProcessSessionWithAttachmentAndReProcess
verifyProcessingASessionAndMergingRTSDocuments
verifyImageBasedDocumentInTheDocumentRTSPage
verifyAdobeSMSPhoneAuthenticationSigningMethodRTSSession
verifySMSKioskFeatureSignerInformationRTSSession
verifyMergingDocswithSameName
verifyAdobeSMSBlendedSigningIDMeAuthentication
verifyAdobeSMSKBAAuthenticationSigningMethodRTSSession
VerifyPartyReviewOptionsWithDifferentArchiveOptions
verifyInPersonSigningMethodineSignPage
verifyUIelementsOnTheDocumentMaintenanceRTSPage
verifyConditionalRoutingWithDocumentTypes
verifyDynamicDocPDFSession
VerifyIndividualArchiveWithDifferentArchiveOptions
verifyEdeliveryMergeReorder
verifyDoNotArchiveDefineAndModifyingAttachmentsOnTheDocumentMaintenanceRTSPage
verifyDocumentWithTemplateDesignPage
VerifySessionDetailsPagewithDifferentArchiveOptions
verifyAdobeSMSGovernmentIDAuthenticationSigningMethodRTSSession
verifyProcessASessionWithAMultipleWorkflow
VerifyOptionalSignatureWithDifferentArchiveOptions
verifySearchCriteriaOnTheDocumentMaintenanceRTSPage
verifyMultipleDocumentUploadIncollectionDocumentPage
verifyPasswordAuthenticationSigningMethod
verifyAdobeSMSInPersonSigningMethodRTSSession
verifyProcessSessionWithDoNotArchiveOptionsinSearchActiveSessionsPage
verifyTemplateMangementInTheCollectedDocumentPagee
verifyReversingPartySequence
verifyDoNotArchiveOnTheDocumentMaintenanceRTSPage
verifySessionsInCollectionDocumentPage
verifyUIElementsInCollectionDocumentPage
VerifyAddingIndexFieldsType
verifyPermissionsForDefiningDocuments
verifyAddingUnknownDocumentsToASession
verifyIDMeAuthenticationSigningMethod
verifyExportAndDeletingTemplatesOnTheDocumentMaintenanceRTSPage
verifyAddingDocumentsAndAttachmentInCollectionDocumentPage
verifyAdobeSMSIDMeAuthenticationSigningMethodRTSSession
verifyDefiningDocumentsWithDisablePermissions
verifyReversingDocumentOrder
verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage
verifyAddingDocumentsToASessionRTS
verifyAdobeSMSEmailAuthenticationSigningMethodRTSSession
verifyMergingSignersUIImprovements
verifyTemplateMangementInTheCollectedDocumentPagee2
verifyArchiveStatusAndManageCompletedSessionDocumentsOnTheSearchCompletedPage
AddingattachmentToExistingSessionInCollectionDocumentPage
verifyDeliveryRouteToUserWithDocVisibilityOff
verifyUploadInCollectionDocumentPage
verifyPhoneAuthenticationSigningMethod
verifySMSOptionInSigningMethods
VerifyDoNotArchiveInDocRTSPageIncludingExportDeleteImportForNewTemplate
verifyProcessSessionDeleteDocumentAndFinishSigning
verifyParallelDocumentUploadIncollectionDocumentPage
verifyGovernmentIDAuthenticationSigningMethod
verifyUIelementsForDefineAttachmentsOnTheDocumentMaintenanceRTSPage
verifyAddingSignatureFieldsInDesignerPage
verifyMergingDocswithSameName1
verifySplitPDFSession
verifyAdobeSMSPasswordAuthenticationSigningMethodRTSSession
verifyKBAAuthenticationSigningMethod
verifyProcessASessionWithASingleWorkflow
verifyEmailAuthenticationSigningMethod
verifyTemplateMangementInTheDocumentRTSPage
verifyProcessSessionWithAttachmentAndReProcess
verifyProcessingASessionAndMergingRTSDocuments
verifyImageBasedDocumentInTheDocumentRTSPage
verifyAdobeSMSPhoneAuthenticationSigningMethodRTSSession
verifySMSKioskFeatureSignerInformationRTSSession
verifyMergingDocswithSameName
verifyAdobeSMSBlendedSigningIDMeAuthentication
verifyAdobeSMSKBAAuthenticationSigningMethodRTSSession
VerifyPartyReviewOptionsWithDifferentArchiveOptions
verifyInPersonSigningMethodineSignPage
verifyUIelementsOnTheDocumentMaintenanceRTSPage
verifyConditionalRoutingWithDocumentTypes
verifyDynamicDocPDFSession
VerifyIndividualArchiveWithDifferentArchiveOptions
verifyEdeliveryMergeReorder
verifyDoNotArchiveDefineAndModifyingAttachmentsOnTheDocumentMaintenanceRTSPage
verifyDocumentWithTemplateDesignPage
VerifySessionDetailsPagewithDifferentArchiveOptions
verifyAdobeSMSGovernmentIDAuthenticationSigningMethodRTSSession
verifyProcessASessionWithAMultipleWorkflow
VerifyOptionalSignatureWithDifferentArchiveOptions
verifySearchCriteriaOnTheDocumentMaintenanceRTSPage
verifyMultipleDocumentUploadIncollectionDocumentPage
verifyPasswordAuthenticationSigningMethod
verifyAdobeSMSInPersonSigningMethodRTSSession
verifyProcessSessionWithDoNotArchiveOptionsinSearchActiveSessionsPage
verifyTemplateMangementInTheCollectedDocumentPagee
verifyReversingPartySequence
verifyDoNotArchiveOnTheDocumentMaintenanceRTSPage
verifySessionsInCollectionDocumentPage
verifyUIElementsInCollectionDocumentPage
VerifyAddingIndexFieldsType
verifyPermissionsForDefiningDocuments
verifyAddingUnknownDocumentsToASession
verifyIDMeAuthenticationSigningMethod
verifyExportAndDeletingTemplatesOnTheDocumentMaintenanceRTSPage
verifyAddingDocumentsAndAttachmentInCollectionDocumentPage
verifyAdobeSMSIDMeAuthenticationSigningMethodRTSSession
verifyDefiningDocumentsWithDisablePermissions
verifyReversingDocumentOrder
verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage
verifyAddingDocumentsToASessionRTS
verifyAdobeSMSEmailAuthenticationSigningMethodRTSSession
verifyMergingSignersUIImprovements
verifyTemplateMangementInTheCollectedDocumentPagee2
verifyArchiveStatusAndManageCompletedSessionDocumentsOnTheSearchCompletedPage
AddingattachmentToExistingSessionInCollectionDocumentPage
verifyDeliveryRouteToUserWithDocVisibilityOff
verifyUploadInCollectionDocumentPage
verifyPhoneAuthenticationSigningMethod
verifySMSOptionInSigningMethods
VerifyDoNotArchiveInDocRTSPageIncludingExportDeleteImportForNewTemplate
verifyProcessSessionDeleteDocumentAndFinishSigning
verifyParallelDocumentUploadIncollectionDocumentPage
Methods in chronological order
com.imm.testscripts.DocumentRTS.DocumentRTS
initialize(org.testng.TestRunner@22e0965c)
0 ms
init(org.testng.TestRunner@22e0965c)
39181 ms
VerifyActiveCompletedAndCancelledSessionsinCasesPagewithdifferentArchiveOptions({Tenant_URL=, EditFullName=, Email=, Platform=, IsPlusFI=TRUE, ShortName=, PartyName=, PartiesToView...)
190028 ms