com.imm.testscripts.FIManagement.FIManagement
VerifyKioskFunctionalityWithRTSAndXMLSessionInPlusFi
({Tenant_URL=https://esignnonprod.immesign.com/qa/tenantmanager/, EmailID=kaushal.patel@kinective.io;, WorkflowSummary=, Login_User_ID=cuadmin@immtestcu.onmicrosoft.com, Address=, FiStatus=, FiAdmin_LastName=, Add_Dictionary=, GRP_PermissionRadio=, Effect_Summary=, Name=, GRP_PermissionChkBox=, NewUser_ID=, LocalDomain=, PartiesToView=, NewName=, User_ID=, Wkf_Permission=, Reset_Password=, NewDescription=, AZDomain=, Workflow=Basic_WF, City=, Delete_Dictionary=, AttachmentTypeOption=, PlusFi=true, NewEmailID=eSignQATest@hotmail.com;, State=, Login_Password=iMM@2022, eSignClient=, ClientID=, Domain=, UserType=, FI_Type=Unified, NewGroup=, Tenant_User=, FiAdmin_FirstName=, Group=, Dictionary=, FI_Name=, CompletionOder=Complete in order; Complete in any order;, Description=Set Kiosk setting dropdown field in Tenant Manager. Login into Plus Fi with creating RTS and XML session and verify Kiosk functionality., AdditionalDomainName=, SearchUser=, Filepath=src/main/resources/testdata/files/documentRTS/BasicRTSDocs/005BA1.pdf;src/main/resources/testdata/files/documentRTS/BasicRTSDocs/513BA.pdf;src/main/resources/testdata/files/documentRTS/BasicRTSDocs/ZZZZ_SampleDoc.pdf, TestID=VerifyKioskFunctionalityWithRTSAndXMLSessionInPlusFi, KioskDropDownValues=Copy;Sign Now;Copy and Sign Now;, FiAdmin_UserID=, Dictionary_Code=, IndexSource=, Access_Password=, UserURL2=, Inbox_Permission=, Confirm_Reset_Password=, AdditionalLocalDomainName=, Notes=, Inbox=, GlobalAdmin=, Path=src/main/resources/testdata/files/documentRTS/BasicRTSDocs/BasicRTSDocTemplates.zip;, Copy_User_ID=, Tenant_Password=, Enter_eSignClient=, ZipCode=, FI_ID=KioskPlus1, XMLSessionURL=https://esignplusqa.immesign.com/TEAASP/HostDispatch.aspx?hostid=XP&hsfiid=KioskPlus1&xmlData=D:\Automation_DataFiles\PCO1O2-AlphaFiB_plusFi.xml, Confirm_Password=, CasesUser=, Tab=, UserURL=, Copy_Tab=})
java.lang.NullPointerException: Cannot invoke "String.equalsIgnoreCase(String)" because the return value of "org.openqa.selenium.WebElement.getAttribute(String)" is null
at com.imm.pages.SessionDetailsKioskPage.isSignatureStatusSectionExpanded(SessionDetailsKioskPage.java:117)
at com.imm.testscripts.FIManagement.FIManagement.VerifyKioskFunctionalityWithRTSAndXMLSessionInPlusFi(FIManagement.java:12049)
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)
(VerifyKioskFunctionalityWithRTSAndXMLSessionInPlusFi)
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&hsfiid=autoesign&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="VerifyKioskFunctionalityWithRTSAndXMLSessionInPlusFi"/>
</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
Kiosk
VerifyKioskFunctionalityWithRTSAndXMLSessionInPlusFi
P1
VerifyKioskFunctionalityWithRTSAndXMLSessionInPlusFi
Smoke
VerifyKioskFunctionalityWithRTSAndXMLSessionInPlusFi
VerifyKioskFunctionalityWithRTSAndXMLSessionInPlusFi
VerifyKioskFunctionalityWithRTSAndXMLSessionInPlusFi
Times for IMM_Esign_Chrome
Total running time: 10 minutes
Reporter output for IMM_Esign_Chrome
VerifyKioskFunctionalityWithRTSAndXMLSessionInPlusFi({Tenant_URL=https://esignnonprod.immesign.com/qa/tenantmanager/, EmailID=kaushal.patel@kinective.io;...)
Successfully navigated to 'Documents Page' [ScreenShot]
Successfully navigated to the 'eSignature Management' page [ScreenShot]
Cannot invoke "String.equalsIgnoreCase(String)" because the return value of "org.openqa.selenium.WebElement.getAttribute(String)" is null [ScreenShot]
--- 14 Apr 11:57:33 035 - TestCaseID:: VerifyKioskFunctionalityWithRTSAndXMLSessionInPlusFi
--- 14 Apr 11:57:38 056 - 5 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558)
Set Kiosk setting dropdown field in Tenant Manager. Login into Plus Fi with creating RTS and XML session and verify Kiosk functionality.
Steps:
--- 14 Apr 11:57:38 358 - TestCaseID:: VerifyKioskFunctionalityWithRTSAndXMLSessionInPlusFi
--- 14 Apr 11:57:39 878 - 1 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558)
--- 14 Apr 11:57:46 891 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 14 Apr 11:57:46 892 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 11:57:47 270 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //*[@id='btnSubmit']]
--- 14 Apr 11:57:47 458 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 14 Apr 11:57:48 360 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //*[@id='btnSubmit']]
--- 14 Apr 11:57:54 747 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> id: lightbox]
--- 14 Apr 11:57:54 887 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> id: i0116]
--- 14 Apr 11:57:55 782 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> id: idSIButton9]
--- 14 Apr 11:58:02 293 - Page URL:: https://login.microsoftonline.com/common/login
--- 14 Apr 11:58:02 294 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 11:58:02 398 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> id: lightbox]
--- 14 Apr 11:58:02 496 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> id: idSIButton9]
--- 14 Apr 11:58:14 821 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 14 Apr 11:58:14 821 - 11 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 11:58:18 066 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 14 Apr 11:58:18 066 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 11:58:18 170 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> id: btnUpload]
--- 14 Apr 11:58:21 630 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 14 Apr 11:58:21 631 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 11:58:21 744 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> css selector: .header]
Successfully navigated to 'Documents Page' [ScreenShot]
--- 14 Apr 11:58:22 140 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //a[text()='Administration']]
--- 14 Apr 11:58:32 502 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //*[text()='Select All']]
--- 14 Apr 11:58:37 861 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 14 Apr 11:58:37 862 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 11:58:42 060 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //div[text()='No records found']]
--- 14 Apr 11:58:42 296 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //*[text()='Import Template']]
--- 14 Apr 11:58:47 693 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //a[text()='Processing']]
--- 14 Apr 11:58:57 285 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 14 Apr 11:58:57 286 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 11:59:07 784 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> id: tab0]
--- 14 Apr 11:59:10 897 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 14 Apr 11:59:10 898 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 11:59:10 983 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> css selector: .header]
--- 14 Apr 11:59:11 196 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> id: dragandrophandler]
--- 14 Apr 11:59:13 383 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> id: messages]
--- 14 Apr 11:59:13 691 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //span[contains(text(),'Create Session')]]
--- 14 Apr 11:59:26 646 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202504140633138826434_0hetcrx2ootap3wb5ch1eftr&refresh=y
--- 14 Apr 11:59:26 646 - 12 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 11:59:48 732 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202504140633138826434_0hetcrx2ootap3wb5ch1eftr&refresh=y
--- 14 Apr 11:59:48 733 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 11:59:51 897 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202504140633138826434_0hetcrx2ootap3wb5ch1eftr&refresh=y
--- 14 Apr 11:59:51 898 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 11:59:55 087 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202504140633138826434_0hetcrx2ootap3wb5ch1eftr&refresh=y
--- 14 Apr 11:59:55 087 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 11:59:58 221 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202504140633138826434_0hetcrx2ootap3wb5ch1eftr&refresh=y
--- 14 Apr 11:59:58 221 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 11:59:58 311 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> id: Sign]
--- 14 Apr 11:59:58 399 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> id: Attach]
--- 14 Apr 12:00:01 525 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202504140633138826434_0hetcrx2ootap3wb5ch1eftr&refresh=y
--- 14 Apr 12:00:01 526 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:00:01 634 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> css selector: .header]
--- 14 Apr 12:00:14 836 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202504140633138826434_0hetcrx2ootap3wb5ch1eftr&refresh=y
--- 14 Apr 12:00:14 837 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:00:23 048 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //input[@id='chkbShowAllWorkflow']/following-sibling::span]
--- 14 Apr 12:00:30 652 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> id: btnsubmit]
--- 14 Apr 12:00:43 881 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202504140633138826434_0hetcrx2ootap3wb5ch1eftr
--- 14 Apr 12:00:43 881 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:00:43 965 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> id: Sign]
--- 14 Apr 12:00:44 045 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> id: Attach]
--- 14 Apr 12:00:47 192 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202504140633138826434_0hetcrx2ootap3wb5ch1eftr
--- 14 Apr 12:00:47 193 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:00:47 275 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> css selector: .header]
--- 14 Apr 12:00:57 612 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> id: Sign]
--- 14 Apr 12:00:57 710 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> id: Sign]
--- 14 Apr 12:01:05 182 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202504140633138826434_0hetcrx2ootap3wb5ch1eftr
--- 14 Apr 12:01:05 183 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:01:05 264 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //span[@class='btn-text' and text()=' Design']]
--- 14 Apr 12:01:08 489 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202504140633138826434_0hetcrx2ootap3wb5ch1eftr
--- 14 Apr 12:01:08 490 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:01:08 578 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> css selector: .header]
Successfully navigated to the 'eSignature Management' page [ScreenShot]
--- 14 Apr 12:01:11 878 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202504140633138826434_0hetcrx2ootap3wb5ch1eftr
--- 14 Apr 12:01:11 879 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:01:11 957 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //*[@id='tab0']]
--- 14 Apr 12:01:18 261 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //input[@placeholder='Enter Email']]
--- 14 Apr 12:01:19 198 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //*[@id='tab0']]
--- 14 Apr 12:01:25 447 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //input[@placeholder='Enter Email']]
--- 14 Apr 12:01:26 396 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //*[@id='tab0']]
--- 14 Apr 12:01:32 665 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //input[@placeholder='Enter Email']]
--- 14 Apr 12:01:33 717 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //*[@id='tab0']]
--- 14 Apr 12:01:39 957 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //input[@placeholder='Enter Email']]
--- 14 Apr 12:01:41 065 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //div[@class='pull-right remote-order-selector']]
--- 14 Apr 12:01:41 198 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //div[@class='row paddingT-10']]
--- 14 Apr 12:01:41 398 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //div[@class='pull-right remote-order-selector']]
--- 14 Apr 12:01:44 786 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202504140633138826434_0hetcrx2ootap3wb5ch1eftr
--- 14 Apr 12:01:44 787 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:01:54 484 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202504140633138826434_0hetcrx2ootap3wb5ch1eftr
--- 14 Apr 12:01:54 484 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:02:11 122 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202504140633138826434_0hetcrx2ootap3wb5ch1eftr
--- 14 Apr 12:02:11 123 - 14 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:02:14 512 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202504140633138826434_0hetcrx2ootap3wb5ch1eftr
--- 14 Apr 12:02:14 512 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:02:14 566 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //*[contains(@data-bind,'SignerMessages')]/table/thead/tr/th]
--- 14 Apr 12:02:17 845 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202504140633138826434_0hetcrx2ootap3wb5ch1eftr
--- 14 Apr 12:02:17 846 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:02:17 923 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //*[contains(@data-bind,'SignerMessages')]/table/thead/tr/th]
Expected: Verify Kiosk screen display
Actual(Passed): Verified Kiosk screen displayed[ScreenShot]
Actual(Passed): Verified Kiosk screen displayed[ScreenShot]
Expected: Verify 'Copy' button display in eSignature Management page for the party - 1
Actual(Passed): Verified 'Copy' button displayed in eSignature Management page for the party - 1[ScreenShot]
Actual(Passed): Verified 'Copy' button displayed in eSignature Management page for the party - 1[ScreenShot]
--- 14 Apr 12:02:41 896 - Page URL:: about:blank
--- 14 Apr 12:02:41 897 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:02:51 074 - Page URL:: https://secure.na1.adobesign.com/public/esign?aid=cbfcibaacbsctbabduaaabacaabaavii5ksgz6_palbeh4tjwvtm2n2ktkbe-xkzv1y6lapo-_uu6vwzxjw0sm_mrvdh-g4y4u-qultbmqwrth_66w6uewzeatwj1htb__mvs1ho%2a&client_id=cbjchbcaabaaf9cv3tnzmwgxddz7kwu9r5cjj6wgbpkg&pid=cbfcibaa3aaablblqzhdhs_0grvdsd37nufbgkz-zjy0lkluk6dl144ldc-ioypudqhbkcfuyltsdhousn5rm-ld1g1jmjnfvvjacatzc&refererapiesign=true
--- 14 Apr 12:02:51 075 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:02:51 264 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //input[@type='checkbox']]
--- 14 Apr 12:02:51 415 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //input[@type='checkbox']]
--- 14 Apr 12:02:51 662 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //button[contains(text(),'Accept')]]
--- 14 Apr 12:03:20 016 - Page URL:: https://secure.na1.adobesign.com/public/esign?aid=cbfcibaacbsctbabduaaabacaabaavii5ksgz6_palbeh4tjwvtm2n2ktkbe-xkzv1y6lapo-_uu6vwzxjw0sm_mrvdh-g4y4u-qultbmqwrth_66w6uewzeatwj1htb__mvs1ho%2a&client_id=cbjchbcaabaaf9cv3tnzmwgxddz7kwu9r5cjj6wgbpkg&pid=cbfcibaa3aaablblqzhdhs_0grvdsd37nufbgkz-zjy0lkluk6dl144ldc-ioypudqhbkcfuyltsdhousn5rm-ld1g1jmjnfvvjacatzc&refererapiesign=true
--- 14 Apr 12:03:20 017 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:03:20 098 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //button[contains(@id,'popover')]]
--- 14 Apr 12:03:20 328 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //div[contains(@data-fieldname,'echosign_signature')]]
--- 14 Apr 12:04:11 100 - Page URL:: https://secure.na1.adobesign.com/public/esign?aid=cbfcibaacbsctbabduaaabacaabaavii5ksgz6_palbeh4tjwvtm2n2ktkbe-xkzv1y6lapo-_uu6vwzxjw0sm_mrvdh-g4y4u-qultbmqwrth_66w6uewzeatwj1htb__mvs1ho%2a&client_id=cbjchbcaabaaf9cv3tnzmwgxddz7kwu9r5cjj6wgbpkg&pid=cbfcibaa3aaablblqzhdhs_0grvdsd37nufbgkz-zjy0lkluk6dl144ldc-ioypudqhbkcfuyltsdhousn5rm-ld1g1jmjnfvvjacatzc&refererapiesign=true
--- 14 Apr 12:04:11 100 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:04:11 185 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //div[@class='tou-btn-inner']/button[contains(text(),'Click to Sign')]]
--- 14 Apr 12:04:14 452 - Page URL:: https://secure.na1.adobesign.com/public/esign?aid=cbfcibaacbsctbabduaaabacaabaavii5ksgz6_palbeh4tjwvtm2n2ktkbe-xkzv1y6lapo-_uu6vwzxjw0sm_mrvdh-g4y4u-qultbmqwrth_66w6uewzeatwj1htb__mvs1ho%2a&client_id=cbjchbcaabaaf9cv3tnzmwgxddz7kwu9r5cjj6wgbpkg&pid=cbfcibaa3aaablblqzhdhs_0grvdsd37nufbgkz-zjy0lkluk6dl144ldc-ioypudqhbkcfuyltsdhousn5rm-ld1g1jmjnfvvjacatzc&refererapiesign=true
--- 14 Apr 12:04:14 452 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:04:33 295 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202504140633138826434_0hetcrx2ootap3wb5ch1eftr
--- 14 Apr 12:04:33 296 - 6 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:04:33 467 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //table[@class='table table-condensed']/tbody/tr/td[3]/span]
--- 14 Apr 12:04:36 681 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202504140633138826434_0hetcrx2ootap3wb5ch1eftr
--- 14 Apr 12:04:36 681 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
Expected: Verify Green tick-mark display for the pary - 1
Actual(Passed): Successfully verified Green tick-mark display for the pary - 1[ScreenShot]
Actual(Passed): Successfully verified Green tick-mark display for the pary - 1[ScreenShot]
Expected: Verify 'Copy' button display in eSignature Management page for the party - 2
Actual(Passed): Verified 'Copy' button displayed in eSignature Management page for the party - 2[ScreenShot]
Actual(Passed): Verified 'Copy' button displayed in eSignature Management page for the party - 2[ScreenShot]
--- 14 Apr 12:05:00 439 - Page URL:: about:blank
--- 14 Apr 12:05:00 439 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:05:05 685 - Page URL:: https://secure.na1.adobesign.com/public/esign?aid=cbfcibaacbsctbabduaaabacaabaawzqrp-zjip-lhirlhqojxdhxga-bdanr4sv39r4fhdsotfkrirg-szgezwyyovqkxvouthxntvclabdfa2bfvscdzu4pbvxdu1hi38w26us%2a&client_id=cbjchbcaabaaf9cv3tnzmwgxddz7kwu9r5cjj6wgbpkg&pid=cbfcibaa3aaablblqzhcpxg6uiqyuehtckw8hkp26hsf2xcvbjyguis9taxkdk56jkx3hyqv5js_src_jam9z2bt3vygn3o0n0nd5ajg4&refererapiesign=true
--- 14 Apr 12:05:05 685 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:05:05 838 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //input[@type='checkbox']]
--- 14 Apr 12:05:06 008 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //input[@type='checkbox']]
--- 14 Apr 12:05:06 240 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //button[contains(text(),'Accept')]]
--- 14 Apr 12:05:34 606 - Page URL:: https://secure.na1.adobesign.com/public/esign?aid=cbfcibaacbsctbabduaaabacaabaawzqrp-zjip-lhirlhqojxdhxga-bdanr4sv39r4fhdsotfkrirg-szgezwyyovqkxvouthxntvclabdfa2bfvscdzu4pbvxdu1hi38w26us%2a&client_id=cbjchbcaabaaf9cv3tnzmwgxddz7kwu9r5cjj6wgbpkg&pid=cbfcibaa3aaablblqzhcpxg6uiqyuehtckw8hkp26hsf2xcvbjyguis9taxkdk56jkx3hyqv5js_src_jam9z2bt3vygn3o0n0nd5ajg4&refererapiesign=true
--- 14 Apr 12:05:34 606 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:05:34 687 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //button[contains(@id,'popover')]]
--- 14 Apr 12:05:53 719 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //div[contains(@data-fieldname,'TEXTFIELD_')]/textarea]
--- 14 Apr 12:06:29 872 - Page URL:: https://secure.na1.adobesign.com/public/esign?aid=cbfcibaacbsctbabduaaabacaabaawzqrp-zjip-lhirlhqojxdhxga-bdanr4sv39r4fhdsotfkrirg-szgezwyyovqkxvouthxntvclabdfa2bfvscdzu4pbvxdu1hi38w26us%2a&client_id=cbjchbcaabaaf9cv3tnzmwgxddz7kwu9r5cjj6wgbpkg&pid=cbfcibaa3aaablblqzhcpxg6uiqyuehtckw8hkp26hsf2xcvbjyguis9taxkdk56jkx3hyqv5js_src_jam9z2bt3vygn3o0n0nd5ajg4&refererapiesign=true
--- 14 Apr 12:06:29 872 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:06:30 019 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //div[@class='tou-btn-inner']/button[contains(text(),'Accept')]]
--- 14 Apr 12:06:38 347 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //input[@id='form-control-signerName']]
--- 14 Apr 12:06:46 046 - Page URL:: https://secure.na1.adobesign.com/public/esign?aid=cbfcibaacbsctbabduaaabacaabaawzqrp-zjip-lhirlhqojxdhxga-bdanr4sv39r4fhdsotfkrirg-szgezwyyovqkxvouthxntvclabdfa2bfvscdzu4pbvxdu1hi38w26us%2a&client_id=cbjchbcaabaaf9cv3tnzmwgxddz7kwu9r5cjj6wgbpkg&pid=cbfcibaa3aaablblqzhcpxg6uiqyuehtckw8hkp26hsf2xcvbjyguis9taxkdk56jkx3hyqv5js_src_jam9z2bt3vygn3o0n0nd5ajg4&refererapiesign=true
--- 14 Apr 12:06:46 046 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:06:53 691 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202504140633138826434_0hetcrx2ootap3wb5ch1eftr
--- 14 Apr 12:06:53 692 - 5 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:06:53 854 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //table[@class='table table-condensed']/tbody/tr/td[3]/span]
--- 14 Apr 12:06:57 061 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202504140633138826434_0hetcrx2ootap3wb5ch1eftr
--- 14 Apr 12:06:57 061 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
Expected: Verify Green tick-mark display for the pary - 2
Actual(Passed): Successfully verified Green tick-mark display for the pary - 2[ScreenShot]
Actual(Passed): Successfully verified Green tick-mark display for the pary - 2[ScreenShot]
--- 14 Apr 12:06:57 282 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //a[text()='Processing']]
--- 14 Apr 12:07:10 612 - Page URL:: https://esignplusqa.immesign.com/teaasp/wfcases
--- 14 Apr 12:07:10 612 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:07:10 669 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> id: immPageTitle]
--- 14 Apr 12:07:13 817 - Page URL:: https://esignplusqa.immesign.com/teaasp/wfcases
--- 14 Apr 12:07:13 817 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:07:13 898 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> css selector: .header]
--- 14 Apr 12:07:32 886 - Page URL:: https://esignplusqa.immesign.com/teaasp/wfcases
--- 14 Apr 12:07:32 886 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:07:38 166 - Page URL:: https://esignplusqa.immesign.com/teaasp/wfcases
--- 14 Apr 12:07:38 166 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:07:40 292 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //div[starts-with(@id,'OpenSession')]]
--- 14 Apr 12:07:40 337 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //div[starts-with(@id,'OpenSession')]]
--- 14 Apr 12:07:58 260 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessionhistory?origsessionid=202504140633138826434_0hetcrx2ootap3wb5ch1eftr
--- 14 Apr 12:07:58 260 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:08:01 433 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessionhistory?origsessionid=202504140633138826434_0hetcrx2ootap3wb5ch1eftr
--- 14 Apr 12:08:01 433 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:08:01 520 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: (//div[@class='module module-row']/div/div//following-sibling::span[@style='font-weight: bold;'])[1]]
--- 14 Apr 12:08:01 600 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: (//div[@class='module module-row']/div/div//following-sibling::span[@style='font-weight: bold;'])[2]]
--- 14 Apr 12:08:01 686 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //div[@class='margin-off pull-right']]
--- 14 Apr 12:08:04 878 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessionhistory?origsessionid=202504140633138826434_0hetcrx2ootap3wb5ch1eftr
--- 14 Apr 12:08:04 878 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:08:04 955 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> css selector: .header]
--- 14 Apr 12:08:15 151 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //div[@id='sessionDetails']/div/div[1]/h4/a]
--- 14 Apr 12:08:17 256 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //div[@id='sessionDetails']/div/div[1]/h4/a]
Expected: Verify 'Signature Status' and 'Documents' sections display in Session Details page
Actual(Passed): Successfully verified 'Signature Status' and 'Documents' sections display in Session Details page[ScreenShot]
Actual(Passed): Successfully verified 'Signature Status' and 'Documents' sections display in Session Details page[ScreenShot]
--- 14 Apr 12:08:19 517 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (2c456f0eda6658938ff781d1d830d6b1)] -> xpath: //div[@id='signatureStatusRow']]
Cannot invoke "String.equalsIgnoreCase(String)" because the return value of "org.openqa.selenium.WebElement.getAttribute(String)" is null [ScreenShot]
51 ignored methods
com.imm.testscripts.FIManagement.FIManagement
verifyCopyUSerWithInboxTab
VerifyKioskFunctionalityWithRTSAndXMLSessionInEsign
verifySortOrderOfGroupAndDescription
createGroupAddGroupMember
verifyUserSearchInAddUsers
VeirfyKioskToggleAndKioskSettingDropdownInTM
createUserForExistingFI
verifyCopyUSerChangeTabsAndCreateaSession
verifyCopyUSerWithNoGroups
verifySearchUSerWithNameUserDomain
deleteGroupWithMultipleUsers
createMultipleUserForWorkflow
verifyCopyUSerAffectsAnotherFi
verifyRemoteIDMeauthenticationinUserMaintenanceandEffectivePermissions
deleteUserWithSingleOrMultipleGroups
verifyCopyGroupsWith100PlusUSers
verifyUIElementsForUserMaintenancePage
verifySessionAftercreateAndDeleteUser
verifyCopyUSerWithPermissionGroupeSignClientTabs
verifyCopyUSerWitheSignClientTab
verifyRemoteIDMeUserPermissions
verifySearchGroupsWithTitleOrDate
verifyUIElementsForGroupMaintenancePage
verifyCopyUSerWithWorkflowTab
createSameUserWithDefaultAndcustomDomain
addUserWithWindowsSupportedCharacters
createInboxManagement
verifyCopyUSerWithMultipleGroups
verifyCopyUSerWith50PlusGroups
verifySessionAftercreateAndInactiveUser
verifyCopyGroupsWithPermissionAndMembersTabs
verifyCopyUSerWithGroupTab
verifyGroupAbleToEdit
verifyGroupSearchInAddNewGroup
verifyCopyGroupsWithPermissionsTab
AdobeSMSGroupMaintenance
verifyCopyGroupsWithGroupMembersTab
createNewFIUser
VerifyRemoteAccessAuthenticationandeDeliveryAuthenticationRemoteIDMeinGroupMaintenance
AdobeSMSBasedOnUserPermission
verifyCopyUSerWithPermissonTab
deleteGroupsInTheGroupsTabAndSearchGroupInGroupTab
verifySortOrderOfUserAndName
verifyMultiDomainTMManageFIAzureDetailsandEsignUsersLogin
verifyUserAbleToEditWithOrWithoutResetPassword
verifyUserDetailsAfterLoginWithUser
verifyLastEditTimeInUserProfile
createUserDefaultBelongsToUserGroup
AdobeSMSUserMaintenance
verifyCopyUSerWithWorkflowInboxPermissionEsignClientTabs
verifyMultiDomainTMCreateFIAzureDetailsandEsignUsersLogin
VerifyKioskFunctionalityWithRTSAndXMLSessionInEsign
verifySortOrderOfGroupAndDescription
createGroupAddGroupMember
verifyUserSearchInAddUsers
VeirfyKioskToggleAndKioskSettingDropdownInTM
createUserForExistingFI
verifyCopyUSerChangeTabsAndCreateaSession
verifyCopyUSerWithNoGroups
verifySearchUSerWithNameUserDomain
deleteGroupWithMultipleUsers
createMultipleUserForWorkflow
verifyCopyUSerAffectsAnotherFi
verifyRemoteIDMeauthenticationinUserMaintenanceandEffectivePermissions
deleteUserWithSingleOrMultipleGroups
verifyCopyGroupsWith100PlusUSers
verifyUIElementsForUserMaintenancePage
verifySessionAftercreateAndDeleteUser
verifyCopyUSerWithPermissionGroupeSignClientTabs
verifyCopyUSerWitheSignClientTab
verifyRemoteIDMeUserPermissions
verifySearchGroupsWithTitleOrDate
verifyUIElementsForGroupMaintenancePage
verifyCopyUSerWithWorkflowTab
createSameUserWithDefaultAndcustomDomain
addUserWithWindowsSupportedCharacters
createInboxManagement
verifyCopyUSerWithMultipleGroups
verifyCopyUSerWith50PlusGroups
verifySessionAftercreateAndInactiveUser
verifyCopyGroupsWithPermissionAndMembersTabs
verifyCopyUSerWithGroupTab
verifyGroupAbleToEdit
verifyGroupSearchInAddNewGroup
verifyCopyGroupsWithPermissionsTab
AdobeSMSGroupMaintenance
verifyCopyGroupsWithGroupMembersTab
createNewFIUser
VerifyRemoteAccessAuthenticationandeDeliveryAuthenticationRemoteIDMeinGroupMaintenance
AdobeSMSBasedOnUserPermission
verifyCopyUSerWithPermissonTab
deleteGroupsInTheGroupsTabAndSearchGroupInGroupTab
verifySortOrderOfUserAndName
verifyMultiDomainTMManageFIAzureDetailsandEsignUsersLogin
verifyUserAbleToEditWithOrWithoutResetPassword
verifyUserDetailsAfterLoginWithUser
verifyLastEditTimeInUserProfile
createUserDefaultBelongsToUserGroup
AdobeSMSUserMaintenance
verifyCopyUSerWithWorkflowInboxPermissionEsignClientTabs
verifyMultiDomainTMCreateFIAzureDetailsandEsignUsersLogin
Methods in chronological order
com.imm.testscripts.FIManagement.FIManagement
initialize(org.testng.TestRunner@5b1b5daf)
0 ms
init(org.testng.TestRunner@5b1b5daf)
10181 ms
VerifyKioskFunctionalityWithRTSAndXMLSessionInPlusFi({Tenant_URL=https://esignnonprod.immesign.com/qa/tenantmanager/, EmailID=kaushal.patel@kinective.io;...)
17445 ms