Test results
1 suite, 1 failed test
com.imm.testscripts.DocumentRTS.DocumentRTS
verifyAdobePagesAfterSendingToRemotewithDifferentSender ({Tenant_URL=, EditFullName=, Email=signGrp@IMMTestCU.onmicrosoft.com,Anoma.premalal@kinective.io, Platform=, Sender_Emails=Anoma User (anoma.premalal@kinective.io),signGrp@IMMTestCU.onmicrosoft.com, ShortName=, PartyName=, IndexFieldsValue=, password=, PartiesToView=, ReceivedFromNames=, TextField=, plusfi=TRUE, ImagingSettings=, IntegrationType=Fully Integrated, DocumentName=, Dropdownvalues=Loan Amount, Workflow=Simple Workflow_1, AttachmentTypeOption=, NumOfAttachments=, Folderpath=, NameDescription=, Export_Values=, UserType=Admin,User, Tenant_User=, Group=signGrp, Description=verify Adobe Pages After Sending To Remote with Different Sender- PlusFI, Message=, BarcodeDropdownValues=, FileName=, EditShortName=, Phone_Number=, Step Name=, Filepath=src/main/resources/testdata/files/AdobeOEM/513BA.pdf, DocumentPermission=, TestID=verifyAdobePagesAfterSendingToRemotewithDifferentSender, FItype=Unified, Required=TRUE, IndexSource=, Document Names=, Inbox=, Password=iMM@2022, Path=src/main/resources/testdata/files/513bA.Zip, Tenant_Password=, UserName=Bill Teller, Comments=Group email, Email_Id=signGrp@IMMTestCU.onmicrosoft.com,anoma.premalal@kinective.io, Index_Field_Name=, Sender_Email_Id=signGrp (signGrp@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,billteller@immtestcu.onmicrosoft.com, FullName=513BA, EditNameDescription=, ErrorMessage=})
java.lang.Exception: Failed to mouse hover on the elements Processing -> Send in Bulk at com.imm.support.BrowserActions.mouseHoverOnElements(BrowserActions.java:189) at com.imm.support.BrowserActions.mouseHoverOnElements(BrowserActions.java:161) at com.imm.pages.header.Header.navigateToSendinBulk(Header.java:1051) at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyAdobePagesAfterSendingToRemotewithDifferentSender(DocumentRTS.java:17754) 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.reflect.UndeclaredThrowableException at jdk.proxy2/jdk.proxy2.$Proxy15.executeScript(Unknown Source) at com.imm.support.BrowserActions.mouseHoverOnElements(BrowserActions.java:186) ... 29 more Caused by: java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:60) ... 31 more Caused by: org.openqa.selenium.NoSuchElementException: Timed out after 2 seconds. Unable to locate the element at org.openqa.selenium.support.pagefactory.AjaxElementLocator.findElement(AjaxElementLocator.java:99) at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:39) at jdk.proxy2/jdk.proxy2.$Proxy36.getWrappedElement(Unknown Source) at org.openqa.selenium.remote.internal.WebElementToJsonConverter.apply(WebElementToJsonConverter.java:51) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:215) at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:1024) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:570) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:560) at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:265) at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:727) at org.openqa.selenium.remote.RemoteWebDriver.executeScript(RemoteWebDriver.java:485) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ... 33 more Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//a[text()='Send in Bulk']"} (Session info: chrome=141.0.7390.66) For documentation on this error, please visit: https://selenium.dev/exceptions/#no_such_element Build info: version: '4.7.1', revision: 'c6795baf1a3' System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '23' Driver info: org.openqa.selenium.remote.RemoteWebDriver Command: [bd4add91d293b1619d7a46108525e2c4, findElement {using=xpath, value=//a[text()='Send in Bulk']}] Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 141.0.7390.66, chrome: {chromedriverVersion: 141.0.7390.65 (b2ec783d2b51..., userDataDir: C:\Users\anomau\AppData\Loc...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:52183}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://10.0.2.31:4444/session..., se:cdpVersion: 141.0.7390.66, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true} Session ID: bd4add91d293b1619d7a46108525e2c4 at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:501) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:485) at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:200) at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:133) at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:53) at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:184) at org.openqa.selenium.remote.TracedCommandExecutor.execute(TracedCommandExecutor.java:51) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:551) at org.openqa.selenium.remote.ElementLocation$ElementFinder$2.findElement(ElementLocation.java:162) at org.openqa.selenium.remote.ElementLocation.findElement(ElementLocation.java:60) at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:367) at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:359) at com.epam.healenium.handlers.proxy.BaseHandler.findElement(BaseHandler.java:70) at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:39) at jdk.proxy2/jdk.proxy2.$Proxy15.findElement(Unknown Source) at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:70) at org.openqa.selenium.support.pagefactory.AjaxElementLocator.access$001(AjaxElementLocator.java:39) at org.openqa.selenium.support.pagefactory.AjaxElementLocator$SlowLoadingElement.isLoaded(AjaxElementLocator.java:165) at org.openqa.selenium.support.ui.SlowLoadableComponent.get(SlowLoadableComponent.java:72) at org.openqa.selenium.support.pagefactory.AjaxElementLocator.findElement(AjaxElementLocator.java:95) ... 45 more
(verify Adobe Pages After Sending To Remote with Different Sender)
C:\Users\anomau\AppData\Local\Temp\testng-eclipse--612548138\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&amp;hsfiid=autoesign&amp;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="verifyAdobePagesAfterSendingToRemotewithDifferentSender"/>
        </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
