Test results
1 suite, 1 failed test
com.imm.testscripts.FIManagement.FIManagement
verifyMultiDomianUsersLogin ({Tenant_URL=https://esignnonprod.immesign.com/qa/tenantmanager/, EmailID=, WorkflowSummary=, Login_User_ID=qauser2@immazuretest.onmicrosoft.com;qauser2@bank.immazuretest.com;qauser2@cu.immazuretest.com;, Address=, FiStatus=Completed, FiAdmin_LastName=one;, Add_Dictionary=, GRP_PermissionRadio=, Effect_Summary=, Name=, GRP_PermissionChkBox=, NewUser_ID=KPUser4@immtestcu.onmicrosoft.com;iMM@2025!, LocalDomain=immazuretest, PartiesToView=, NewName=, User_ID=, Wkf_Permission=, Reset_Password=, NewDescription=, AZDomain=immazuretest.onmicrosoft.com, Workflow=, City=, Delete_Dictionary=, AttachmentTypeOption=, NewEmailID=, State=, Login_Password=iMM@2025!;, eSignClient=, ClientID=3AAABLblqZhD30DKWBPu7imEU8SeeWxOu52TQydcjmeTa5VeOcDVkw9gxFFvP8ypLwkNjNPwurxhfsiDhYzrWTX6zRG79GNWx, Domain=azuretest;azurebank;azurecu;, UserType=, NewGroup=, Tenant_User=, FiAdmin_FirstName=admin;, Group=Users;Accounting Group;, Dictionary=TeSign;XPLN;MSP, FI_Name=Autotestfi, Description=Verify user can login through user with different additional domains. and check user will add in correct group also check that correct domain name display, SearchUser=, Filepath=src/main/resources/testdata/files/documentRTS/BasicRTSDocs/005BA1.pdf;src/main/resources/testdata/files/documentRTS/BasicRTSDocs/513BA.pdf, TestID=verifyMultiDomianUsersLogin, FiAdmin_UserID=admin@immazuretest.onmicrosoft.com;, Dictionary_Code=, IndexSource=, Access_Password=, UserURL2=, Inbox_Permission=, Confirm_Reset_Password=, Notes=, Inbox=, GlobalAdmin=admin@immazuretest.onmicrosoft.com, Path=src/main/resources/testdata/files/documentRTS/BasicRTSDocs/BasicRTSDocTemplates.zip;, Copy_User_ID=, Tenant_Password=, Enter_eSignClient=, ZipCode=, FI_ID=Autotestfi, Confirm_Password=, CasesUser=, Tab=, UserURL=, Copy_Tab=})
java.lang.Exception: Domain Name field field not found or not interactable on the page!! at com.imm.support.BrowserActions.typeOnTextField(BrowserActions.java:82) at com.imm.support.BrowserActions.typeOnTextField(BrowserActions.java:55) at com.imm.pages.AzureDetails.enterAdditonalDomainName(AzureDetails.java:1023) at com.imm.testscripts.FIManagement.FIManagement.verifyMultiDomianUsersLogin(FIManagement.java:10376) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) 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:1511) 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:80) ... 31 more
(Verifying MultiDomain functionality)
C:\Users\sa_kaushal.patel\git\AdobeSignCloud\testxml\regression\Chrome_Run.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&amp;hsfiid=autoesign&amp;XMLData=D:\Automation_DataFiles\PrimarySpouse.xml"/>
  <parameter name="devicePort" value="4444"/>
  <parameter name="browserName" value="chrome_windows"/>
  <test thread-count="1" name="IMM_Test_Chrome" verbose="3">
    <classes>
      <class name="com.imm.testscripts.FIManagement.FIManagement">
        <methods>
          <include name="verifyMultiDomianUsersLogin"/>
        </methods>
      </class> <!-- com.imm.testscripts.FIManagement.FIManagement -->
    </classes>
  </test> <!-- IMM_Test_Chrome -->
</suite> <!-- IMM_Esign_Chrome -->
            
Tests for IMM_Esign_Chrome
  • IMM_Test_Chrome (1 class)
