com.imm.testscripts.ManageFi.ManageFi
verifyElectronicSignatureConsentinOtherSettingsPageExistingFI
({ZIP=, Login_User_ID=immadmin1@immesignqa.onmicrosoft.com, RemoteSettings=, FiStatus=, WebForm=, AdobeKey=, RemoteAgreement=, FiAdmin_LastName=, Name=autoesign, LocalDomain=, Edit_UserID=, Adhoc_Doc=, eSignPlus=, RtmAuthTypes=, User_ID=, Fully_Intgrt_Key=, IntegrationType=, 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=autoesign, Key=, FiAdmin_FirstName=, Dictionary=, Sign_RmtAgree_NotChecked=, StarterEvalDays=, Description=verify Electronic Signature Consent in Other Settings Page Existing FI - Legacy - SignFI, StarterChecks=, newFIID=, eSignURL=, E-Vault=, Filepath=, TestID=verifyElectronicSignatureConsentinOtherSettingsPageExistingFI, PlusFI=, FiAdmin_UserID=cuadmin@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: (//button[@id='btnNo' and normalize-space()='Cancel' and not(ancestor-or-self::*[contains(@style,'display: none')])])[1]'}
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.OtherSettingsPage.cancelDisableElectronicSignatureConsent(OtherSettingsPage.java:1032)
at com.imm.testscripts.ManageFi.ManageFi.verifyElectronicSignatureConsentinOtherSettingsPageExistingFI(ManageFi.java:9483)
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":"(//button[@id='btnNo' and normalize-space()='Cancel' and not(ancestor-or-self::*[contains(@style,'display: none')])])[1]"}
(Session info: chrome=141.0.7390.125)
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: [a4cb09c85c13cf5a9f405b9f6de4706d, findElement {using=xpath, value=(//button[@id='btnNo' and normalize-space()='Cancel' and not(ancestor-or-self::*[contains(@style,'display: none')])])[1]}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 141.0.7390.125, chrome: {chromedriverVersion: 141.0.7390.122 (b477534e7e1..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:59795}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 11, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.1.2:4444/sessi..., se:cdpVersion: 141.0.7390.125, 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: a4cb09c85c13cf5a9f405b9f6de4706d
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 Electronic Signature Consent in Other Settings Page Existing FI)
C:\Users\Sunitha.Pattem\AppData\Local\Temp\testng-eclipse-999132222\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="verifyElectronicSignatureConsentinOtherSettingsPageExistingFI"/>
</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
verifyElectronicSignatureConsentinOtherSettingsPageExistingFI
P1
verifyElectronicSignatureConsentinOtherSettingsPageExistingFI
Smoke
verifyElectronicSignatureConsentinOtherSettingsPageExistingFI
Times for IMM_Esign_Chrome
Total running time: 4 minutes
Reporter output for IMM_Esign_Chrome
verifyElectronicSignatureConsentinOtherSettingsPageExistingFI({ZIP=, Login_User_ID=immadmin1@immesignqa.onmicrosoft.com, RemoteSettings=, FiStatus=, WebForm=, Ado...)
Successfully navigated to 'Create an FI' page [ScreenShot]
Successfully navigated to 'Manage FI' page [ScreenShot]
verify Electronic Signature Consent in Other Settings Page Existing FI - Legacy - SignFI
Steps:
--- 05 Nov 21:40:42 505 - TestCaseID:: verifyElectronicSignatureConsentinOtherSettingsPageExistingFI
--- 05 Nov 21:40:53 398 - 10 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558)
--- 05 Nov 21:41:10 395 - 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=108beca1-2c3b-45e6-8ac3-c52fe8d5599e&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=3.0.2&client_info=1&code_challenge=kgymnidoop--mdali8pjdxpbpqbx_o9hnyl02wd73sk&code_challenge_method=s256&nonce=9b7c73fd-48ac-4c60-8d82-bfa66c4d3e5e&state=eyjpzci6ijy0nwjkn2zilti1nzatndlmns1ingeylwy5zmu3owzhntgxzcisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
--- 05 Nov 21:41:10 397 - 15 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122)
--- 05 Nov 21:41:29 946 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (a4cb09c85c13cf5a9f405b9f6de4706d)] -> id: idSIButton9]
--- 05 Nov 21:41:30 209 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (a4cb09c85c13cf5a9f405b9f6de4706d)] -> id: i0116]
--- 05 Nov 21:41:32 409 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (a4cb09c85c13cf5a9f405b9f6de4706d)] -> id: idSIButton9]
--- 05 Nov 21:41:36 179 - 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=108beca1-2c3b-45e6-8ac3-c52fe8d5599e&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=3.0.2&client_info=1&code_challenge=kgymnidoop--mdali8pjdxpbpqbx_o9hnyl02wd73sk&code_challenge_method=s256&nonce=9b7c73fd-48ac-4c60-8d82-bfa66c4d3e5e&state=eyjpzci6ijy0nwjkn2zilti1nzatndlmns1ingeylwy5zmu3owzhntgxzcisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
--- 05 Nov 21:41:36 181 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122)
--- 05 Nov 21:41:38 509 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (a4cb09c85c13cf5a9f405b9f6de4706d)] -> id: idSIButton9]
--- 05 Nov 21:41:43 169 - Page URL:: https://login.microsoftonline.com/common/login
--- 05 Nov 21:41:43 170 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122)
--- 05 Nov 21:41:43 359 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (a4cb09c85c13cf5a9f405b9f6de4706d)] -> id: lightbox]
--- 05 Nov 21:41:43 555 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (a4cb09c85c13cf5a9f405b9f6de4706d)] -> id: idSIButton9]
--- 05 Nov 21:41:52 575 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/
--- 05 Nov 21:41:52 577 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122)
--- 05 Nov 21:41:55 887 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/
--- 05 Nov 21:41:55 888 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122)
--- 05 Nov 21:43:55 315 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 05 Nov 21:43:55 317 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122)
--- 05 Nov 21:43:55 500 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (a4cb09c85c13cf5a9f405b9f6de4706d)] -> css selector: .header]
Successfully navigated to 'Create an FI' page [ScreenShot]
--- 05 Nov 21:43:58 397 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (a4cb09c85c13cf5a9f405b9f6de4706d)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
--- 05 Nov 21:44:02 011 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 05 Nov 21:44:02 012 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122)
--- 05 Nov 21:44:05 212 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 05 Nov 21:44:05 213 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122)
--- 05 Nov 21:44:08 374 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 05 Nov 21:44:08 375 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122)
--- 05 Nov 21:44:08 584 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (a4cb09c85c13cf5a9f405b9f6de4706d)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 05 Nov 21:44:11 781 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 05 Nov 21:44:11 782 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122)
--- 05 Nov 21:44:11 967 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (a4cb09c85c13cf5a9f405b9f6de4706d)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 05 Nov 21:44:18 285 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 05 Nov 21:44:18 286 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122)
--- 05 Nov 21:44:22 419 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (a4cb09c85c13cf5a9f405b9f6de4706d)] -> xpath: //span[@id='item-undefined']]
--- 05 Nov 21:44:26 109 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 05 Nov 21:44:26 110 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122)
--- 05 Nov 21:44:29 434 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (a4cb09c85c13cf5a9f405b9f6de4706d)] -> xpath: //div[@class='textWrapper' and contains(text(),'Other Settings')]]
--- 05 Nov 21:44:40 282 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/other-settings
--- 05 Nov 21:44:40 283 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122)
--- 05 Nov 21:44:40 454 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (a4cb09c85c13cf5a9f405b9f6de4706d)] -> xpath: //*[@class='border-top-0 rounded-0 card-header']]
--- 05 Nov 21:44:43 817 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/other-settings
--- 05 Nov 21:44:43 818 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:122)
--- 05 Nov 21:44:44 048 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (a4cb09c85c13cf5a9f405b9f6de4706d)] -> css selector: .header]
--- 05 Nov 21:44:48 363 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (a4cb09c85c13cf5a9f405b9f6de4706d)] -> 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]
--- 05 Nov 21:44:48 682 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (a4cb09c85c13cf5a9f405b9f6de4706d)] -> id: electronicSignatureConsent]
Expected: Electronic Signature Consent enabled by default
Actual(Failed): Failed to verify Electronic Signature Consent enabled by default[ScreenShot]
Actual(Failed): Failed to verify Electronic Signature Consent enabled by default[ScreenShot]
--- 05 Nov 21:44:51 106 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (a4cb09c85c13cf5a9f405b9f6de4706d)] -> id: electronicSignatureConsent]
Expected: Are you sure you want to turn off electronic signature consent? The FI will still be able to get documents signed electronically, but signers will not be required to review the consumer disclosure and provide consent.
Actual(Failed): Failed to verify Electronic Signature Consent confirmation popup message [ScreenShot]
Actual(Failed): Failed to verify Electronic Signature Consent confirmation popup message [ScreenShot]
29 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
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
verifyRemoteAgreementOptionsWhenRemoteSignaturesEnabled
verifyBasicDetailsTabs
verifyElectronicSignatureConsentinOtherSettingsPageNewFI
RemoteDisabledCreateAccountAndRemoteOptionsInAddOnsPg
VerifyManuallyCreatedUserInUserMaintenanceAndAdobe
verifyManageFIRemoteSettingsCountryCodeDropDownExistingFI
VerifyUIelemntsinAzureDetailsPageAndUpdateFiAdminName
verifyDeleteOrDeactivateUsersAreActiveinAdvanceSettingsTab
VerifyEntraUserIdinAzureDetailsPageAndSign
verifyReportingMenu
VerifyEffectiveSummaryPageInUserMaintenanceAndAccountSettingsPg
Methods in chronological order
com.imm.testscripts.ManageFi.ManageFi
initialize(org.testng.TestRunner@ecf028c)
0 ms
init(org.testng.TestRunner@ecf028c)
10364 ms
verifyElectronicSignatureConsentinOtherSettingsPageExistingFI({ZIP=, Login_User_ID=immadmin1@immesignqa.onmicrosoft.com, RemoteSettings=, FiStatus=, WebForm=, Ado...)
22410 ms