verifyAdobePagesAfterSendingToRemotewithDifferentSender
DocumentRTS
verifyAdobePagesAfterSendingToRemotewithDifferentSender
P1
verifyAdobePagesAfterSendingToRemotewithDifferentSender
Smoke
verifyAdobePagesAfterSendingToRemotewithDifferentSender
Times for IMM_Esign_Chrome
Total running time: 5 minutes
Reporter output for IMM_Esign_Chrome
verifyAdobePagesAfterSendingToRemotewithDifferentSender({Tenant_URL=, EditFullName=, Email=signGrp@IMMTestCU.onmicrosoft.com,Anoma.premalal@kinective.io, Pl...)
   --- 08 Oct 17:45:58 143 - TestCaseID:: verifyAdobePagesAfterSendingToRemotewithDifferentSender
   --- 08 Oct 17:46:06 218 - 8 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558)
verify Adobe Pages After Sending To Remote with Different Sender- PlusFI COMMENTS:Group email
Steps:
   --- 08 Oct 17:46:12 787 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
   --- 08 Oct 17:46:12 789 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 08 Oct 17:46:13 180 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> id: ctl00_cph1_btnSubmit]
 Navigated to 'eSign Login' page
   --- 08 Oct 17:46:13 363 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
 Entered values for the fields in 'Login' page [ScreenShot]
   --- 08 Oct 17:46:15 515 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> id: ctl00_cph1_btnSubmit]
   --- 08 Oct 17:46:18 320 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> id: i0116]
   --- 08 Oct 17:46:19 959 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> id: idSIButton9]
   --- 08 Oct 17:46:23 566 - 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%3drcrdfiibstxtozybvmwgq2omicuig2yimef8c_5zhlnam1r43kdbxzoomjhsdfp_5gditw8hszdvuv5cug4msotifxry7bhvufhm8j7muqd6thnrpax6w1nb9frkhlq_noojet1p6vevez2r-kbhidu0rd-gwaivpgnnnpv1qfzklhk8rbzgip2e9ypcezubko36prmhxie7xirz83cv1q&response_mode=form_post&nonce=638955423758825991.ogjmogzjm2etmwjjny00ode1lwe5nzqtzwq1zwixnme2zdfjzmzmmtjmnmmtnwe3zc00ngm4ltk0mwqtnge1mmzknmyxzdnh&redirect_uri=https%3a%2f%2fesignplusqa.immesign.com%2fteaasp%2flogin.aspx&post_logout_redirect_uri=https%3a%2f%2fesignplusqa.immesign.com%2fteaasp%2flogin.aspx&x-client-sku=id_net461&x-client-ver=5.3.0.0&sso_reload=true
   --- 08 Oct 17:46:23 568 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 08 Oct 17:46:25 797 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> id: idSIButton9]
   --- 08 Oct 17:46:29 964 - Page URL:: https://login.microsoftonline.com/common/login
   --- 08 Oct 17:46:29 965 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 08 Oct 17:46:30 092 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> id: lightbox]
   --- 08 Oct 17:46:30 224 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> id: idSIButton9]
   --- 08 Oct 17:46:36 272 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
   --- 08 Oct 17:46:36 273 - 5 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 08 Oct 17:46:39 539 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
   --- 08 Oct 17:46:39 540 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 08 Oct 17:46:39 673 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> id: btnUpload]
   --- 08 Oct 17:46:42 991 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
   --- 08 Oct 17:46:42 992 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 08 Oct 17:46:43 123 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> css selector: .header]

