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),Test Group Management (TestGroupManagement@IMMTestCU.onmicrosoft.com), ShortName=, PartyName=, PartiesToView=, ReceivedFromNames=, TextField=, plusfi=TRUE, IntegrationType=Fully Integrated, DocumentName=, Dropdownvalues=Loan Amount, Workflow=Simple Workflow_1, AttachmentTypeOption=, NumOfAttachments=, Folderpath=src/main/resources/testdata/files/documentRTS/MaxFileSize, NameDescription=, Export_Values=, UserType=Admin,User, Tenant_User=, Group=, Description=verifyeSenderEmailWithGroupEmailIneSignatureManagementPageRTS -Plus Fi, 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=Group email, Email_Id=,anoma.premalal@kinective.io, 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=plusoem, 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: User Name field 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.GroupMaintenancePage.searcGroupTitle(GroupMaintenancePage.java:991)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyeSenderEmailWithGroupEmailIneSignatureManagementPageRTS(DocumentRTS.java:15102)
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)
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, IntegrationType=Legacy, DocumentName=, Dropdownvalues=Loan Amount, Workflow=AdHoc Simple Workflow, AttachmentTypeOption=, NumOfAttachments=, Folderpath=, NameDescription=, Export_Values=, UserType=Admin,User, Tenant_User=, Group=, Description=verifyeSenderEmailWithGroupEmailIneSignatureManagementPageRTS- Legacy Fi, 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=,anoma.premalal@kinective.io, 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=autoesign, Vendor=None, From=, TemplatePermission=, Subject=, Date=TRUE, Response=, Type=, AttachmentPath=, Username=cuadmin@immtestcu.onmicrosoft.com,anoma@immtestcu.onmicrosoft.com, FullName=513BA, EditNameDescription=, ErrorMessage=})
java.lang.Exception: User Name field 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.GroupMaintenancePage.searcGroupTitle(GroupMaintenancePage.java:991)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyeSenderEmailWithGroupEmailIneSignatureManagementPageRTS(DocumentRTS.java:15102)
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)
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, IntegrationType=Fully Integrated, 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=anomaGRP,AdobeGroup,Test Group Management, Description=verifyeSenderEmailWithGroupEmailIneSignatureManagementPageRTS Sign Fi when default sender is not 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=AdobeGroup@IMMTestCU.onmicrosoft.com,anoma.premalal@kinective.io, 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.ClassCastException: class com.imm.pages.DocumentDesignerPage cannot be cast to class com.imm.pages.SessionDetailsPage (com.imm.pages.DocumentDesignerPage and com.imm.pages.SessionDetailsPage are in unnamed module of loader 'app')
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyeSenderEmailWithGroupEmailIneSignatureManagementPageRTS(DocumentRTS.java:15201)
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)
(verify Sender Email with Groupt Email In eSignature Management Page RTS)
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, IntegrationType=Fully Integrated, 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- Sign Fi 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=,anoma.premalal@kinective.io, 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=signoem1, Vendor=None, From=, TemplatePermission=, Subject=, Date=TRUE, Response=, Type=, AttachmentPath=, Username=billteller@immtestcu.onmicrosoft.com,anoma@immtestcu.onmicrosoft.com, FullName=513BA, EditNameDescription=, ErrorMessage=})
java.lang.Exception: User Name field 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.GroupMaintenancePage.searcGroupTitle(GroupMaintenancePage.java:991)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyeSenderEmailWithGroupEmailIneSignatureManagementPageRTS(DocumentRTS.java:15102)
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--2126856931\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: 5 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 'Group Maintenance' page [ScreenShot]
User Name field field not found or not interactable on the page!! [ScreenShot]
--- 22 Sep 14:24:01 550 - TestCaseID:: verifyeSenderEmailWithGroupEmailIneSignatureManagementPageRTS
--- 22 Sep 14:24:03 020 - 1 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558)
verifyeSenderEmailWithGroupEmailIneSignatureManagementPageRTS -Plus Fi COMMENTS:Group email
Steps:
--- 22 Sep 14:24:08 628 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 22 Sep 14:24:08 629 - 5 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:24:08 723 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (77c40959f115b735e4259d3dde28e061)] -> xpath: //*[@id='btnSubmit']]
--- 22 Sep 14:24:08 816 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (77c40959f115b735e4259d3dde28e061)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 22 Sep 14:24:09 623 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (77c40959f115b735e4259d3dde28e061)] -> xpath: //*[@id='btnSubmit']]
--- 22 Sep 14:24:12 394 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (77c40959f115b735e4259d3dde28e061)] -> id: idSIButton9]
--- 22 Sep 14:24:15 697 - 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%3dyfymexd_7mgrl-jdxfdp2wlebo02jzundtbb7di925ss50xifja5-7hzfzthhm4ozgccw-5qj-dvdq43y94-efzskqupzh-mz_fglpvyoitrero0p5dyli1ujtclavx9jz6znht38y2m_sw8_s9zfebzwl9eyg3ny0l-2dd53g6tkkfvsiv3kluwbit99kg05whp2350hp33uzaldbd5aq&response_mode=form_post&nonce=638941478498718354.mzu0mjuyzdytzdqyny00yzyzlthmytitoti2odq4mzjhmtdizwnmnme0nzytywmzmc00mdgylwiyotktogfmm2y3mdu3zwi3&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
--- 22 Sep 14:24:15 698 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:24:17 832 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (77c40959f115b735e4259d3dde28e061)] -> id: idSIButton9]
--- 22 Sep 14:24:22 703 - Page URL:: https://login.microsoftonline.com/common/login
--- 22 Sep 14:24:22 703 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:24:22 788 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (77c40959f115b735e4259d3dde28e061)] -> id: lightbox]
--- 22 Sep 14:24:22 892 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (77c40959f115b735e4259d3dde28e061)] -> id: idSIButton9]
--- 22 Sep 14:24:26 267 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 22 Sep 14:24:26 268 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:24:29 422 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 22 Sep 14:24:29 423 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:24:29 506 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (77c40959f115b735e4259d3dde28e061)] -> id: btnUpload]
--- 22 Sep 14:24:32 647 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 22 Sep 14:24:32 648 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:24:32 719 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (77c40959f115b735e4259d3dde28e061)] -> css selector: .header]
Successfully navigated to the 'documents' page [ScreenShot]
--- 22 Sep 14:24:32 936 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (77c40959f115b735e4259d3dde28e061)] -> xpath: //a[text()='Administration']]
--- 22 Sep 14:24:36 299 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (77c40959f115b735e4259d3dde28e061)] -> xpath: //*[text()='Select All']]
--- 22 Sep 14:24:36 410 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (77c40959f115b735e4259d3dde28e061)] -> xpath: //*[text()='Select All']]
--- 22 Sep 14:24:41 495 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (77c40959f115b735e4259d3dde28e061)] -> xpath: //*[text()='Select All']]
--- 22 Sep 14:24:44 736 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 22 Sep 14:24:44 736 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:24:45 917 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (77c40959f115b735e4259d3dde28e061)] -> 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]
--- 22 Sep 14:24:46 163 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (77c40959f115b735e4259d3dde28e061)] -> xpath: //*[text()='Import Template']]
--- 22 Sep 14:24:51 329 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (77c40959f115b735e4259d3dde28e061)] -> id: globalErrorMessage]
Expected: The File upload in Import template
Actual(Failed): Failed to upload in the import template[ScreenShot]
Actual(Failed): Failed to upload in the import template[ScreenShot]
--- 22 Sep 14:24:51 519 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (77c40959f115b735e4259d3dde28e061)] -> xpath: //a[text()='Administration']]
--- 22 Sep 14:24:58 278 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
--- 22 Sep 14:24:58 279 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:24:58 459 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (77c40959f115b735e4259d3dde28e061)] -> id: immPageTitle]
--- 22 Sep 14:25:01 633 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
--- 22 Sep 14:25:01 634 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:25:01 723 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (77c40959f115b735e4259d3dde28e061)] -> css selector: .header]
Successfully navigated to the 'Group Maintenance' page [ScreenShot]
--- 22 Sep 14:25:01 936 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (77c40959f115b735e4259d3dde28e061)] -> id: TxtGroupTitle]
User Name field field not found or not interactable on the page!! [ScreenShot]
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 'Group Maintenance' page [ScreenShot]
User Name field field not found or not interactable on the page!! [ScreenShot]
--- 22 Sep 14:25:03 025 - TestCaseID:: verifyeSenderEmailWithGroupEmailIneSignatureManagementPageRTS
--- 22 Sep 14:25:04 579 - 1 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558)
verifyeSenderEmailWithGroupEmailIneSignatureManagementPageRTS- Legacy Fi COMMENTS:Plus FI - Max File Size
Steps:
--- 22 Sep 14:25:09 689 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 22 Sep 14:25:09 689 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:25:09 784 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (98485c4bd0d6170096de4b5603dba5fb)] -> xpath: //*[@id='btnSubmit']]
--- 22 Sep 14:25:09 859 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (98485c4bd0d6170096de4b5603dba5fb)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 22 Sep 14:25:10 661 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (98485c4bd0d6170096de4b5603dba5fb)] -> xpath: //*[@id='btnSubmit']]
--- 22 Sep 14:25:13 679 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (98485c4bd0d6170096de4b5603dba5fb)] -> id: idSIButton9]
--- 22 Sep 14:25:17 023 - 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%3defer-n4k7rqgojt1jrv9x9tz0xv2-rgwlaednoc5nzb9jcgl0io-5fccq6k4dwutkepo6loe_jp3osfkoxs1luvnzbimm5yyglm3edo1ai0rgmdqs3vqiazlm9k39kjjhnhnsvykffkwzqvjrxs3rp7bjwlmeg514hk65fhyp-tztqw6refn28cbk8mlp6dzyycb-znsfaq2ywoijnwt0g&response_mode=form_post&nonce=638941479108810577.nwe0nwi3zgutmwu3mi00yti0ltg2zwitywqynjg4ymuxmtfjmde5ndrjztqtngvlns00ymzklwe3nwqtzwy3nti4zwewzjcx&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
--- 22 Sep 14:25:17 023 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:25:19 156 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (98485c4bd0d6170096de4b5603dba5fb)] -> id: idSIButton9]
--- 22 Sep 14:25:22 903 - Page URL:: https://login.microsoftonline.com/common/login
--- 22 Sep 14:25:22 904 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:25:22 983 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (98485c4bd0d6170096de4b5603dba5fb)] -> id: lightbox]
--- 22 Sep 14:25:23 060 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (98485c4bd0d6170096de4b5603dba5fb)] -> id: idSIButton9]
--- 22 Sep 14:25:29 390 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 22 Sep 14:25:29 390 - 6 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:25:32 578 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 22 Sep 14:25:32 579 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:25:32 667 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (98485c4bd0d6170096de4b5603dba5fb)] -> id: btnUpload]
--- 22 Sep 14:25:35 809 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 22 Sep 14:25:35 810 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:25:35 885 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (98485c4bd0d6170096de4b5603dba5fb)] -> css selector: .header]
Successfully navigated to the 'documents' page [ScreenShot]
--- 22 Sep 14:25:36 100 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (98485c4bd0d6170096de4b5603dba5fb)] -> xpath: //a[text()='Administration']]
--- 22 Sep 14:25:39 423 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (98485c4bd0d6170096de4b5603dba5fb)] -> xpath: //*[text()='Select All']]
--- 22 Sep 14:25:39 513 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (98485c4bd0d6170096de4b5603dba5fb)] -> xpath: //*[text()='Select All']]
--- 22 Sep 14:25:44 631 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (98485c4bd0d6170096de4b5603dba5fb)] -> xpath: //*[text()='Select All']]
--- 22 Sep 14:25:47 910 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 22 Sep 14:25:47 910 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:25:49 078 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (98485c4bd0d6170096de4b5603dba5fb)] -> 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]
--- 22 Sep 14:25:49 390 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (98485c4bd0d6170096de4b5603dba5fb)] -> xpath: //*[text()='Import Template']]
--- 22 Sep 14:25:54 607 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (98485c4bd0d6170096de4b5603dba5fb)] -> id: globalErrorMessage]
Expected: The File upload in Import template
Actual(Failed): Failed to upload in the import template[ScreenShot]
Actual(Failed): Failed to upload in the import template[ScreenShot]
--- 22 Sep 14:25:54 793 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (98485c4bd0d6170096de4b5603dba5fb)] -> xpath: //a[text()='Administration']]
--- 22 Sep 14:26:01 778 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
--- 22 Sep 14:26:01 779 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:26:01 894 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (98485c4bd0d6170096de4b5603dba5fb)] -> id: immPageTitle]
--- 22 Sep 14:26:05 091 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
--- 22 Sep 14:26:05 091 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:26:05 157 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (98485c4bd0d6170096de4b5603dba5fb)] -> css selector: .header]
Successfully navigated to the 'Group Maintenance' page [ScreenShot]
--- 22 Sep 14:26:05 349 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (98485c4bd0d6170096de4b5603dba5fb)] -> id: TxtGroupTitle]
User Name field field not found or not interactable on the page!! [ScreenShot]
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 'Group Maintenance' page [ScreenShot]
Successfully navigated to the 'searchActiveSession' page [ScreenShot]
Successfully navigated to the 'userAccountSettingsPage' [ScreenShot]
class com.imm.pages.DocumentDesignerPage cannot be cast to class com.imm.pages.SessionDetailsPage (com.imm.pages.DocumentDesignerPage and com.imm.pages.SessionDetailsPage are in unnamed module of loader 'app') [ScreenShot]
--- 22 Sep 14:20:28 868 - TestCaseID:: verifyeSenderEmailWithGroupEmailIneSignatureManagementPageRTS
--- 22 Sep 14:20:30 497 - 1 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558)
verifyeSenderEmailWithGroupEmailIneSignatureManagementPageRTS Sign Fi when default sender is not blank COMMENTS:Plus FI - Max File Size
Steps:
--- 22 Sep 14:20:35 349 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 22 Sep 14:20:35 351 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:20:35 451 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7914111e611377762c42a35a063345bc)] -> xpath: //*[@id='btnSubmit']]
--- 22 Sep 14:20:35 607 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7914111e611377762c42a35a063345bc)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 22 Sep 14:20:36 584 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7914111e611377762c42a35a063345bc)] -> xpath: //*[@id='btnSubmit']]
--- 22 Sep 14:20:40 084 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7914111e611377762c42a35a063345bc)] -> id: idSIButton9]
--- 22 Sep 14:20:44 467 - 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%3dkfx6yowwg9xfqgiwtvvytqstifcfxorfegasasktjr9p6yk2lpsh0zavisequzm6u1v4m92zbygzi1dcabjzdlsimxbdjrykex_4ajxvexvpps-zvygnl69xqhhx9n7b1hdionjfcffgdsfi1mk9gspfuqtpiww8jnpcwc4mdi-snmcuo5a9ql_0_s0sd4lz7ejdlwvh8tu9xfnuanmv7w&response_mode=form_post&nonce=638941476369541949.yzdmmzc2nmutnwm5nc00mzmxltkymmqtmjuyywi5zdrjyti4zdzknji0ndqtywflni00ztq3lwjkzwmtzmzhmgmwmjk5ztg5&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
--- 22 Sep 14:20:44 468 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:20:46 622 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7914111e611377762c42a35a063345bc)] -> id: idSIButton9]
--- 22 Sep 14:20:51 460 - Page URL:: https://login.microsoftonline.com/common/login
--- 22 Sep 14:20:51 461 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:20:51 553 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7914111e611377762c42a35a063345bc)] -> id: lightbox]
--- 22 Sep 14:20:51 639 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7914111e611377762c42a35a063345bc)] -> id: idSIButton9]
--- 22 Sep 14:20:58 620 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 22 Sep 14:20:58 621 - 6 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:21:01 763 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 22 Sep 14:21:01 764 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:21:01 846 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7914111e611377762c42a35a063345bc)] -> id: btnUpload]
--- 22 Sep 14:21:04 981 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 22 Sep 14:21:04 982 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:21:05 076 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7914111e611377762c42a35a063345bc)] -> css selector: .header]
Successfully navigated to the 'documents' page [ScreenShot]
--- 22 Sep 14:21:05 292 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7914111e611377762c42a35a063345bc)] -> xpath: //a[text()='Administration']]
--- 22 Sep 14:21:08 549 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7914111e611377762c42a35a063345bc)] -> xpath: //*[text()='Select All']]
--- 22 Sep 14:21:08 655 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7914111e611377762c42a35a063345bc)] -> xpath: //*[text()='Select All']]
--- 22 Sep 14:21:13 757 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7914111e611377762c42a35a063345bc)] -> xpath: //*[text()='Select All']]
--- 22 Sep 14:21:17 060 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 22 Sep 14:21:17 061 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:21:18 285 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7914111e611377762c42a35a063345bc)] -> 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]
--- 22 Sep 14:21:18 605 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7914111e611377762c42a35a063345bc)] -> xpath: //*[text()='Import Template']]
--- 22 Sep 14:21:23 798 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7914111e611377762c42a35a063345bc)] -> id: globalErrorMessage]
Expected: The File upload in Import template
Actual(Failed): Failed to upload in the import template[ScreenShot]
Actual(Failed): Failed to upload in the import template[ScreenShot]
--- 22 Sep 14:21:24 024 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7914111e611377762c42a35a063345bc)] -> xpath: //a[text()='Administration']]
--- 22 Sep 14:21:30 931 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
--- 22 Sep 14:21:30 931 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:21:31 111 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7914111e611377762c42a35a063345bc)] -> id: immPageTitle]
--- 22 Sep 14:21:34 298 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
--- 22 Sep 14:21:34 298 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:21:34 399 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7914111e611377762c42a35a063345bc)] -> css selector: .header]
Successfully navigated to the 'Group Maintenance' page [ScreenShot]
--- 22 Sep 14:21:34 644 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7914111e611377762c42a35a063345bc)] -> id: TxtGroupTitle]
--- 22 Sep 14:21:35 340 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7914111e611377762c42a35a063345bc)] -> id: btnSearch]
--- 22 Sep 14:21:40 698 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7914111e611377762c42a35a063345bc)] -> id: TxtGroupTitle]
--- 22 Sep 14:21:41 357 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7914111e611377762c42a35a063345bc)] -> id: btnSearch]
--- 22 Sep 14:21:46 737 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7914111e611377762c42a35a063345bc)] -> id: TxtGroupTitle]
--- 22 Sep 14:21:47 423 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (7914111e611377762c42a35a063345bc)] -> id: btnSearch]
--- 22 Sep 14:21:53 330 - TestCaseID:: verifyeSenderEmailWithGroupEmailIneSignatureManagementPageRTS
--- 22 Sep 14:21:55 036 - 1 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558)
--- 22 Sep 14:21:59 643 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 22 Sep 14:21:59 644 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:21:59 776 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ebad2d7969df0d5edf25b987f4a8aff6)] -> xpath: //*[@id='btnSubmit']]
--- 22 Sep 14:21:59 873 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ebad2d7969df0d5edf25b987f4a8aff6)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 22 Sep 14:22:00 788 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ebad2d7969df0d5edf25b987f4a8aff6)] -> xpath: //*[@id='btnSubmit']]
--- 22 Sep 14:22:03 909 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ebad2d7969df0d5edf25b987f4a8aff6)] -> id: idSIButton9]
--- 22 Sep 14:22:07 352 - 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%3djvlfiux4goyyuwzfxiueaznkuq7too6pxphhxfxrmogc9fbrraih4robk-3miqinvq68em-qxpvsysripk9alzii0aausts62aks8e2vkvv2unsrsynrahqfqut14buvt2gqy5bt-nznzsw0aesqthrfy_tcd9j5nkex_4xsajbhzguf5fiwvpp9ia6t_j3pucmgh8ac3ft2wid-4ctodw&response_mode=form_post&nonce=638941477209967934.m2zinduxy2utmwm4zi00mjyzltk4odetyzqyzji3odu0mjrmothmn2y4nzytytbios00n2uzltljntutm2jmn2u1yzy4zjrk&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
--- 22 Sep 14:22:07 353 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:22:09 601 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ebad2d7969df0d5edf25b987f4a8aff6)] -> id: idSIButton9]
--- 22 Sep 14:22:13 587 - Page URL:: https://login.microsoftonline.com/common/login
--- 22 Sep 14:22:13 588 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:22:13 658 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ebad2d7969df0d5edf25b987f4a8aff6)] -> id: lightbox]
--- 22 Sep 14:22:13 738 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ebad2d7969df0d5edf25b987f4a8aff6)] -> id: idSIButton9]
--- 22 Sep 14:22:20 538 - Page URL:: https://esignplusqa.immesign.com/teaasp/savedsessionsearch
--- 22 Sep 14:22:20 539 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:22:58 133 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ebad2d7969df0d5edf25b987f4a8aff6)] -> xpath: //*[@id='btnSearch']]
--- 22 Sep 14:23:01 295 - Page URL:: https://esignplusqa.immesign.com/teaasp/savedsessionsearch
--- 22 Sep 14:23:01 295 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:23:01 382 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ebad2d7969df0d5edf25b987f4a8aff6)] -> css selector: .header]
Successfully navigated to the 'searchActiveSession' page [ScreenShot]
--- 22 Sep 14:23:01 624 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ebad2d7969df0d5edf25b987f4a8aff6)] -> xpath: //*[@id="dropdownUL"]/li]
--- 22 Sep 14:23:08 680 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance?mode=pwd
--- 22 Sep 14:23:08 680 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:23:08 767 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ebad2d7969df0d5edf25b987f4a8aff6)] -> xpath: //button[@id='btnPasswordReset_0']]
--- 22 Sep 14:23:11 971 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance?mode=pwd
--- 22 Sep 14:23:11 972 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:23:12 079 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ebad2d7969df0d5edf25b987f4a8aff6)] -> css selector: .header]
Successfully navigated to the 'userAccountSettingsPage' [ScreenShot]
Expected: Default Sender dropdown should not be blank
Actual(Passed): Verified that default Sender Dropdown is not blank [ScreenShot]
Actual(Passed): Verified that default Sender Dropdown is not blank [ScreenShot]
--- 22 Sep 14:23:12 555 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ebad2d7969df0d5edf25b987f4a8aff6)] -> xpath: //a[text()='Processing']]
--- 22 Sep 14:23:19 609 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 22 Sep 14:23:19 610 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:23:29 908 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ebad2d7969df0d5edf25b987f4a8aff6)] -> id: tab0]
--- 22 Sep 14:23:33 028 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 22 Sep 14:23:33 029 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:23:33 098 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ebad2d7969df0d5edf25b987f4a8aff6)] -> css selector: .header]
--- 22 Sep 14:23:42 869 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ebad2d7969df0d5edf25b987f4a8aff6)] -> id: dragandrophandler]
--- 22 Sep 14:23:45 079 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ebad2d7969df0d5edf25b987f4a8aff6)] -> 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]
--- 22 Sep 14:23:45 345 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ebad2d7969df0d5edf25b987f4a8aff6)] -> xpath: //span[contains(text(),'Create Session')]]
--- 22 Sep 14:23:54 419 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentdesigner?origsessionid=202509221423456019690_uba0pp55ogqupmhorvrkhftv&refresh=y
--- 22 Sep 14:23:54 419 - 8 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:23:57 587 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentdesigner?origsessionid=202509221423456019690_uba0pp55ogqupmhorvrkhftv&refresh=y
--- 22 Sep 14:23:57 587 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:24:00 706 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentdesigner?origsessionid=202509221423456019690_uba0pp55ogqupmhorvrkhftv&refresh=y
--- 22 Sep 14:24:00 706 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:24:00 819 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ebad2d7969df0d5edf25b987f4a8aff6)] -> id: immPageTitle]
class com.imm.pages.DocumentDesignerPage cannot be cast to class com.imm.pages.SessionDetailsPage (com.imm.pages.DocumentDesignerPage and com.imm.pages.SessionDetailsPage are in unnamed module of loader 'app') [ScreenShot]
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 'Group Maintenance' page [ScreenShot]
User Name field field not found or not interactable on the page!! [ScreenShot]
--- 22 Sep 14:19:09 131 - TestCaseID:: verifyeSenderEmailWithGroupEmailIneSignatureManagementPageRTS
--- 22 Sep 14:19:24 360 - 15 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558)
verifyeSenderEmailWithGroupEmailIneSignatureManagementPageRTS- Sign Fi when default sender is blank COMMENTS:Plus FI - Max File Size
Steps:
--- 22 Sep 14:19:30 671 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 22 Sep 14:19:30 672 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:19:31 038 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6e28d130c7c667adc3fb7dfc803388c3)] -> xpath: //*[@id='btnSubmit']]
--- 22 Sep 14:19:31 238 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6e28d130c7c667adc3fb7dfc803388c3)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 22 Sep 14:19:33 733 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6e28d130c7c667adc3fb7dfc803388c3)] -> xpath: //*[@id='btnSubmit']]
--- 22 Sep 14:19:35 737 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6e28d130c7c667adc3fb7dfc803388c3)] -> id: i0116]
--- 22 Sep 14:19:37 116 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6e28d130c7c667adc3fb7dfc803388c3)] -> id: idSIButton9]
--- 22 Sep 14:19:40 676 - 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%3duub3r6jgpzwc1nrzuvg1ndogwenxeoswhgciwnfvr7eukhtsadui0tb8dvwk8lpkllocmgoyoc-pn8q4y_n8mnjkqwd1ysxknxkzlo4uqpt4kuudbluvmsovhfrznvnfgrjfkpwem7c9krfanamc2dy4s4vaglfb7jum0kmuef5jo4n_u_ngjku69hbf6fwiej1sveocspjojlbipypcpq&response_mode=form_post&nonce=638941475740513991.zdy0nja3n2ityzixys00mmjjlwi5odcty2zhyzfimjfiywvlyzyyy2rmmmitm2y2ni00ntdkltlln2mtzgmxztvjnzi3ywri&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
--- 22 Sep 14:19:40 677 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:19:42 851 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6e28d130c7c667adc3fb7dfc803388c3)] -> id: idSIButton9]
--- 22 Sep 14:19:47 745 - Page URL:: https://login.microsoftonline.com/common/login
--- 22 Sep 14:19:47 745 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:19:47 845 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6e28d130c7c667adc3fb7dfc803388c3)] -> id: lightbox]
--- 22 Sep 14:19:47 934 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6e28d130c7c667adc3fb7dfc803388c3)] -> id: idSIButton9]
--- 22 Sep 14:19:51 184 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 22 Sep 14:19:51 185 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:19:54 366 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 22 Sep 14:19:54 367 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:19:54 507 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6e28d130c7c667adc3fb7dfc803388c3)] -> id: btnUpload]
--- 22 Sep 14:19:57 709 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 22 Sep 14:19:57 710 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:19:57 831 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6e28d130c7c667adc3fb7dfc803388c3)] -> css selector: .header]
Successfully navigated to the 'documents' page [ScreenShot]
--- 22 Sep 14:19:58 060 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6e28d130c7c667adc3fb7dfc803388c3)] -> xpath: //a[text()='Administration']]
--- 22 Sep 14:20:01 402 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6e28d130c7c667adc3fb7dfc803388c3)] -> xpath: //*[text()='Select All']]
--- 22 Sep 14:20:01 512 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6e28d130c7c667adc3fb7dfc803388c3)] -> xpath: //*[text()='Select All']]
--- 22 Sep 14:20:06 617 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6e28d130c7c667adc3fb7dfc803388c3)] -> xpath: //*[text()='Select All']]
--- 22 Sep 14:20:09 980 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 22 Sep 14:20:09 980 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:20:11 184 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6e28d130c7c667adc3fb7dfc803388c3)] -> 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]
--- 22 Sep 14:20:11 456 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6e28d130c7c667adc3fb7dfc803388c3)] -> xpath: //*[text()='Import Template']]
--- 22 Sep 14:20:16 654 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6e28d130c7c667adc3fb7dfc803388c3)] -> id: globalErrorMessage]
Expected: The File upload in Import template
Actual(Failed): Failed to upload in the import template[ScreenShot]
Actual(Failed): Failed to upload in the import template[ScreenShot]
--- 22 Sep 14:20:16 877 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6e28d130c7c667adc3fb7dfc803388c3)] -> xpath: //a[text()='Administration']]
--- 22 Sep 14:20:23 688 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
--- 22 Sep 14:20:23 689 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:20:23 861 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6e28d130c7c667adc3fb7dfc803388c3)] -> id: immPageTitle]
--- 22 Sep 14:20:27 044 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
--- 22 Sep 14:20:27 045 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 22 Sep 14:20:27 131 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6e28d130c7c667adc3fb7dfc803388c3)] -> css selector: .header]
Successfully navigated to the 'Group Maintenance' page [ScreenShot]
--- 22 Sep 14:20:27 374 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (6e28d130c7c667adc3fb7dfc803388c3)] -> id: TxtGroupTitle]
User Name field 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
VerifySenderDropdowIneSignatureMgtPageWithUserEmailsExceeds60ChrsBlankAndLessThan60Chrs
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
verifyUploadMaxFileSizeLimitInTemplateManagerPageWhenDefaultFileSizeLimitSet
verifyInPersonSigningMethodineSignPage
verifyUIelementsOnTheDocumentMaintenanceRTSPage
verifyConditionalRoutingWithDocumentTypes
verifyDynamicDocPDFSession
verifyEdeliveryMergeReorder
verifyDocumentWithTemplateDesignPage
verifyAdobeSMSGovernmentIDAuthenticationSigningMethodRTSSession
verifyProcessASessionWithAMultipleWorkflow
verifySearchCriteriaOnTheDocumentMaintenanceRTSPage
verifyMultipleDocumentUploadIncollectionDocumentPage
verifyPasswordAuthenticationSigningMethod
verifyAdobeSMSInPersonSigningMethodRTSSession
VerifySenderDropdowIneSignatureMgtPageWithUserEmailsExceeds60ChrsBlankAndLessThan60Chrs
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@47371184)
0 ms
init(org.testng.TestRunner@47371184)
11278 ms
verifyeSenderEmailWithGroupEmailIneSignatureManagementPageRTS({Tenant_URL=, EditFullName=, Email=, Platform=, Sender_Emails=Anoma User (anoma.premalal@kinective.i...)
27052 ms
verifyeSenderEmailWithGroupEmailIneSignatureManagementPageRTS({Tenant_URL=, EditFullName=, Email=, Platform=, Sender_Emails=Anoma User (anoma.premalal@kinective.i...)
177741 ms
verifyeSenderEmailWithGroupEmailIneSignatureManagementPageRTS({Tenant_URL=, EditFullName=, Email=, Platform=, Sender_Emails=Anoma User (anoma.premalal@kinective.i...)
305723 ms
verifyeSenderEmailWithGroupEmailIneSignatureManagementPageRTS({Tenant_URL=, EditFullName=, Email=, Platform=, Sender_Emails=Anoma User (anoma.premalal@kinective.i...)
367285 ms