Groups for IMM_Esign_Chrome
P1
verifyMultiDomianUsersLogin
Smoke
verifyMultiDomianUsersLogin
verifyMultiDomianUsersLogin
verifyMultiDomianUsersLogin
Times for IMM_Esign_Chrome
Total running time: 4 minutes
Reporter output for IMM_Esign_Chrome
verifyMultiDomianUsersLogin({Tenant_URL=https://esignnonprod.immesign.com/qa/tenantmanager/, EmailID=, WorkflowSummary=, Login_U...)
   --- 10 Feb 19:23:02 045 - TestCaseID:: verifyMultiDomianUsersLogin
   --- 10 Feb 19:23:08 632 - 6 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558)
Verify user can login through user with different additional domains. and check user will add in correct group also check that correct domain name display
Steps:
 **** Verify user can login through user with different additional domains. and check user will add in correct group also check that correct domain name display ****
   --- 10 Feb 19:23:18 818 - 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=69390d48-f60e-48b8-a0de-d817dd87a304&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=3.0.2&client_info=1&code_challenge=5p7bcqu15gix4tqyory_2gxwekhpx0ieau7w0ynhm8o&code_challenge_method=s256&nonce=2003b2a5-b201-4aef-93c6-fb70d59909b7&state=eyjpzci6ijcznjningu1lta4nzitngnkzc05mjlklty5ngjmogm1zdjlosisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
   --- 10 Feb 19:23:18 819 - 5 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 10 Feb 19:23:38 053 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c9481445e4622c558ee892ea7426321)] -> id: idSIButton9]
   --- 10 Feb 19:23:38 209 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c9481445e4622c558ee892ea7426321)] -> id: i0116]
   --- 10 Feb 19:23:39 798 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c9481445e4622c558ee892ea7426321)] -> id: idSIButton9]
   --- 10 Feb 19:23:47 441 - Page URL:: https://login.microsoftonline.com/common/login
   --- 10 Feb 19:23:47 442 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 10 Feb 19:23:47 580 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c9481445e4622c558ee892ea7426321)] -> id: lightbox]
   --- 10 Feb 19:23:47 716 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c9481445e4622c558ee892ea7426321)] -> id: idSIButton9]
   --- 10 Feb 19:23:53 525 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/
   --- 10 Feb 19:23:53 528 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 10 Feb 19:23:56 686 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
   --- 10 Feb 19:23:56 687 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 10 Feb 19:25:52 688 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
   --- 10 Feb 19:25:52 690 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 10 Feb 19:25:52 830 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c9481445e4622c558ee892ea7426321)] -> css selector: .header]

Navigated to 'Create an FI' page [ScreenShot]
   --- 10 Feb 19:25:53 175 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c9481445e4622c558ee892ea7426321)] -> id: btnAddFI]

Add Fi button is diplayed [ScreenShot]
   --- 10 Feb 19:25:53 510 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c9481445e4622c558ee892ea7426321)] -> id: btnAddFI]
   --- 10 Feb 19:25:58 951 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
   --- 10 Feb 19:25:58 952 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 10 Feb 19:26:02 140 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
   --- 10 Feb 19:26:02 141 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 10 Feb 19:26:02 261 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c9481445e4622c558ee892ea7426321)] -> xpath: .//input[@id='hostFIID']]
   --- 10 Feb 19:26:05 394 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
   --- 10 Feb 19:26:05 394 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 10 Feb 19:26:05 515 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c9481445e4622c558ee892ea7426321)] -> css selector: .header]
 Clicked 'Add Fi' button
   --- 10 Feb 19:26:08 657 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
   --- 10 Feb 19:26:08 658 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 10 Feb 19:26:08 781 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c9481445e4622c558ee892ea7426321)] -> xpath: .//input[@id='hostFIID']]
   --- 10 Feb 19:26:11 935 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
   --- 10 Feb 19:26:11 936 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 10 Feb 19:26:12 054 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c9481445e4622c558ee892ea7426321)] -> css selector: .header]