Successfully navigated to the 'documents' page [ScreenShot]
 Login as FiAdmin with Existing FI : plusoem
   --- 08 Oct 17:46:43 425 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> xpath: //a[text()='Administration']]
 Navigated to 'Document Maintenance RTS' Page
   --- 08 Oct 17:46:47 152 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> xpath: //a[text()='Administration']]
   --- 08 Oct 17:46:54 358 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
   --- 08 Oct 17:46:54 359 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 08 Oct 17:46:54 544 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> id: immPageTitle]
   --- 08 Oct 17:46:57 854 - Page URL:: https://esignplusqa.immesign.com/teaasp/groupmaintenance
   --- 08 Oct 17:46:57 855 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 08 Oct 17:46:57 981 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> css selector: .header]

Successfully navigated to the 'Group Maintenance' page [ScreenShot]
 ...................Group Maintenance Page...............
   --- 08 Oct 17:46:58 307 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> id: TxtGroupTitle]
   --- 08 Oct 17:46:59 341 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> id: btnSearch]
 ...........User Account Settings Page............
   --- 08 Oct 17:47:04 714 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> xpath: //*[@id="dropdownUL"]/li/a]
   --- 08 Oct 17:47:12 372 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance?mode=pwd
   --- 08 Oct 17:47:12 373 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 08 Oct 17:47:12 515 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> xpath: //button[@id='btnPasswordReset_0']]
   --- 08 Oct 17:47:15 769 - Page URL:: https://esignplusqa.immesign.com/teaasp/usermaintenance?mode=pwd
   --- 08 Oct 17:47:15 770 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 08 Oct 17:47:15 886 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> css selector: .header]

Successfully navigated to the 'userAccountSettingsPage' [ScreenShot]
Expected: Default Sender dropdown should not be blank
Actual(Failed): Defaut sender dropdown is banlk
[ScreenShot]
   --- 08 Oct 17:47:16 543 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> xpath: //a[text()='Processing']]
   --- 08 Oct 17:47:22 874 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
   --- 08 Oct 17:47:22 875 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 08 Oct 17:47:33 270 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> id: tab0]
   --- 08 Oct 17:47:36 454 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
   --- 08 Oct 17:47:36 455 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 08 Oct 17:47:36 571 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> css selector: .header]
 Successfully navigated to 'collection Document' page [ScreenShot]
   --- 08 Oct 17:47:46 478 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> id: dragandrophandler]
 File Dragged and dropped to clipboard
   --- 08 Oct 17:47:48 734 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> id: messages]
Expected: The File upload in collected Document Page
Actual(Passed): Successfully uploaded 513BA.pdf file in the collected Document Page
[ScreenShot]
   --- 08 Oct 17:47:54 094 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> xpath: //span[contains(text(),'Create Session')]]
   --- 08 Oct 17:48:01 442 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202510081747543690986_myslukgawj5vhbm4w3e2fjbf&refresh=y
   --- 08 Oct 17:48:01 443 - 7 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 08 Oct 17:48:23 539 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202510081747543690986_myslukgawj5vhbm4w3e2fjbf&refresh=y
   --- 08 Oct 17:48:23 541 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 08 Oct 17:48:26 728 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202510081747543690986_myslukgawj5vhbm4w3e2fjbf&refresh=y
   --- 08 Oct 17:48:26 729 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 08 Oct 17:48:29 920 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202510081747543690986_myslukgawj5vhbm4w3e2fjbf&refresh=y
   --- 08 Oct 17:48:29 921 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 08 Oct 17:48:30 031 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> id: Sign]
   --- 08 Oct 17:48:33 227 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202510081747543690986_myslukgawj5vhbm4w3e2fjbf&refresh=y
   --- 08 Oct 17:48:33 228 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 08 Oct 17:48:33 345 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> css selector: .header]
