Test results
1 suite, 1 failed test
com.imm.testscripts.DocumentRTS.DocumentRTS
verifyUIElementsInCollectionDocumentPage (, chrome_Windows 10)
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.getText(Unknown Source) at com.imm.pages.CollectedDocumentPage.isSelectedDocMsgDisplayed(CollectedDocumentPage.java:358) at com.imm.pages.CollectedDocumentPage.isLoaded(CollectedDocumentPage.java:328) at org.openqa.selenium.support.ui.LoadableComponent.get(LoadableComponent.java:52) at com.imm.pages.header.Header.navigateToCollectedDocumentsPage(Header.java:690) at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyUIElementsInCollectionDocumentPage(DocumentRTS.java:902) 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: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//label[contains(@data-bind,'text: ResourceCollectedDocumentsRepository.CreateSessionMessage')]"} (Session info: chrome=130.0.6723.59) 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: '21.0.1' Driver info: org.openqa.selenium.remote.RemoteWebDriver Command: [4d2ad28c8fd2c4a8ced016f8279e1273, findElement {using=xpath, value=//label[contains(@data-bind,'text: ResourceCollectedDocumentsRepository.CreateSessionMessage')]}] Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 130.0.6723.59, chrome: {chromedriverVersion: 129.0.6668.89 (951c0b97221f..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:60900}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.105:4444/ses..., se:cdpVersion: 130.0.6723.59, 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: 4d2ad28c8fd2c4a8ced016f8279e1273 at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486) 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 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) ... 33 more
(Verifying UI Elements in the Collected Documents)
C:\Users\sunitha.patterm\AppData\Local\Temp\testng-eclipse--998453331\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="verifyUIElementsInCollectionDocumentPage"/>
        </methods>
      </class> <!-- com.imm.testscripts.DocumentRTS.DocumentRTS -->
    </classes>
  </test> <!-- Default test -->
</suite> <!-- IMM_Esign_Chrome -->
            
Tests for IMM_Esign_Chrome
  • Default test (1 class)
Groups for IMM_Esign_Chrome
DocumentRTS
verifyUIElementsInCollectionDocumentPage
P1
verifyUIElementsInCollectionDocumentPage
Smoke
verifyUIElementsInCollectionDocumentPage
Times for IMM_Esign_Chrome
Total running time: 2 minutes
Reporter output for IMM_Esign_Chrome
verifyUIElementsInCollectionDocumentPage(, chrome_Windows 10)
   --- 26 Nov 12:07:43 262 - TestCaseID:: verifyUIElementsInCollectionDocumentPage
   --- 26 Nov 12:07:47 025 - 3 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:522)
Verifying UI Elements in the Collected Documents
Steps:
 Navigated to 'eSign Login' page
 Entered values for the fields in 'Login' page
   --- 26 Nov 12:08:12 995 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
   --- 26 Nov 12:08:12 996 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:107)
   --- 26 Nov 12:08:13 084 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4d2ad28c8fd2c4a8ced016f8279e1273)] -> id: btnUpload]
   --- 26 Nov 12:08:13 258 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
   --- 26 Nov 12:08:13 259 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:107)
   --- 26 Nov 12:08:13 370 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4d2ad28c8fd2c4a8ced016f8279e1273)] -> css selector: .header]
 Login as FiAdmin with Existing FI : null
   --- 26 Nov 12:08:15 567 - Element is displayed:: {xpath: //a[text()='Administration']}
 Successfully navigated to 'Document Maintenance RTS' page [ScreenShot]
 Clicked 'Select All' button
   --- 26 Nov 12:08:22 933 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
   --- 26 Nov 12:08:22 934 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:107)
   --- 26 Nov 12:08:23 712 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4d2ad28c8fd2c4a8ced016f8279e1273)] -> id: btnPrimary]
   --- 26 Nov 12:08:23 783 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4d2ad28c8fd2c4a8ced016f8279e1273)] -> id: btnPrimary]
   --- 26 Nov 12:08:24 748 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4d2ad28c8fd2c4a8ced016f8279e1273)] -> xpath: //div[text()='No records found']]