Navigated to 'BasicDetailsPage' page [ScreenShot]
   --- 10 Feb 19:26:13 251 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c9481445e4622c558ee892ea7426321)] -> id: btnValidateHostFiid]
 Max Character allow is '100' [ScreenShot]
 Entered FIID and FI Name K225192308 [ScreenShot]
   --- 10 Feb 19:26:26 864 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
   --- 10 Feb 19:26:26 865 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 10 Feb 19:26:30 013 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
   --- 10 Feb 19:26:30 014 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 10 Feb 19:26:30 122 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c9481445e4622c558ee892ea7426321)] -> xpath: //*[@id="azureDetailsForm"]/c-card/c-card-header]
   --- 10 Feb 19:26:33 255 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
   --- 10 Feb 19:26:33 256 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 10 Feb 19:26:33 369 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c9481445e4622c558ee892ea7426321)] -> css selector: .header]
 Clicked 'Next' button
   --- 10 Feb 19:26:36 510 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
   --- 10 Feb 19:26:36 510 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 10 Feb 19:26:36 626 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c9481445e4622c558ee892ea7426321)] -> xpath: //*[@id="azureDetailsForm"]/c-card/c-card-header]
   --- 10 Feb 19:26:39 764 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
   --- 10 Feb 19:26:39 767 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 10 Feb 19:26:39 877 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c9481445e4622c558ee892ea7426321)] -> css selector: .header]

Navigated to the 'Azure Details' page [ScreenShot]
 .........Azure Details...........

Verified AD Domain Name, Local Ad Domain and Global Admin fields are enabled [ScreenShot]
 Next button is Disabled [ScreenShot]
 Azure details toggle is Enable
 Value added in Domain field - immazuretest.onmicrosoft.com
 Value added in Local Domain field - immazuretest
 Value added in Local Domain field - admin@immazuretest.onmicrosoft.com
 Value added in Fi Admin0 First Name - admin [ScreenShot]
 Value added in Fi Admin0 Last Name - one [ScreenShot]
 Value added in Fi Admin0 User ID - admin@immazuretest.onmicrosoft.com [ScreenShot]
   --- 10 Feb 19:26:48 211 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c9481445e4622c558ee892ea7426321)] -> xpath: //button[contains(text(),'Add Additional Domains')]]
Expected: Verify 'Add Additional Domain' button is display
Actual(Passed): 'Add Additional Domain' button is display.
[ScreenShot]
Expected: Verify while create new FI, By default no additional field display.
Actual(Passed): By default no additional field display
[ScreenShot]
Expected: Verify additional domain is an optional field, It should allow user to move next page without adding additional field
Actual(Passed): Next button is enable user can go to next scren without adding additonal field
[ScreenShot]
   --- 10 Feb 19:27:07 663 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c9481445e4622c558ee892ea7426321)] -> xpath: //button[contains(text(),'Add Additional Domains')]]
   --- 10 Feb 19:27:07 928 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c9481445e4622c558ee892ea7426321)] -> xpath: //input[contains(@id,'addDomain-')]]
   --- 10 Feb 19:27:07 992 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c9481445e4622c558ee892ea7426321)] -> xpath: //input[contains(@id,'localDomainName-')]]
Expected: Verify by clicking on 'Add Additional Domain' button new additionl fileds should display
Actual(Passed): By Clicking on 'Add Additional Domain' button new additionl domain fileds are display
[ScreenShot]
   --- 10 Feb 19:27:08 217 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c9481445e4622c558ee892ea7426321)] -> xpath: //i[@class='icon-delete']]
 Clicked on delete icon for the additional field
Expected: Verify by clicking on Delete icon additionl fileds should remove
Actual(Passed): By Clicking on delete additionl domain fileds is removed
[ScreenShot]
   --- 10 Feb 19:27:17 999 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c9481445e4622c558ee892ea7426321)] -> xpath: //button[contains(text(),'Add Additional Domains')]]
   --- 10 Feb 19:27:18 227 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c9481445e4622c558ee892ea7426321)] -> xpath: //input[contains(@id,'addDomain-')]]
   --- 10 Feb 19:27:26 020 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c9481445e4622c558ee892ea7426321)] -> xpath: //input[contains(@id,'addDomain-')]/following::small[1]]
