com.imm.testscripts.ManageFi.ManageFi
verifyInPersonSignElectronicSignatureConsent
({ZIP=, Login_User_ID=immadmin1@immesignqa.onmicrosoft.com, RemoteSettings=, FiStatus=, WebForm=, AdobeKey=, RemoteAgreement=, FiAdmin_LastName=, Name=adobeuser, LocalDomain=, Edit_UserID=, Adhoc_Doc=, eSignPlus=, RtmAuthTypes=, User_ID=, Fully_Intgrt_Key=, IntegrationType=Fully Integrated, AdvaceSettings=, SendInBulk=, RemoteSign=, DrpSpot=, Manager User Email ID=, RemoteSign_ManageFI=, Reusable_Temp=, AZDomain=, VerifastEDays=, LCEvalDays=, State=, LoanCoupon=, Login_Password=iMM@2025, Country=, ClientID=, Domain=, anonymusFI=, FIID=adobeuser, Key=, FiAdmin_FirstName=, Dictionary=, Sign_RmtAgree_NotChecked=, StarterEvalDays=, Description=verify In Person Sign Electronic Signature Consent, StarterChecks=, newFIID=, eSignURL=, E-Vault=, Filepath=src/main/resources/testdata/files/documentRTS/OptionalSignature.zip,src/main/resources/testdata/files/documentRTS/STUDENTS_LOAN.pdf, TestID=verifyInPersonSignElectronicSignatureConsent, PlusFI=, FiAdmin_UserID=janedoe@immtestcu.onmicrosoft.com, EditFIAdmin_FName=, FICreated=, User Email ID=, Verifast=, LacerPro=, Session URL=https://esignnonprod.immesign.com/qa/tenantmanager/, GlobalAdmin=, TypeOfUser=, eValultDays=, UserName=, ManagerExist=, Manager User Display Name=, Manager User ID=, Sign_Password=iMM@2022, DrpEvalDays=, EditFiadmin_LName=, Sign_RmtAgree_checked=})
Element should be clickable: interactable and enabled {Proxy element for: AjaxElementLocator 'By.xpath: /html/body/div[4]/div[5]/div/div/div[2]/div[3]/div[1]/div/div/label/span'}
Element: 'Ups, failed to describe the element [caused by: NoSuchElementException: Timed out after 2 seconds. Unable to locate the element]'
Timeout: 4 s.
Caused by: NoSuchElementException: Timed out after 2 seconds. Unable to locate the element
at com.codeborne.selenide.impl.WebElementSource.handleError(WebElementSource.java:125)
at com.codeborne.selenide.impl.WebElementSource.checkConditionAndReturnElement(WebElementSource.java:102)
at com.codeborne.selenide.impl.WebElementSource.findAndAssertElementIsClickable(WebElementSource.java:148)
at com.codeborne.selenide.commands.Click.findElement(Click.java:42)
at com.codeborne.selenide.commands.Click.execute(Click.java:28)
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.click(Unknown Source)
at com.imm.support.BrowserActions.clickOnElementDisplayed(BrowserActions.java:511)
at com.imm.support.BrowserActions.clickOnElementDisplayed(BrowserActions.java:495)
at com.imm.pages.DocumentMaintenanceRTS.clickCheckbox(DocumentMaintenanceRTS.java:1773)
at com.imm.testscripts.ManageFi.ManageFi.verifyInPersonSignElectronicSignatureConsent(ManageFi.java:9561)
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:293)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91)
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.$Proxy22.isDisplayed(Unknown Source)
at com.codeborne.selenide.conditions.Visible.check(Visible.java:15)
at com.codeborne.selenide.conditions.Or.check(Or.java:49)
at com.codeborne.selenide.conditions.And.check(And.java:48)
at com.codeborne.selenide.impl.WebElementSource.checkConditionAndReturnElement(WebElementSource.java:92)
... 39 more
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"/html/body/div[4]/div[5]/div/div/div[2]/div[3]/div[1]/div/div/label/span"}
(Session info: chrome=142.0.7444.134)
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 11', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [7ca5ff21e476cd3fb9743630b08072e7, findElement {using=xpath, value=/html/body/div[4]/div[5]/div/div/div[2]/div[3]/div[1]/div/div/label/span}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 142.0.7444.134, chrome: {chromedriverVersion: 142.0.7444.61 (9884f628acbc..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:52725}, goog:processID: 31388, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 11, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.1.2:4444/sessi..., se:cdpVersion: 142.0.7444.134, 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: 7ca5ff21e476cd3fb9743630b08072e7
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 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.$Proxy18.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 In Person Sign Electronic Signature Consent)
C:\Users\Sunitha.Pattem\AppData\Local\Temp\testng-eclipse--991089193\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.ManageFi.ManageFi">
<methods>
<include name="verifyInPersonSignElectronicSignatureConsent"/>
</methods>
</class> <!-- com.imm.testscripts.ManageFi.ManageFi -->
</classes>
</test> <!-- Default test -->
</suite> <!-- IMM_Esign_Chrome -->
Tests for IMM_Esign_Chrome
- Default test (1 class)
Groups for IMM_Esign_Chrome
AdobeOEM
verifyInPersonSignElectronicSignatureConsent
P1
verifyInPersonSignElectronicSignatureConsent
Smoke
verifyInPersonSignElectronicSignatureConsent
Times for IMM_Esign_Chrome
Total running time: 2 minutes
Reporter output for IMM_Esign_Chrome
verifyInPersonSignElectronicSignatureConsent({ZIP=, Login_User_ID=immadmin1@immesignqa.onmicrosoft.com, RemoteSettings=, FiStatus=, WebForm=, Ado...)
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
Successfully navigated to 'Create an FI' page [ScreenShot]
Successfully navigated to 'Manage FI' page [ScreenShot]
Clicked on Save button
Successfully navigated to the 'documents' page [ScreenShot]
verify In Person Sign Electronic Signature Consent
Steps:
--- 08 Nov 20:21:39 629 - TestCaseID:: verifyInPersonSignElectronicSignatureConsent
--- 08 Nov 20:21:48 894 - 9 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558)
--- 08 Nov 20:22:00 510 - Page URL:: https://login.microsoftonline.com/organizations/oauth2/v2.0/authorize?client_id=7be6e63f-308a-4475-979c-c5c021156f67&scope=api%3a%2f%2f7ab4b4a1-91a2-4b47-8aa5-e2ab73338e0b%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fesignnonprod.immesign.com%2fqa%2ftenantmanager%2f&client-request-id=cf50c2c9-4123-4645-a5df-d27bf8f7a948&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=3.0.2&client_info=1&code_challenge=x7bzffufnshmstbhtubrrvffvvac4oe9tueyolvazjo&code_challenge_method=s256&nonce=b35a1b5c-bb65-4109-b523-5673fb9f5b0e&state=eyjpzci6ijbjzgu3ogu1lwjhm2qtndy2nc05zdjllthhyjkyywizztzmmiisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
--- 08 Nov 20:22:00 512 - 5 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122)
--- 08 Nov 20:22:19 828 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (710ded480840aad1a9ce01c3327c1997)] -> id: idSIButton9]
--- 08 Nov 20:22:19 980 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (710ded480840aad1a9ce01c3327c1997)] -> id: i0116]
--- 08 Nov 20:22:21 426 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (710ded480840aad1a9ce01c3327c1997)] -> id: idSIButton9]
--- 08 Nov 20:22:24 902 - Page URL:: https://login.microsoftonline.com/organizations/oauth2/v2.0/authorize?client_id=7be6e63f-308a-4475-979c-c5c021156f67&scope=api%3a%2f%2f7ab4b4a1-91a2-4b47-8aa5-e2ab73338e0b%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fesignnonprod.immesign.com%2fqa%2ftenantmanager%2f&client-request-id=cf50c2c9-4123-4645-a5df-d27bf8f7a948&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=3.0.2&client_info=1&code_challenge=x7bzffufnshmstbhtubrrvffvvac4oe9tueyolvazjo&code_challenge_method=s256&nonce=b35a1b5c-bb65-4109-b523-5673fb9f5b0e&state=eyjpzci6ijbjzgu3ogu1lwjhm2qtndy2nc05zdjllthhyjkyywizztzmmiisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
--- 08 Nov 20:22:24 903 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122)
--- 08 Nov 20:22:27 132 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (710ded480840aad1a9ce01c3327c1997)] -> id: idSIButton9]
--- 08 Nov 20:22:31 294 - Page URL:: https://login.microsoftonline.com/common/login
--- 08 Nov 20:22:31 295 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122)
--- 08 Nov 20:22:31 464 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (710ded480840aad1a9ce01c3327c1997)] -> id: lightbox]
--- 08 Nov 20:22:31 615 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (710ded480840aad1a9ce01c3327c1997)] -> id: idSIButton9]
--- 08 Nov 20:22:38 010 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/home
--- 08 Nov 20:22:38 010 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122)
--- 08 Nov 20:22:41 403 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 08 Nov 20:22:41 404 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122)
--- 08 Nov 20:22:41 550 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (710ded480840aad1a9ce01c3327c1997)] -> id: createdFIList]
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
--- 08 Nov 20:22:46 457 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 08 Nov 20:22:46 458 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122)
--- 08 Nov 20:22:46 608 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (710ded480840aad1a9ce01c3327c1997)] -> css selector: .header]
Successfully navigated to 'Create an FI' page [ScreenShot]
--- 08 Nov 20:22:49 189 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (710ded480840aad1a9ce01c3327c1997)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
--- 08 Nov 20:22:52 582 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 08 Nov 20:22:52 583 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122)
--- 08 Nov 20:22:55 780 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 08 Nov 20:22:55 781 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122)
--- 08 Nov 20:22:58 955 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 08 Nov 20:22:58 956 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122)
--- 08 Nov 20:22:59 094 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (710ded480840aad1a9ce01c3327c1997)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 08 Nov 20:23:02 285 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 08 Nov 20:23:02 286 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122)
--- 08 Nov 20:23:02 418 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (710ded480840aad1a9ce01c3327c1997)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 08 Nov 20:23:08 711 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 08 Nov 20:23:08 712 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122)
--- 08 Nov 20:23:12 136 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (710ded480840aad1a9ce01c3327c1997)] -> xpath: //span[@id='item-undefined']]
--- 08 Nov 20:23:15 551 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 08 Nov 20:23:15 553 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122)
--- 08 Nov 20:23:18 733 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (710ded480840aad1a9ce01c3327c1997)] -> xpath: //div[@class='textWrapper' and contains(text(),'Other Settings')]]
--- 08 Nov 20:23:29 305 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/other-settings
--- 08 Nov 20:23:29 307 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122)
--- 08 Nov 20:23:29 446 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (710ded480840aad1a9ce01c3327c1997)] -> xpath: //*[@class='border-top-0 rounded-0 card-header']]
--- 08 Nov 20:23:32 602 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/other-settings
--- 08 Nov 20:23:32 603 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122)
--- 08 Nov 20:23:32 727 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (710ded480840aad1a9ce01c3327c1997)] -> css selector: .header]
--- 08 Nov 20:23:36 995 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (710ded480840aad1a9ce01c3327c1997)] -> xpath: //label[@for='electronicSignatureConsent']]
Expected: Electronic Signature Consent label is displayed.
Actual(Passed): Successfully verified Electronic Signature Consent label is displayed.[ScreenShot]
Actual(Passed): Successfully verified Electronic Signature Consent label is displayed.[ScreenShot]
--- 08 Nov 20:23:37 245 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (710ded480840aad1a9ce01c3327c1997)] -> id: electronicSignatureConsent]
Expected: Electronic Signature Consent enabled by default
Actual(Passed): Successfully verified Electronic Signature Consent enabled by default.[ScreenShot]
Actual(Passed): Successfully verified Electronic Signature Consent enabled by default.[ScreenShot]
--- 08 Nov 20:23:39 593 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (710ded480840aad1a9ce01c3327c1997)] -> id: electronicSignatureConsent]
--- 08 Nov 20:23:42 227 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (710ded480840aad1a9ce01c3327c1997)] -> xpath: //*[contains(@class,'modal-header')]//div[contains(text(),'Are you sure you want to turn off electronic signature consent?')]]
--- 08 Nov 20:23:45 651 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/other-settings
--- 08 Nov 20:23:45 651 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122)
Clicked on Save button
--- 08 Nov 20:23:51 246 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (710ded480840aad1a9ce01c3327c1997)] -> id: electronicSignatureConsent]
Expected: Electronic Signature Consent disabled
Actual(Passed): Successfully verified Electronic Signature Consent disabled[ScreenShot]
Actual(Passed): Successfully verified Electronic Signature Consent disabled[ScreenShot]
--- 08 Nov 20:23:53 923 - TestCaseID:: verifyInPersonSignElectronicSignatureConsent
--- 08 Nov 20:23:56 351 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558)
--- 08 Nov 20:24:03 939 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 08 Nov 20:24:03 939 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122)
--- 08 Nov 20:24:04 102 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7ca5ff21e476cd3fb9743630b08072e7)] -> xpath: //*[contains(@id,'btnSubmit')]]
--- 08 Nov 20:24:04 245 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7ca5ff21e476cd3fb9743630b08072e7)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 08 Nov 20:24:05 302 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7ca5ff21e476cd3fb9743630b08072e7)] -> xpath: //*[contains(@id,'btnSubmit')]]
--- 08 Nov 20:24:11 378 - 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%3dw1619-gmjhv3fwrf1ecyqfip9nuqdbvi-2-gpl8eo6_jehiizdxo6i89woclfjrcjlws2-wyftlupg9fonul7ueb2tgkrl3ol46xnwtlpux0rabyp7fvrqi-yzlawaywcqi3det1yq_pok6bb-akia_s5ygr-osw8nhxdkfgpk2c3nzbxoy2lplrmygpnqsjol8oxhc2tul6swlwwynw6a&response_mode=form_post&nonce=638982104701056675.otjjnzhmogetyzk0ns00njgzlwi0yzutodm4zjbmodaymdu3mtvkmdjhmmetnwqwmy00mjaxltllogmtzjg0nziwota5y2nj&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 Nov 20:24:11 378 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122)
--- 08 Nov 20:24:16 533 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7ca5ff21e476cd3fb9743630b08072e7)] -> id: lightbox]
--- 08 Nov 20:24:16 667 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7ca5ff21e476cd3fb9743630b08072e7)] -> id: i0116]
--- 08 Nov 20:24:17 710 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7ca5ff21e476cd3fb9743630b08072e7)] -> id: idSIButton9]
--- 08 Nov 20:24:21 112 - 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%3dw1619-gmjhv3fwrf1ecyqfip9nuqdbvi-2-gpl8eo6_jehiizdxo6i89woclfjrcjlws2-wyftlupg9fonul7ueb2tgkrl3ol46xnwtlpux0rabyp7fvrqi-yzlawaywcqi3det1yq_pok6bb-akia_s5ygr-osw8nhxdkfgpk2c3nzbxoy2lplrmygpnqsjol8oxhc2tul6swlwwynw6a&response_mode=form_post&nonce=638982104701056675.otjjnzhmogetyzk0ns00njgzlwi0yzutodm4zjbmodaymdu3mtvkmdjhmmetnwqwmy00mjaxltllogmtzjg0nziwota5y2nj&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 Nov 20:24:21 113 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122)
--- 08 Nov 20:24:23 332 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7ca5ff21e476cd3fb9743630b08072e7)] -> id: idSIButton9]
--- 08 Nov 20:24:27 727 - Page URL:: https://login.microsoftonline.com/common/login
--- 08 Nov 20:24:27 729 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122)
--- 08 Nov 20:24:27 851 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7ca5ff21e476cd3fb9743630b08072e7)] -> id: lightbox]
--- 08 Nov 20:24:27 977 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7ca5ff21e476cd3fb9743630b08072e7)] -> id: idSIButton9]
--- 08 Nov 20:24:36 339 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 08 Nov 20:24:36 339 - 7 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122)
--- 08 Nov 20:24:39 681 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 08 Nov 20:24:39 682 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122)
--- 08 Nov 20:24:39 817 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7ca5ff21e476cd3fb9743630b08072e7)] -> id: btnUpload]
--- 08 Nov 20:24:43 074 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 08 Nov 20:24:43 074 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122)
--- 08 Nov 20:24:43 203 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7ca5ff21e476cd3fb9743630b08072e7)] -> css selector: .header]
Successfully navigated to the 'documents' page [ScreenShot]
--- 08 Nov 20:24:43 459 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7ca5ff21e476cd3fb9743630b08072e7)] -> xpath: //a[text()='Administration']]
--- 08 Nov 20:24:48 826 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7ca5ff21e476cd3fb9743630b08072e7)] -> xpath: //*[text()='Select All']]
--- 08 Nov 20:24:48 981 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7ca5ff21e476cd3fb9743630b08072e7)] -> xpath: //*[text()='Select All']]
--- 08 Nov 20:24:54 123 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7ca5ff21e476cd3fb9743630b08072e7)] -> xpath: //*[text()='Select All']]
--- 08 Nov 20:24:57 544 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 08 Nov 20:24:57 544 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122)
--- 08 Nov 20:25:04 171 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 08 Nov 20:25:04 171 - 5 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122)
--- 08 Nov 20:25:04 297 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7ca5ff21e476cd3fb9743630b08072e7)] -> 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]
--- 08 Nov 20:25:04 552 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7ca5ff21e476cd3fb9743630b08072e7)] -> xpath: //*[text()='Import Template']]
Expected: The File upload in Import template
Actual(Passed): Successfully uploaded zip file in the Import template[ScreenShot]
Actual(Passed): Successfully uploaded zip file in the Import template[ScreenShot]
--- 08 Nov 20:25:09 983 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7ca5ff21e476cd3fb9743630b08072e7)] -> xpath: //*[text()='Import Template']]
--- 08 Nov 20:25:15 223 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7ca5ff21e476cd3fb9743630b08072e7)] -> 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]
--- 08 Nov 20:25:37 572 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 08 Nov 20:25:37 572 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122)
--- 08 Nov 20:25:37 703 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (7ca5ff21e476cd3fb9743630b08072e7)] -> id: immPageTitle]
--- 08 Nov 20:25:40 863 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 08 Nov 20:25:40 863 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122)
30 ignored methods
com.imm.testscripts.ManageFi.ManageFi
verifyUsersMenuinAdvanceSettingsTab
verifyAzureDetailsTabs
verifyRemoteSettingsTabDefaultSMS
verifyPlatformSettingsTabs
verifyPlatFormOverrideTabs
ReplacingFiAdmin1Fiadmin2
verifyOtherSettingsTabs
VerifyEffectiveSummaryPagesWhenRemoteAgrementDisabled
verifyFIDetailsInDifferentSettingsTabs
verifyClientSettingsTabs
VerifyCreateAccountAndAddOnsSummary
verifySenderEmailAddressforNotificationsAlertsinOtherSettingsPage
verifyRemoteSettingsRemoteIDMeAuthenticationTypes
VerifyAddonPage
verifyIPFilteringTabs
verifyWebHooksSettingsTab
verifyUserNameIsSyncingInUserMaintenanceAndUserAccountSettingsPage
RemoteDisabledVerifyRemoteOptionsineSign
verifyElectronicSignatureConsentinOtherSettingsPageExistingFI
verifyRemoteAgreementOptionsWhenRemoteSignaturesEnabled
verifyBasicDetailsTabs
verifyElectronicSignatureConsentinOtherSettingsPageNewFI
RemoteDisabledCreateAccountAndRemoteOptionsInAddOnsPg
VerifyManuallyCreatedUserInUserMaintenanceAndAdobe
verifyManageFIRemoteSettingsCountryCodeDropDownExistingFI
VerifyUIelemntsinAzureDetailsPageAndUpdateFiAdminName
verifyDeleteOrDeactivateUsersAreActiveinAdvanceSettingsTab
VerifyEntraUserIdinAzureDetailsPageAndSign
verifyReportingMenu
VerifyEffectiveSummaryPageInUserMaintenanceAndAccountSettingsPg
verifyAzureDetailsTabs
verifyRemoteSettingsTabDefaultSMS
verifyPlatformSettingsTabs
verifyPlatFormOverrideTabs
ReplacingFiAdmin1Fiadmin2
verifyOtherSettingsTabs
VerifyEffectiveSummaryPagesWhenRemoteAgrementDisabled
verifyFIDetailsInDifferentSettingsTabs
verifyClientSettingsTabs
VerifyCreateAccountAndAddOnsSummary
verifySenderEmailAddressforNotificationsAlertsinOtherSettingsPage
verifyRemoteSettingsRemoteIDMeAuthenticationTypes
VerifyAddonPage
verifyIPFilteringTabs
verifyWebHooksSettingsTab
verifyUserNameIsSyncingInUserMaintenanceAndUserAccountSettingsPage
RemoteDisabledVerifyRemoteOptionsineSign
verifyElectronicSignatureConsentinOtherSettingsPageExistingFI
verifyRemoteAgreementOptionsWhenRemoteSignaturesEnabled
verifyBasicDetailsTabs
verifyElectronicSignatureConsentinOtherSettingsPageNewFI
RemoteDisabledCreateAccountAndRemoteOptionsInAddOnsPg
VerifyManuallyCreatedUserInUserMaintenanceAndAdobe
verifyManageFIRemoteSettingsCountryCodeDropDownExistingFI
VerifyUIelemntsinAzureDetailsPageAndUpdateFiAdminName
verifyDeleteOrDeactivateUsersAreActiveinAdvanceSettingsTab
VerifyEntraUserIdinAzureDetailsPageAndSign
verifyReportingMenu
VerifyEffectiveSummaryPageInUserMaintenanceAndAccountSettingsPg
Methods in chronological order
com.imm.testscripts.ManageFi.ManageFi
initialize(org.testng.TestRunner@309d54ac)
0 ms
init(org.testng.TestRunner@309d54ac)
10179 ms
verifyInPersonSignElectronicSignatureConsent({ZIP=, Login_User_ID=immadmin1@immesignqa.onmicrosoft.com, RemoteSettings=, FiStatus=, WebForm=, Ado...)
148285 ms