Expected: Delete the ALL documents
Actual(Passed): Successfully deleted ALL the documents
[ScreenShot]
 File uploaded successfully: DocumentExport.Zip
 Import the template from Zip formate
   --- 26 Nov 12:08:28 264 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
   --- 26 Nov 12:08:28 265 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:107)
   --- 26 Nov 12:08:30 600 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4d2ad28c8fd2c4a8ced016f8279e1273)] -> xpath: //a[@data-bind='click: $root.ButtonAttach_Click']]
   --- 26 Nov 12:08:30 668 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4d2ad28c8fd2c4a8ced016f8279e1273)] -> xpath: //a[@data-bind='click: $root.ButtonAttach_Click']]
   --- 26 Nov 12:08:31 338 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4d2ad28c8fd2c4a8ced016f8279e1273)] -> id: btnClose]
Expected: click on Define Attachment button
Actual(Passed): Successfully Opened the Define Attachment popup
[ScreenShot]
   --- 26 Nov 12:08:31 506 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4d2ad28c8fd2c4a8ced016f8279e1273)] -> id: txtFullName]
   --- 26 Nov 12:08:31 617 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
   --- 26 Nov 12:08:31 618 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:107)
   --- 26 Nov 12:08:31 688 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4d2ad28c8fd2c4a8ced016f8279e1273)] -> id: txtFullName]
   --- 26 Nov 12:08:37 006 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4d2ad28c8fd2c4a8ced016f8279e1273)] -> id: txtShortName]
   --- 26 Nov 12:08:42 302 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4d2ad28c8fd2c4a8ced016f8279e1273)] -> id: txtDocName]
   --- 26 Nov 12:08:47 570 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4d2ad28c8fd2c4a8ced016f8279e1273)] -> xpath: //input[contains(@id,'selectParties-selectized')]]
   --- 26 Nov 12:08:52 882 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4d2ad28c8fd2c4a8ced016f8279e1273)] -> css selector: div#VendorDDl div.selectize-dropdown > div.selectize-dropdown-content > div]
Expected: fill the values in Define Attachment
Actual(Passed): Successfully filled the values in Define Attachment
[ScreenShot]
 Filled the values [ScreenShot]
   --- 26 Nov 12:08:56 561 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4d2ad28c8fd2c4a8ced016f8279e1273)] -> id: btnattachmentSave]
   --- 26 Nov 12:09:00 850 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
   --- 26 Nov 12:09:00 850 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:107)
Expected: check the Define attachment document after Save
Actual(Failed): Failed to verify the Define attachment document after Save
[ScreenShot]
   --- 26 Nov 12:09:03 300 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
   --- 26 Nov 12:09:03 300 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:107)
   --- 26 Nov 12:09:05 553 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4d2ad28c8fd2c4a8ced016f8279e1273)] -> xpath: //a[@data-bind='click: $root.ButtonAttach_Click']]
   --- 26 Nov 12:09:05 617 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4d2ad28c8fd2c4a8ced016f8279e1273)] -> xpath: //a[@data-bind='click: $root.ButtonAttach_Click']]
   --- 26 Nov 12:09:06 259 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4d2ad28c8fd2c4a8ced016f8279e1273)] -> id: btnClose]
Expected: click on Define Attachment button
Actual(Passed): Successfully Opened the Define Attachment popup
[ScreenShot]
   --- 26 Nov 12:09:06 433 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4d2ad28c8fd2c4a8ced016f8279e1273)] -> id: txtFullName]
   --- 26 Nov 12:09:06 559 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
   --- 26 Nov 12:09:06 559 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:107)
   --- 26 Nov 12:09:06 631 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4d2ad28c8fd2c4a8ced016f8279e1273)] -> id: txtFullName]
   --- 26 Nov 12:09:11 894 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4d2ad28c8fd2c4a8ced016f8279e1273)] -> id: txtShortName]
   --- 26 Nov 12:09:17 178 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4d2ad28c8fd2c4a8ced016f8279e1273)] -> id: txtDocName]
   --- 26 Nov 12:09:22 471 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4d2ad28c8fd2c4a8ced016f8279e1273)] -> xpath: //input[contains(@id,'selectParties-selectized')]]
   --- 26 Nov 12:09:27 742 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4d2ad28c8fd2c4a8ced016f8279e1273)] -> css selector: div#VendorDDl div.selectize-dropdown > div.selectize-dropdown-content > div]
Expected: fill the values in Define Attachment
Actual(Passed): Successfully filled the values in Define Attachment
[ScreenShot]
 Filled the values [ScreenShot]
   --- 26 Nov 12:09:31 458 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4d2ad28c8fd2c4a8ced016f8279e1273)] -> id: btnattachmentSave]
   --- 26 Nov 12:09:35 789 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
   --- 26 Nov 12:09:35 789 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:107)
