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: Local 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.enterLocalAdditonalDomainName(AzureDetails.java:1042) 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: 2 minutes
Reporter output for IMM_Esign_Chrome
verifyMultiDomianUsersLogin({Tenant_URL=https://esignnonprod.immesign.com/qa/tenantmanager/, EmailID=, WorkflowSummary=, Login_U...)
   --- 10 Feb 19:18:58 221 - TestCaseID:: verifyMultiDomianUsersLogin
   --- 10 Feb 19:19:03 263 - 5 - 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:19:13 666 - 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=fe97f277-0988-453e-b860-d09f49dcc54b&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=3.0.2&client_info=1&code_challenge=lit-ntqvntdarj17e6rjud_nfklith_rhky5-kzwsde&code_challenge_method=s256&nonce=f781427a-7bdf-4245-9fad-f54bc330717d&state=eyjpzci6ijnmztgxmtgxltcxogmtndvlyi1hnjflltuynda0mmrkmthlysisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
   --- 10 Feb 19:19:13 668 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 10 Feb 19:19:32 850 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (6be575a356b4e807832be75afe89b524)] -> id: idSIButton9]
   --- 10 Feb 19:19:33 005 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (6be575a356b4e807832be75afe89b524)] -> id: i0116]
   --- 10 Feb 19:19:34 225 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (6be575a356b4e807832be75afe89b524)] -> id: idSIButton9]
   --- 10 Feb 19:19:40 351 - Page URL:: https://login.microsoftonline.com/common/login
   --- 10 Feb 19:19:40 352 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 10 Feb 19:19:40 485 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (6be575a356b4e807832be75afe89b524)] -> id: lightbox]
   --- 10 Feb 19:19:40 604 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (6be575a356b4e807832be75afe89b524)] -> id: idSIButton9]
   --- 10 Feb 19:19:46 334 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/home
   --- 10 Feb 19:19:46 336 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 10 Feb 19:19:49 598 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
   --- 10 Feb 19:19:49 599 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 10 Feb 19:19:49 732 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (6be575a356b4e807832be75afe89b524)] -> id: createdFIList]

eSign Tenant Manager -CreateFi Page open up [ScreenShot]
   --- 10 Feb 19:19:53 240 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
   --- 10 Feb 19:19:53 241 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 10 Feb 19:19:53 383 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (6be575a356b4e807832be75afe89b524)] -> css selector: .header]

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

Add Fi button is diplayed [ScreenShot]
   --- 10 Feb 19:19:54 002 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (6be575a356b4e807832be75afe89b524)] -> id: btnAddFI]
   --- 10 Feb 19:19:59 451 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
   --- 10 Feb 19:19:59 452 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 10 Feb 19:20:02 619 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
   --- 10 Feb 19:20:02 619 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 10 Feb 19:20:02 728 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (6be575a356b4e807832be75afe89b524)] -> xpath: .//input[@id='hostFIID']]
   --- 10 Feb 19:20:05 868 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
   --- 10 Feb 19:20:05 869 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 10 Feb 19:20:05 981 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (6be575a356b4e807832be75afe89b524)] -> css selector: .header]
 Clicked 'Add Fi' button
   --- 10 Feb 19:20:09 130 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
   --- 10 Feb 19:20:09 131 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 10 Feb 19:20:09 241 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (6be575a356b4e807832be75afe89b524)] -> xpath: .//input[@id='hostFIID']]
   --- 10 Feb 19:20:12 379 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
   --- 10 Feb 19:20:12 380 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 10 Feb 19:20:12 487 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (6be575a356b4e807832be75afe89b524)] -> css selector: .header]

Navigated to 'BasicDetailsPage' page [ScreenShot]
   --- 10 Feb 19:20:13 846 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (6be575a356b4e807832be75afe89b524)] -> id: btnValidateHostFiid]
 Max Character allow is '100' [ScreenShot]
 Entered FIID and FI Name K225191903 [ScreenShot]
   --- 10 Feb 19:20:27 298 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
   --- 10 Feb 19:20:27 298 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 10 Feb 19:20:30 454 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
   --- 10 Feb 19:20:30 454 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 10 Feb 19:20:30 555 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (6be575a356b4e807832be75afe89b524)] -> xpath: //*[@id="azureDetailsForm"]/c-card/c-card-header]
   --- 10 Feb 19:20:33 694 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
   --- 10 Feb 19:20:33 694 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 10 Feb 19:20:33 801 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (6be575a356b4e807832be75afe89b524)] -> css selector: .header]
 Clicked 'Next' button
   --- 10 Feb 19:20:36 943 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
   --- 10 Feb 19:20:36 944 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 10 Feb 19:20:37 070 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (6be575a356b4e807832be75afe89b524)] -> xpath: //*[@id="azureDetailsForm"]/c-card/c-card-header]
   --- 10 Feb 19:20:40 212 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
   --- 10 Feb 19:20:40 212 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 10 Feb 19:20:40 313 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (6be575a356b4e807832be75afe89b524)] -> 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:20:47 921 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (6be575a356b4e807832be75afe89b524)] -> 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:21:07 330 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (6be575a356b4e807832be75afe89b524)] -> xpath: //button[contains(text(),'Add Additional Domains')]]
   --- 10 Feb 19:21:07 601 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (6be575a356b4e807832be75afe89b524)] -> xpath: //input[contains(@id,'addDomain-')]]
   --- 10 Feb 19:21:07 661 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (6be575a356b4e807832be75afe89b524)] -> 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:21:07 917 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (6be575a356b4e807832be75afe89b524)] -> 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:21:17 704 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (6be575a356b4e807832be75afe89b524)] -> xpath: //button[contains(text(),'Add Additional Domains')]]
   --- 10 Feb 19:21:17 953 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (6be575a356b4e807832be75afe89b524)] -> xpath: //input[contains(@id,'addDomain-')]]
   --- 10 Feb 19:21:25 878 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (6be575a356b4e807832be75afe89b524)] -> 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:21:26 089 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (6be575a356b4e807832be75afe89b524)] -> xpath: //input[contains(@id,'localDomainName-')]]
   --- 10 Feb 19:21:33 934 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (6be575a356b4e807832be75afe89b524)] -> 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:21:34 166 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (6be575a356b4e807832be75afe89b524)] -> xpath: //i[@class='icon-delete']]
   --- 10 Feb 19:21:34 437 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (6be575a356b4e807832be75afe89b524)] -> xpath: //button[contains(text(),'Add Additional Domains')]]
   --- 10 Feb 19:21:34 687 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (6be575a356b4e807832be75afe89b524)] -> xpath: //input[contains(@id,'localDomainName-')]]

Local 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@16e84d93) 0 ms
init(org.testng.TestRunner@16e84d93) 10278 ms
verifyMultiDomianUsersLogin({Tenant_URL=https://esignnonprod.immesign.com/qa/tenantmanager/, EmailID=, WorkflowSummary=, Login_U...) 15501 ms