Expected: Verify by entering invalid Domain Name, 'Enter a valid domain name.' error should display
Actual(Passed): 'Enter a valid domain name.' error display
[ScreenShot]
   --- 10 Feb 19:27:26 243 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c9481445e4622c558ee892ea7426321)] -> xpath: //input[contains(@id,'localDomainName-')]]
   --- 10 Feb 19:27:33 948 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c9481445e4622c558ee892ea7426321)] -> xpath: //input[contains(@id,'localDomainName-')]/following::small[1]]
Expected: Verify by entering invalid Local Domain Name, 'Enter a valid local domain name.' error should display
Actual(Passed): 'Enter a valid local domain name.' error display
[ScreenShot]
   --- 10 Feb 19:27:34 158 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c9481445e4622c558ee892ea7426321)] -> xpath: //i[@class='icon-delete']]
   --- 10 Feb 19:27:34 414 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c9481445e4622c558ee892ea7426321)] -> xpath: //button[contains(text(),'Add Additional Domains')]]
   --- 10 Feb 19:27:34 662 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c9481445e4622c558ee892ea7426321)] -> xpath: //input[contains(@id,'addDomain-')]]

Domain Name field field not found or not interactable on the page!! [ScreenShot]
47 ignored methods
com.imm.testscripts.FIManagement.FIManagement
verifyCopyUSerWithInboxTab
verifySearchGroupsWithTitleOrDate
verifyUIElementsForGroupMaintenancePage
verifyCopyUSerWithWorkflowTab
createSameUserWithDefaultAndcustomDomain
addUserWithWindowsSupportedCharacters
verifySortOrderOfGroupAndDescription
createInboxManagement
verifyCopyUSerWithMultipleGroups
verifyCopyUSerWith50PlusGroups
verifySessionAftercreateAndInactiveUser
verifyCopyGroupsWithPermissionAndMembersTabs
createGroupAddGroupMember
verifyCopyUSerWithGroupTab
verifyUserSearchInAddUsers
verifyGroupAbleToEdit
verifyGroupSearchInAddNewGroup
AdobeSMSGroupMaintenance
verifyCopyGroupsWithPermissionsTab
verifyCopyGroupsWithGroupMembersTab
createNewFIUser
VerifyRemoteAccessAuthenticationandeDeliveryAuthenticationRemoteIDMeinGroupMaintenance
AdobeSMSBasedOnUserPermission
createUserForExistingFI
verifyCopyUSerChangeTabsAndCreateaSession
verifyCopyUSerWithPermissonTab
verifyCopyUSerWithNoGroups
verifySearchUSerWithNameUserDomain
deleteGroupWithMultipleUsers
createMultipleUserForWorkflow
verifyCopyUSerAffectsAnotherFi
verifyRemoteIDMeauthenticationinUserMaintenanceandEffectivePermissions
deleteGroupsInTheGroupsTabAndSearchGroupInGroupTab
verifySortOrderOfUserAndName
deleteUserWithSingleOrMultipleGroups
verifyCopyGroupsWith100PlusUSers
verifyUIElementsForUserMaintenancePage
verifyUserAbleToEditWithOrWithoutResetPassword
verifyUserDetailsAfterLoginWithUser
verifyLastEditTimeInUserProfile
verifySessionAftercreateAndDeleteUser
createUserDefaultBelongsToUserGroup
AdobeSMSUserMaintenance
verifyCopyUSerWithWorkflowInboxPermissionEsignClientTabs
verifyCopyUSerWithPermissionGroupeSignClientTabs
verifyCopyUSerWitheSignClientTab
verifyRemoteIDMeUserPermissions
Methods in chronological order
com.imm.testscripts.FIManagement.FIManagement
initialize(org.testng.TestRunner@70680f88) 0 ms
init(org.testng.TestRunner@70680f88) 10288 ms
verifyMultiDomianUsersLogin({Tenant_URL=https://esignnonprod.immesign.com/qa/tenantmanager/, EmailID=, WorkflowSummary=, Login_U...) 17057 ms