Expected: Document name should not show up as Unknown
Actual(Passed): Successfully seen Document name is not as Unknown
[ScreenShot]
 Successfully navigated to 'Session Details' page [ScreenShot]
   --- 08 Oct 17:48:46 935 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202510081747543690986_myslukgawj5vhbm4w3e2fjbf&refresh=y
   --- 08 Oct 17:48:46 936 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 08 Oct 17:48:55 179 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> xpath: //input[@id='chkbShowAllWorkflow']/following-sibling::span]
   --- 08 Oct 17:49:02 763 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> id: btnsubmit]
   --- 08 Oct 17:49:14 292 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202510081747543690986_myslukgawj5vhbm4w3e2fjbf
   --- 08 Oct 17:49:14 294 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 08 Oct 17:49:14 432 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> id: Sign]
   --- 08 Oct 17:49:17 573 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202510081747543690986_myslukgawj5vhbm4w3e2fjbf
   --- 08 Oct 17:49:17 573 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 08 Oct 17:49:17 676 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> css selector: .header]
 Submit 'Route' popup on clicking [Submit] button [ScreenShot]
 Successfully navigated to 'Session details' page [ScreenShot]
   --- 08 Oct 17:49:28 104 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> id: Sign]
   --- 08 Oct 17:49:28 207 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> id: Sign]
   --- 08 Oct 17:49:34 629 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202510081747543690986_myslukgawj5vhbm4w3e2fjbf
   --- 08 Oct 17:49:34 630 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 08 Oct 17:49:34 756 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> xpath: //span[@class='btn-text' and text()=' Design']]
   --- 08 Oct 17:49:37 915 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202510081747543690986_myslukgawj5vhbm4w3e2fjbf
   --- 08 Oct 17:49:37 916 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 08 Oct 17:49:38 027 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> css selector: .header]
 Clicked 'Sign' button

Successfully navigated to the 'eSignature Management' page [ScreenShot]
   --- 08 Oct 17:49:41 390 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202510081747543690986_myslukgawj5vhbm4w3e2fjbf
   --- 08 Oct 17:49:41 390 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
 ......Email authentication..........
   --- 08 Oct 17:49:41 497 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> xpath: //*[@id='tab0']]
   --- 08 Oct 17:49:43 826 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> css selector: div.item.active div[class*='col-xs-4'][data-bind*='SignerName']]
 Selected 'Mail' for Jane Smith
   --- 08 Oct 17:49:48 021 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> xpath: //input[@placeholder='Enter Email']]
 Entered email for Email Authentication [ScreenShot]
   --- 08 Oct 17:49:51 352 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> xpath: //label[text()='Sender']/following::div[3]/div]
   --- 08 Oct 17:49:51 446 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> xpath: //*[@id='tab0']]
 Clicked on Email icon ......... [ScreenShot]
 Selected drop down value  [ScreenShot]
 Selected a Group email [ScreenShot]
   --- 08 Oct 17:49:59 853 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> xpath: //label[text()='Sender']/following::div[3]/div]
Expected: Selected Group email should be displayed
Actual(Passed): Successfully verified that Group is displayed 'signGrp (signGrp@IMMTestCU.onmicrosoft.com)
[ScreenShot]
   --- 08 Oct 17:50:00 207 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> xpath: //div[@id='ddLoanOfficersCC']//input]
Expected: 'CC' dropdown should be displayed
Actual(Passed): 'CC' dropdown is displayed
[ScreenShot]
 Entered comment in esign page
   --- 08 Oct 17:50:12 067 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> xpath: //button[contains(@data-bind,'ButtonSend_Click')]]
Expected: 'Send' button should be enabled
Actual(Passed): 'Send' button is enabled
[ScreenShot]
   --- 08 Oct 17:50:15 480 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202510081747543690986_myslukgawj5vhbm4w3e2fjbf
   --- 08 Oct 17:50:15 481 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 08 Oct 17:50:28 087 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202510081747543690986_myslukgawj5vhbm4w3e2fjbf
   --- 08 Oct 17:50:28 088 - 10 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
 Clicked 'Send' button
   --- 08 Oct 17:50:30 294 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> xpath: //p[contains(@data-bind,'text: SignerMessages().Message')]]
 Success message dispalyed is : The session is successfully submitted for Remote Signatures
