Test results
1 suite, 1 failed test
com.imm.testscripts.DocumentRTS.DocumentRTS
verifyProcessASessionWithASingleWorkflow ({Tenant_URL=, EditFullName=, Email=, Platform=TeSign-[TeSign], ShortName=Admin, PartyName=, PartiesToView=, ReceivedFromNames=, TextField=, DocumentName=, Dropdownvalues=, Workflow=SignatureStatus, AttachmentTypeOption=, NumOfAttachments=, Folderpath=, NameDescription=, Export_Values=, UserType=, Tenant_User=, Group=, Description=Verify Process a session with a single workflow, Message=, FileName=, EditShortName=, Phone_Number=, Step Name=Completely signed, Filepath=src/main/resources/testdata/files/DoumentsRTS/LoanApplication.zip,src/main/resources/testdata/files/DoumentsRTS/Loan Application Form.pdf,src/main/resources/testdata/files/DoumentsRTS/BankersAZPOA0.pdf,src/main/resources/testdata/files/DoumentsRTS/Disclosure.pdf, DocumentPermission=, TestID=verifyProcessASessionWithASingleWorkflow, FItype=, Required=, IndexSource=, Document Names=BankersAZPOA0,Disclosure, Inbox=, Password=, Path=, Tenant_Password=, UserName=, Comments=Signature Status,Signing the document,Completed Sign,Archive Documents, Email_Id=, Index_Field_Name=, Sender_Email_Id=, FI_ID=, Vendor=, From=, TemplatePermission=, Subject=, Date=, Response=, Type=, AttachmentPath=, Username=, FullName=, EditNameDescription=, ErrorMessage=})
java.lang.Exception: UserName field not found or not interactable on the page!! at com.imm.support.BrowserActions.typeOnTextField(BrowserActions.java:90) at com.imm.support.BrowserActions.typeOnTextField(BrowserActions.java:55) at com.imm.pages.SignInPage.cloudLogin(SignInPage.java:479) at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyProcessASessionWithASingleWorkflow(DocumentRTS.java:13917) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133) at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598) at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173) at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46) at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824) at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128) at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) at org.testng.TestRunner.privateRun(TestRunner.java:794) at org.testng.TestRunner.run(TestRunner.java:596) at org.testng.SuiteRunner.runTest(SuiteRunner.java:377) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332) at org.testng.SuiteRunner.run(SuiteRunner.java:276) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212) at org.testng.TestNG.runSuitesLocally(TestNG.java:1134) at org.testng.TestNG.runSuites(TestNG.java:1063) at org.testng.TestNG.run(TestNG.java:1031) at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115) at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251) at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77) 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.$Proxy24.setValue(Unknown Source) at com.imm.support.BrowserActions.typeOnTextField(BrowserActions.java:88) ... 29 more
(Verify Process a session with a single workflow)
C:\Users\sunitha.patterm\AppData\Local\Temp\testng-eclipse--341472168\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="ESPC"/>
  <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="verifyProcessASessionWithASingleWorkflow"/>
        </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
Cases
verifyProcessASessionWithASingleWorkflow
P1
verifyProcessASessionWithASingleWorkflow
Smoke
verifyProcessASessionWithASingleWorkflow
Times for IMM_Esign_Chrome
Total running time: 12 seconds
Reporter output for IMM_Esign_Chrome
verifyProcessASessionWithASingleWorkflow({Tenant_URL=, EditFullName=, Email=, Platform=TeSign-[TeSign], ShortName=Admin, PartyName=, PartiesT...)
   --- 07 Jan 19:42:51 794 - TestCaseID:: verifyProcessASessionWithASingleWorkflow
   --- 07 Jan 19:42:56 086 - 4 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
Verify Process a session with a single workflow COMMENTS:Signature Status,Signing the document,Completed Sign,Archive Documents
Steps:
   --- 07 Jan 19:43:04 782 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
   --- 07 Jan 19:43:04 783 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
   --- 07 Jan 19:43:05 028 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (208a927141dbaf9aef586fed86ebabe4)] -> id: btnSubmit]
   --- 07 Jan 19:43:05 153 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (208a927141dbaf9aef586fed86ebabe4)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
 Entered values for the fields in 'Login' page [ScreenShot]
   --- 07 Jan 19:43:06 041 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (208a927141dbaf9aef586fed86ebabe4)] -> id: btnSubmit]
   --- 07 Jan 19:43:10 185 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (208a927141dbaf9aef586fed86ebabe4)] -> id: idSIButton9]
   --- 07 Jan 19:43:16 547 - Page URL:: https://login.microsoftonline.com/common/login
   --- 07 Jan 19:43:16 548 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
   --- 07 Jan 19:43:16 647 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (208a927141dbaf9aef586fed86ebabe4)] -> id: lightbox]
   --- 07 Jan 19:43:16 740 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (208a927141dbaf9aef586fed86ebabe4)] -> id: idSIButton9]
   --- 07 Jan 19:43:24 922 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
   --- 07 Jan 19:43:24 922 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
   --- 07 Jan 19:43:25 029 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (208a927141dbaf9aef586fed86ebabe4)] -> id: btnUpload]
   --- 07 Jan 19:43:28 298 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
   --- 07 Jan 19:43:28 298 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
   --- 07 Jan 19:43:28 398 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (208a927141dbaf9aef586fed86ebabe4)] -> css selector: .header]
   --- 07 Jan 19:43:28 498 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (208a927141dbaf9aef586fed86ebabe4)] -> xpath: //a[text()='Administration']]
 Navigated to 'Document Maintenance RTS' Page
   --- 07 Jan 19:44:12 762 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (208a927141dbaf9aef586fed86ebabe4)] -> xpath: //button[@class='btn margin-off action']]
   --- 07 Jan 19:44:12 861 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (208a927141dbaf9aef586fed86ebabe4)] -> xpath: //a[@data-bind='click: $root.ButtonAttach_Click']]
   --- 07 Jan 19:44:12 955 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (208a927141dbaf9aef586fed86ebabe4)] -> xpath: //*[text()='Import Template']]
