com.imm.testscripts.DocumentRTS.DocumentRTS
verifyUIElementsInCollectionDocumentPage
({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Verifying UI Elements in the Collected Documents, Archive=, Email=, Platform=, Message=, FileName=, ShortName=Signaturecard,VendorQQ, EditShortName=, PartyName=, Phone_Number=, Filepath=src/main/resources/testdata/files/documentRTS/Disclosure.pdf,src/main/resources/testdata/files/documentRTS/Loan Application Form.pdf,src/main/resources/testdata/files/documentRTS/Students Loan.pdf, DocumentPermission=, TestID=verifyUIElementsInCollectionDocumentPage, FItype=, Required=, IndexSource=, PartiesToView=, TextField=, Document Names=, Password=, DocumentName=, Path=src/main/resources/testdata/files/DocumentExport.Zip, Dropdownvalues=, Tenant_Password=, New Column=, UserName=, Email_Id=, Index_Field_Name=, Sender_Email_Id=, FI_ID=, Vendor=CUNA,Allied iQQ, AttachmentTypeOption=, TemplatePermission=, Date=, Subject=, NumOfAttachments=, Folderpath=, Type=, NameDescription=Signature card,Vendor QQ, AttachmentPath=, Export_Values=, FullName=Regularattachment,VendoreDocument, EditNameDescription=})
java.lang.Exception: FI ID field not found or not interactable on the page!!
at com.imm.support.BrowserActions.typeOnTextField(BrowserActions.java:89)
at com.imm.support.BrowserActions.typeOnTextField(BrowserActions.java:53)
at com.imm.pages.SignInPage.setFI_ID(SignInPage.java:160)
at com.imm.pages.SignInPage.loginToApplicationCloud(SignInPage.java:142)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyUIElementsInCollectionDocumentPage(DocumentRTS.java:852)
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.Clear.execute(Clear.java:34)
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.$Proxy39.clear(Unknown Source)
at com.imm.support.BrowserActions.typeOnTextField(BrowserActions.java:85)
... 30 more
(Verifying UI Elements in the Collected Documents)
C:\Users\sunitha.patterm\AppData\Local\Temp\testng-eclipse-33156229\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&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="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: 1 minutes
Reporter output for IMM_Esign_Chrome
verifyUIElementsInCollectionDocumentPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Verifying UI Elements in the Collecte...)
FI ID field not found or not interactable on the page!! [ScreenShot]
--- 06 Dec 14:16:05 853 - TestCaseID:: verifyUIElementsInCollectionDocumentPage
--- 06 Dec 14:16:14 479 - 8 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
Verifying UI Elements in the Collected Documents
Steps:
--- 06 Dec 14:16:24 266 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 06 Dec 14:16:24 267 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:110)
--- 06 Dec 14:18:11 694 - Unable to find an element after 10 sec ==> Proxy element for: AjaxElementLocator 'By.id: idSIButton9'
--- 06 Dec 14:18:11 882 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5dffa32346c459575e519c6a0d75fe2f)] -> id: btnSubmit]
--- 06 Dec 14:18:12 015 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5dffa32346c459575e519c6a0d75fe2f)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
FI ID field not found or not interactable on the page!! [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
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@59014efe)
0 ms
init(org.testng.TestRunner@59014efe)
10168 ms
verifyUIElementsInCollectionDocumentPage({Tenant_User=, Tenant_URL=, Group=, EditFullName=, Description=Verifying UI Elements in the Collecte...)
19204 ms