Expected: check the Define attachment document after Save
Actual(Failed): Failed to verify the Define attachment document after Save
[ScreenShot]
   --- 26 Nov 12:09:38 211 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4d2ad28c8fd2c4a8ced016f8279e1273)] -> xpath: //a[text()='Processing']]
   --- 26 Nov 12:09:40 317 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4d2ad28c8fd2c4a8ced016f8279e1273)] -> xpath: //a[text()='Processing']]
   --- 26 Nov 12:09:44 693 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
   --- 26 Nov 12:09:44 694 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:107)
   --- 26 Nov 12:10:21 221 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: tab0'
   --- 26 Nov 12:10:25 619 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: tab1'
   --- 26 Nov 12:10:29 974 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: tab3'
   --- 26 Nov 12:10:34 476 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: tab2'
   --- 26 Nov 12:10:34 586 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
   --- 26 Nov 12:10:34 587 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:107)

Timed out after 2 seconds. Unable to locate the element [ScreenShot]
50 ignored methods
com.imm.testscripts.DocumentRTS.DocumentRTS
verifyAddingOptionalSigDocuments
verifyGovernmentIDAuthenticationSigningMethod
verifyUIelementsForDefineAttachmentsOnTheDocumentMaintenanceRTSPage
verifyAddingSignatureFieldsInDesignerPage
verifyMergingDocswithSameName1
verifySplitPDFSession
verifyAdobeSMSPasswordAuthenticationSigningMethodRTSSession
verifyKBAAuthenticationSigningMethod
verifyEmailAuthenticationSigningMethod
verifyTemplateMangementInTheDocumentRTSPage
verifyProcessSessionWithAttachmentAndReProcess
verifyProcessingASessionAndMergingRTSDocuments
verifyImageBasedDocumentInTheDocumentRTSPage
verifyAdobeSMSPhoneAuthenticationSigningMethodRTSSession
verifySMSKioskFeatureSignerInformationRTSSession
verifyMergingDocswithSameName
verifyAdobeSMSKBAAuthenticationSigningMethodRTSSession
verifyInPersonSigningMethodineSignPage
verifyUIelementsOnTheDocumentMaintenanceRTSPage
verifyDynamicDocPDFSession
verifyDocumentWithTemplateDesignPage
verifyAdobeSMSGovernmentIDAuthenticationSigningMethodRTSSession
verifySearchCriteriaOnTheDocumentMaintenanceRTSPage
verifyMultipleDocumentUploadIncollectionDocumentPage
verifyPasswordAuthenticationSigningMethod
verifyAdobeSMSInPersonSigningMethodRTSSession
verifyTemplateMangementInTheCollectedDocumentPagee
verifyReversingPartySequence
verifySessionsInCollectionDocumentPage
VerifyAddingIndexFieldsType
verifyPermissionsForDefiningDocuments
verifyAddingUnknownDocumentsToASession
verifyIDMeAuthenticationSigningMethod
verifyIDMeAuthenticationSigningMethod
verifyExportAndDeletingTemplatesOnTheDocumentMaintenanceRTSPage
verifyAddingDocumentsAndAttachmentInCollectionDocumentPage
verifyAdobeSMSIDMeAuthenticationSigningMethodRTSSession
verifyDefiningDocumentsWithDisablePermissions
verifyReversingDocumentOrder
verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage
verifyAddingDocumentsToASessionRTS
verifyAdobeSMSEmailAuthenticationSigningMethodRTSSession
verifyMergingSignersUIImprovements
verifyTemplateMangementInTheCollectedDocumentPagee2
AddingattachmentToExistingSessionInCollectionDocumentPage
verifyUploadInCollectionDocumentPage
verifyPhoneAuthenticationSigningMethod
verifySMSOptionInSigningMethods
verifyProcessSessionDeleteDocumentAndFinishSigning
verifyParallelDocumentUploadIncollectionDocumentPage
Methods in chronological order
com.imm.testscripts.DocumentRTS.DocumentRTS
initialize(org.testng.TestRunner@46ae897c) 0 ms
init(org.testng.TestRunner@46ae897c) 10097 ms
verifyUIElementsInCollectionDocumentPage(, chrome_Windows 10) 14059 ms