Expected: The UI elements must be loaded properly
Actual(Passed): The UI elements are loaded properly
[ScreenShot]
   --- 07 Jan 19:44:13 158 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (208a927141dbaf9aef586fed86ebabe4)] -> xpath: //*[text()='Import Template']]
 Exception Occured in Upload docorg.openqa.selenium.InvalidArgumentException: invalid argument: File not found : C:\Users\sunitha.patterm\git\AdobeSignCloud_MergingPlusMethods\AdobeSignCloud\src\main\resources\testdata\files\DoumentsRTS\LoanApplication.zip (Session info: chrome=131.0.6778.205) Build info: version: '4.7.1', revision: 'c6795baf1a3' System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1' Driver info: org.openqa.selenium.remote.RemoteWebDriver Command: [208a927141dbaf9aef586fed86ebabe4, sendKeysToElement {id=f.8116A0266CD64A027625142014C3DC7E.d.51BB2C3B3EACCDA431EE8A12FE0D8508.e.320, value=[Ljava.lang.CharSequence;@24f90aff}] Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.205, chrome: {chromedriverVersion: 131.0.6778.204 (52183f9e99a..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:60661}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.103:4444/ses..., se:cdpVersion: 131.0.6778.205, 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} Element: [[RemoteWebDriver: chrome on Windows 10 (208a927141dbaf9aef586fed86ebabe4)] -> xpath: //*[@type='file']] Session ID: 208a927141dbaf9aef586fed86ebabe4
Expected: The File upload in Import template
Actual(Failed): Failed to upload in the import template
[ScreenShot]
   --- 07 Jan 19:44:16 487 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
   --- 07 Jan 19:44:16 488 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
   --- 07 Jan 19:44:19 601 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
   --- 07 Jan 19:44:19 602 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
   --- 07 Jan 19:44:19 703 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (208a927141dbaf9aef586fed86ebabe4)] -> xpath: //*[@id='mnu_Logout']]
 Logged out from the application [ScreenShot]
   --- 07 Jan 19:44:23 898 - TestCaseID:: verifyProcessASessionWithASingleWorkflow
   --- 07 Jan 19:44:25 761 - 1 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
   --- 07 Jan 19:44:32 202 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
   --- 07 Jan 19:44:32 202 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:116)
   --- 07 Jan 19:44:32 308 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1cdfb794781af370d287aa061d37671b)] -> id: btnSubmit]
   --- 07 Jan 19:44:32 415 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1cdfb794781af370d287aa061d37671b)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
 Entered values for the fields in 'Login' page [ScreenShot]
   --- 07 Jan 19:44:33 240 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (1cdfb794781af370d287aa061d37671b)] -> id: btnSubmit]

UserName field not found or not interactable on the page!! [ScreenShot]
55 ignored methods
com.imm.testscripts.DocumentRTS.DocumentRTS
verifyAddingOptionalSigDocuments
verifyGovernmentIDAuthenticationSigningMethod
verifyUIelementsForDefineAttachmentsOnTheDocumentMaintenanceRTSPage
verifyAddingSignatureFieldsInDesignerPage
verifyMergingDocswithSameName1
verifySplitPDFSession
verifyAdobeSMSPasswordAuthenticationSigningMethodRTSSession
verifyKBAAuthenticationSigningMethod
verifyEmailAuthenticationSigningMethod
verifyTemplateMangementInTheDocumentRTSPage
verifyProcessSessionWithAttachmentAndReProcess
verifyProcessingASessionAndMergingRTSDocuments
verifyImageBasedDocumentInTheDocumentRTSPage
verifyAdobeSMSPhoneAuthenticationSigningMethodRTSSession
verifySMSKioskFeatureSignerInformationRTSSession
verifyMergingDocswithSameName
verifyAdobeSMSBlendedSigningIDMeAuthentication
verifyAdobeSMSKBAAuthenticationSigningMethodRTSSession
verifyInPersonSigningMethodineSignPage
verifyUIelementsOnTheDocumentMaintenanceRTSPage
verifyConditionalRoutingWithDocumentTypes
verifyDynamicDocPDFSession
verifyEdeliveryMergeReorder
verifyDocumentWithTemplateDesignPage
verifyAdobeSMSGovernmentIDAuthenticationSigningMethodRTSSession
verifyProcessASessionWithAMultipleWorkflow
verifySearchCriteriaOnTheDocumentMaintenanceRTSPage
verifyMultipleDocumentUploadIncollectionDocumentPage
verifyPasswordAuthenticationSigningMethod
verifyAdobeSMSInPersonSigningMethodRTSSession
verifyTemplateMangementInTheCollectedDocumentPagee
verifyReversingPartySequence
verifySessionsInCollectionDocumentPage
verifyUIElementsInCollectionDocumentPage
VerifyAddingIndexFieldsType
verifyPermissionsForDefiningDocuments
verifyAddingUnknownDocumentsToASession
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@c7269ad) 0 ms
init(org.testng.TestRunner@c7269ad) 10120 ms
verifyProcessASessionWithASingleWorkflow({Tenant_URL=, EditFullName=, Email=, Platform=TeSign-[TeSign], ShortName=Admin, PartyName=, PartiesT...) 104300 ms