Expected: The session is successfully submitted for secured delivery. message should be displayed
Actual(Passed): The session is successfully submitted for secured delivery. is displayed
[ScreenShot]
   --- 08 Oct 17:50:30 603 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> xpath: //a[text()='Processing']]
 Successfully navigated to 'Manage Remote Agreement' page [ScreenShot]
 Successfully verified that No error message is displayed [ScreenShot]
 .......Adhoc Tranaction page........
   --- 08 Oct 17:50:43 822 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> xpath: //a[text()='Processing']]
 Successfully navigated to 'Adhoc Tranaction page' page [ScreenShot]
 Successfully verified that No error message is displayed [ScreenShot]
 .......Send In Bulk page........
   --- 08 Oct 17:50:54 250 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (bd4add91d293b1619d7a46108525e2c4)] -> xpath: //a[text()='Processing']]

Failed to mouse hover on the elements Processing -> Send in Bulk [ScreenShot]
65 ignored methods
com.imm.testscripts.DocumentRTS.DocumentRTS
verifyAddingOptionalSigDocuments
verifyGovernmentIDAuthenticationSigningMethod
verifyUIelementsForDefineAttachmentsOnTheDocumentMaintenanceRTSPage
verifySenderEmailWithGroupEmailIneSignatureManagementPageRTS
verifyAddingSignatureFieldsInDesignerPage
verifyMergingDocswithSameName1
verifySplitPDFSession
verifyAdobeSMSPasswordAuthenticationSigningMethodRTSSession
verifyKBAAuthenticationSigningMethod
verifyProcessASessionWithASingleWorkflow
verifyEmailAuthenticationSigningMethod
verifySenderEmailIneSignatureManagementPage
verifyTemplateMangementInTheDocumentRTSPage
verifyProcessSessionWithAttachmentAndReProcess
verifyProcessingASessionAndMergingRTSDocuments
verifyImageBasedDocumentInTheDocumentRTSPage
verifyCreateSessionUsingBarcodeDocument
verifyAdobeSMSPhoneAuthenticationSigningMethodRTSSession
verifySMSKioskFeatureSignerInformationRTSSession
verifyMergingDocswithSameName
verifyAdobeSMSBlendedSigningIDMeAuthentication
verifyAdobeSMSKBAAuthenticationSigningMethodRTSSession
verifyUploadMaxFileSizeLimitInTemplateManagerPageWhenDefaultFileSizeLimitSet
verifyInPersonSigningMethodineSignPage
verifyUIelementsOnTheDocumentMaintenanceRTSPage
verifyConditionalRoutingWithDocumentTypes
verifyDynamicDocPDFSession
verifyEdeliveryMergeReorder
verifyDocumentWithTemplateDesignPage
verifyAdobeSMSGovernmentIDAuthenticationSigningMethodRTSSession
verifyProcessASessionWithAMultipleWorkflow
verifySearchCriteriaOnTheDocumentMaintenanceRTSPage
verifyMultipleDocumentUploadIncollectionDocumentPage
verifyPasswordAuthenticationSigningMethod
verifyAdobeSMSInPersonSigningMethodRTSSession
VerifySenderDropdowIneSignatureMgtPageWithUserEmailsExceeds60ChrsBlankAndLessThan60Chrs
verifyUploadMaxFileSizeLimitInCollectedDocumentsPageWhenDefaultFileSizeLimitSet
verifyTemplateMangementInTheCollectedDocumentPagee
verifyReversingPartySequence
verifySessionsInCollectionDocumentPage
verifyBarcodeTypeAndBarcodeFunctionUI
verifyUIElementsInCollectionDocumentPage
VerifyAddingIndexFieldsType
verifyPermissionsForDefiningDocuments
verifyAddingUnknownDocumentsToASession
verifyMaxFileSizeLimitAddDocumentsToSessionWhenDefaultFileSizeLimitSet
verifyIDMeAuthenticationSigningMethod
verifyExportAndDeletingTemplatesOnTheDocumentMaintenanceRTSPage
verifyAddingDocumentsAndAttachmentInCollectionDocumentPage
verifyReadDocumentBarcodeOptionInTenantManagerAndSign
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@6ca9f1d0) 0 ms
init(org.testng.TestRunner@6ca9f1d0) 10303 ms
verifyAdobePagesAfterSendingToRemotewithDifferentSender({Tenant_URL=, EditFullName=, Email=signGrp@IMMTestCU.onmicrosoft.com,Anoma.premalal@kinective.io, Pl...) 19022 ms