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 "value" is null
at com.imm.pages.SessionDetailsKioskPage.isSignatureStatusSectionExpanded(SessionDetailsKioskPage.java:123)
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 "value" is null [ScreenShot]
--- 14 Apr 12:51:34 970 - TestCaseID:: VerifyKioskFunctionalityWithRTSAndXMLSessionInPlusFi
--- 14 Apr 12:51:39 204 - 4 - 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 12:51:39 451 - TestCaseID:: VerifyKioskFunctionalityWithRTSAndXMLSessionInPlusFi
--- 14 Apr 12:51:40 996 - 1 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558)
--- 14 Apr 12:51:47 644 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 14 Apr 12:51:47 645 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:51:47 927 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //*[@id='btnSubmit']]
--- 14 Apr 12:51:48 081 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 14 Apr 12:51:48 914 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //*[@id='btnSubmit']]
--- 14 Apr 12:51:55 709 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> id: lightbox]
--- 14 Apr 12:51:55 821 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> id: i0116]
--- 14 Apr 12:51:56 789 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> id: idSIButton9]
--- 14 Apr 12:52:02 626 - Page URL:: https://login.microsoftonline.com/common/login
--- 14 Apr 12:52:02 627 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:52:02 720 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> id: lightbox]
--- 14 Apr 12:52:02 811 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> id: idSIButton9]
--- 14 Apr 12:52:11 471 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 14 Apr 12:52:11 472 - 8 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:52:14 712 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 14 Apr 12:52:14 713 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:52:14 824 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> id: btnUpload]
--- 14 Apr 12:52:18 066 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 14 Apr 12:52:18 066 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:52:18 164 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> css selector: .header]
Successfully navigated to 'Documents Page' [ScreenShot]
--- 14 Apr 12:52:18 552 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //a[text()='Administration']]
--- 14 Apr 12:52:27 635 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //*[text()='Select All']]
--- 14 Apr 12:52:32 951 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 14 Apr 12:52:32 952 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:52:37 141 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //div[text()='No records found']]
--- 14 Apr 12:52:37 449 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //*[text()='Import Template']]
--- 14 Apr 12:52:42 822 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //a[text()='Processing']]
--- 14 Apr 12:52:51 317 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 14 Apr 12:52:51 318 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:53:01 797 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> id: tab0]
--- 14 Apr 12:53:04 924 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?collecteddocsmode=menu
--- 14 Apr 12:53:04 925 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:53:05 007 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> css selector: .header]
--- 14 Apr 12:53:05 233 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> id: dragandrophandler]
--- 14 Apr 12:53:07 419 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> id: messages]
--- 14 Apr 12:53:07 696 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //span[contains(text(),'Create Session')]]
--- 14 Apr 12:53:17 435 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202504140727077588526_xgmaeyxquk4tp5xbl4p55ui1&refresh=y
--- 14 Apr 12:53:17 436 - 9 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:53:39 564 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202504140727077588526_xgmaeyxquk4tp5xbl4p55ui1&refresh=y
--- 14 Apr 12:53:39 565 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:53:42 769 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202504140727077588526_xgmaeyxquk4tp5xbl4p55ui1&refresh=y
--- 14 Apr 12:53:42 769 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:53:45 937 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202504140727077588526_xgmaeyxquk4tp5xbl4p55ui1&refresh=y
--- 14 Apr 12:53:45 938 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:53:49 132 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202504140727077588526_xgmaeyxquk4tp5xbl4p55ui1&refresh=y
--- 14 Apr 12:53:49 132 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:53:49 228 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> id: Sign]
--- 14 Apr 12:53:49 322 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> id: Attach]
--- 14 Apr 12:53:52 528 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202504140727077588526_xgmaeyxquk4tp5xbl4p55ui1&refresh=y
--- 14 Apr 12:53:52 529 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:53:52 618 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> css selector: .header]
--- 14 Apr 12:54:05 794 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202504140727077588526_xgmaeyxquk4tp5xbl4p55ui1&refresh=y
--- 14 Apr 12:54:05 795 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:54:14 052 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //input[@id='chkbShowAllWorkflow']/following-sibling::span]
--- 14 Apr 12:54:21 208 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> id: btnsubmit]
--- 14 Apr 12:54:33 283 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202504140727077588526_xgmaeyxquk4tp5xbl4p55ui1
--- 14 Apr 12:54:33 283 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:54:33 369 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> id: Sign]
--- 14 Apr 12:54:33 452 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> id: Attach]
--- 14 Apr 12:54:36 627 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202504140727077588526_xgmaeyxquk4tp5xbl4p55ui1
--- 14 Apr 12:54:36 627 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:54:36 724 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> css selector: .header]
--- 14 Apr 12:54:47 112 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> id: Sign]
--- 14 Apr 12:54:47 194 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> id: Sign]
--- 14 Apr 12:54:53 843 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202504140727077588526_xgmaeyxquk4tp5xbl4p55ui1
--- 14 Apr 12:54:53 843 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:54:53 940 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //span[@class='btn-text' and text()=' Design']]
--- 14 Apr 12:54:57 121 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202504140727077588526_xgmaeyxquk4tp5xbl4p55ui1
--- 14 Apr 12:54:57 121 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:54:57 206 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> css selector: .header]
Successfully navigated to the 'eSignature Management' page [ScreenShot]
--- 14 Apr 12:55:00 525 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202504140727077588526_xgmaeyxquk4tp5xbl4p55ui1
--- 14 Apr 12:55:00 526 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:55:00 605 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //*[@id='tab0']]
--- 14 Apr 12:55:06 914 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //input[@placeholder='Enter Email']]
--- 14 Apr 12:55:07 860 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //*[@id='tab0']]
--- 14 Apr 12:55:14 182 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //input[@placeholder='Enter Email']]
--- 14 Apr 12:55:15 090 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //*[@id='tab0']]
--- 14 Apr 12:55:21 376 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //input[@placeholder='Enter Email']]
--- 14 Apr 12:55:22 366 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //*[@id='tab0']]
--- 14 Apr 12:55:28 701 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //input[@placeholder='Enter Email']]
--- 14 Apr 12:55:29 665 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //div[@class='pull-right remote-order-selector']]
--- 14 Apr 12:55:29 757 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //div[@class='row paddingT-10']]
--- 14 Apr 12:55:29 906 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //div[@class='pull-right remote-order-selector']]
--- 14 Apr 12:55:33 304 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202504140727077588526_xgmaeyxquk4tp5xbl4p55ui1
--- 14 Apr 12:55:33 305 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:55:42 713 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202504140727077588526_xgmaeyxquk4tp5xbl4p55ui1
--- 14 Apr 12:55:42 714 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:55:59 366 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202504140727077588526_xgmaeyxquk4tp5xbl4p55ui1
--- 14 Apr 12:55:59 366 - 14 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:56:02 647 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202504140727077588526_xgmaeyxquk4tp5xbl4p55ui1
--- 14 Apr 12:56:02 647 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:56:02 693 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //*[contains(@data-bind,'SignerMessages')]/table/thead/tr/th]
--- 14 Apr 12:56:05 836 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202504140727077588526_xgmaeyxquk4tp5xbl4p55ui1
--- 14 Apr 12:56:05 837 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:56:05 878 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> 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:56:29 796 - Page URL:: about:blank
--- 14 Apr 12:56:29 797 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:56:39 211 - Page URL:: https://secure.na1.adobesign.com/public/esign?aid=cbfcibaacbsctbabduaaabacaabaamk1im1-cxycfgcknl5swml4phk7uiw85n1nqz5uwsx9j6xppibjdfryvtw2pwjr3jt3cla-irxgusggsoy9hrswkjldbxc6ehouucm6pd5o%2a&client_id=cbjchbcaabaaf9cv3tnzmwgxddz7kwu9r5cjj6wgbpkg&pid=cbfcibaa3aaablblqzhd5gogl4nlojuw15bm5hfx0uphcriw0qtwie14-zekn77ijgdh2e8uxqm3wru6pjr72qcnxeyjs3tkh5_u2aeqe&refererapiesign=true
--- 14 Apr 12:56:39 212 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:56:39 400 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //input[@type='checkbox']]
--- 14 Apr 12:56:39 560 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //input[@type='checkbox']]
--- 14 Apr 12:56:39 770 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //button[contains(text(),'Accept')]]
--- 14 Apr 12:57:08 095 - Page URL:: https://secure.na1.adobesign.com/public/esign?aid=cbfcibaacbsctbabduaaabacaabaamk1im1-cxycfgcknl5swml4phk7uiw85n1nqz5uwsx9j6xppibjdfryvtw2pwjr3jt3cla-irxgusggsoy9hrswkjldbxc6ehouucm6pd5o%2a&client_id=cbjchbcaabaaf9cv3tnzmwgxddz7kwu9r5cjj6wgbpkg&pid=cbfcibaa3aaablblqzhd5gogl4nlojuw15bm5hfx0uphcriw0qtwie14-zekn77ijgdh2e8uxqm3wru6pjr72qcnxeyjs3tkh5_u2aeqe&refererapiesign=true
--- 14 Apr 12:57:08 096 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:57:08 184 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //button[contains(@id,'popover')]]
--- 14 Apr 12:57:08 450 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //div[contains(@data-fieldname,'echosign_signature')]]
--- 14 Apr 12:57:59 355 - Page URL:: https://secure.na1.adobesign.com/public/esign?aid=cbfcibaacbsctbabduaaabacaabaamk1im1-cxycfgcknl5swml4phk7uiw85n1nqz5uwsx9j6xppibjdfryvtw2pwjr3jt3cla-irxgusggsoy9hrswkjldbxc6ehouucm6pd5o%2a&client_id=cbjchbcaabaaf9cv3tnzmwgxddz7kwu9r5cjj6wgbpkg&pid=cbfcibaa3aaablblqzhd5gogl4nlojuw15bm5hfx0uphcriw0qtwie14-zekn77ijgdh2e8uxqm3wru6pjr72qcnxeyjs3tkh5_u2aeqe&refererapiesign=true
--- 14 Apr 12:57:59 355 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:57:59 437 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //div[@class='tou-btn-inner']/button[contains(text(),'Click to Sign')]]
--- 14 Apr 12:58:02 758 - Page URL:: https://secure.na1.adobesign.com/public/esign?aid=cbfcibaacbsctbabduaaabacaabaamk1im1-cxycfgcknl5swml4phk7uiw85n1nqz5uwsx9j6xppibjdfryvtw2pwjr3jt3cla-irxgusggsoy9hrswkjldbxc6ehouucm6pd5o%2a&client_id=cbjchbcaabaaf9cv3tnzmwgxddz7kwu9r5cjj6wgbpkg&pid=cbfcibaa3aaablblqzhd5gogl4nlojuw15bm5hfx0uphcriw0qtwie14-zekn77ijgdh2e8uxqm3wru6pjr72qcnxeyjs3tkh5_u2aeqe&refererapiesign=true
--- 14 Apr 12:58:02 758 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:58:27 951 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202504140727077588526_xgmaeyxquk4tp5xbl4p55ui1
--- 14 Apr 12:58:27 952 - 12 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:58:28 131 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //table[@class='table table-condensed']/tbody/tr/td[3]/span]
--- 14 Apr 12:58:31 347 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202504140727077588526_xgmaeyxquk4tp5xbl4p55ui1
--- 14 Apr 12:58:31 347 - 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:58:55 168 - Page URL:: about:blank
--- 14 Apr 12:58:55 168 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:59:03 742 - Page URL:: https://secure.na1.adobesign.com/public/esign?aid=cbfcibaacbsctbabduaaabacaabaaezedljrseiam0jh0vgecknlyxh2cc86m5ggyfci_ygrnpjatmmcshduch_rkelg2uxuaxcid-qv-ignnudfhzv-dp5zstt4np0ot0vggmae%2a&client_id=cbjchbcaabaaf9cv3tnzmwgxddz7kwu9r5cjj6wgbpkg&pid=cbfcibaa3aaablblqzhbdin-iq4ze82vaqu1ijwq51g1d6u87ipkkfmow4fanyga-isf5kybl2-q7ppe0bnarunhefj4_mqocffmodwd0&refererapiesign=true
--- 14 Apr 12:59:03 743 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:59:03 923 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //input[@type='checkbox']]
--- 14 Apr 12:59:04 075 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //input[@type='checkbox']]
--- 14 Apr 12:59:04 305 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //button[contains(text(),'Accept')]]
--- 14 Apr 12:59:32 595 - Page URL:: https://secure.na1.adobesign.com/public/esign?aid=cbfcibaacbsctbabduaaabacaabaaezedljrseiam0jh0vgecknlyxh2cc86m5ggyfci_ygrnpjatmmcshduch_rkelg2uxuaxcid-qv-ignnudfhzv-dp5zstt4np0ot0vggmae%2a&client_id=cbjchbcaabaaf9cv3tnzmwgxddz7kwu9r5cjj6wgbpkg&pid=cbfcibaa3aaablblqzhbdin-iq4ze82vaqu1ijwq51g1d6u87ipkkfmow4fanyga-isf5kybl2-q7ppe0bnarunhefj4_mqocffmodwd0&refererapiesign=true
--- 14 Apr 12:59:32 595 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 12:59:32 673 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //button[contains(@id,'popover')]]
--- 14 Apr 12:59:51 786 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //div[contains(@data-fieldname,'TEXTFIELD_')]/textarea]
--- 14 Apr 13:00:28 073 - Page URL:: https://secure.na1.adobesign.com/public/esign?aid=cbfcibaacbsctbabduaaabacaabaaezedljrseiam0jh0vgecknlyxh2cc86m5ggyfci_ygrnpjatmmcshduch_rkelg2uxuaxcid-qv-ignnudfhzv-dp5zstt4np0ot0vggmae%2a&client_id=cbjchbcaabaaf9cv3tnzmwgxddz7kwu9r5cjj6wgbpkg&pid=cbfcibaa3aaablblqzhbdin-iq4ze82vaqu1ijwq51g1d6u87ipkkfmow4fanyga-isf5kybl2-q7ppe0bnarunhefj4_mqocffmodwd0&refererapiesign=true
--- 14 Apr 13:00:28 073 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 13:00:28 223 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //div[@class='tou-btn-inner']/button[contains(text(),'Accept')]]
--- 14 Apr 13:00:36 538 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //input[@id='form-control-signerName']]
--- 14 Apr 13:00:44 164 - Page URL:: https://secure.na1.adobesign.com/public/esign?aid=cbfcibaacbsctbabduaaabacaabaaezedljrseiam0jh0vgecknlyxh2cc86m5ggyfci_ygrnpjatmmcshduch_rkelg2uxuaxcid-qv-ignnudfhzv-dp5zstt4np0ot0vggmae%2a&client_id=cbjchbcaabaaf9cv3tnzmwgxddz7kwu9r5cjj6wgbpkg&pid=cbfcibaa3aaablblqzhbdin-iq4ze82vaqu1ijwq51g1d6u87ipkkfmow4fanyga-isf5kybl2-q7ppe0bnarunhefj4_mqocffmodwd0&refererapiesign=true
--- 14 Apr 13:00:44 165 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 13:00:51 775 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202504140727077588526_xgmaeyxquk4tp5xbl4p55ui1
--- 14 Apr 13:00:51 775 - 5 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 13:00:51 945 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //table[@class='table table-condensed']/tbody/tr/td[3]/span]
--- 14 Apr 13:00:55 215 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202504140727077588526_xgmaeyxquk4tp5xbl4p55ui1
--- 14 Apr 13:00:55 216 - 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 13:00:55 435 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //a[text()='Processing']]
--- 14 Apr 13:01:03 987 - Page URL:: https://esignplusqa.immesign.com/teaasp/wfcases
--- 14 Apr 13:01:03 987 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 13:01:04 046 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> id: immPageTitle]
--- 14 Apr 13:01:07 164 - Page URL:: https://esignplusqa.immesign.com/teaasp/wfcases
--- 14 Apr 13:01:07 164 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 13:01:07 243 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> css selector: .header]
--- 14 Apr 13:01:25 429 - Page URL:: https://esignplusqa.immesign.com/teaasp/wfcases
--- 14 Apr 13:01:25 430 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 13:01:30 761 - Page URL:: https://esignplusqa.immesign.com/teaasp/wfcases
--- 14 Apr 13:01:30 761 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 13:01:32 842 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //div[starts-with(@id,'OpenSession')]]
--- 14 Apr 13:01:32 881 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //div[starts-with(@id,'OpenSession')]]
--- 14 Apr 13:01:45 602 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessionhistory?origsessionid=202504140727077588526_xgmaeyxquk4tp5xbl4p55ui1
--- 14 Apr 13:01:45 602 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 13:01:48 821 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessionhistory?origsessionid=202504140727077588526_xgmaeyxquk4tp5xbl4p55ui1
--- 14 Apr 13:01:48 821 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 13:01:48 900 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: (//div[@class='module module-row']/div/div//following-sibling::span[@style='font-weight: bold;'])[1]]
--- 14 Apr 13:01:48 984 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: (//div[@class='module module-row']/div/div//following-sibling::span[@style='font-weight: bold;'])[2]]
--- 14 Apr 13:01:49 062 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //div[@class='margin-off pull-right']]
--- 14 Apr 13:01:52 239 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessionhistory?origsessionid=202504140727077588526_xgmaeyxquk4tp5xbl4p55ui1
--- 14 Apr 13:01:52 240 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
--- 14 Apr 13:01:52 322 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> css selector: .header]
--- 14 Apr 13:02:02 500 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //div[@id='sessionDetails']/div/div[1]/h4/a]
--- 14 Apr 13:02:04 620 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> 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 13:02:06 907 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (e0ad8c23fa8e8bd786b08a37f47e18fd)] -> xpath: //div[@id='signatureStatusRow']]
Cannot invoke "String.equalsIgnoreCase(String)" because "value" 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@522db06e)
0 ms
init(org.testng.TestRunner@522db06e)
10140 ms
VerifyKioskFunctionalityWithRTSAndXMLSessionInPlusFi({Tenant_URL=https://esignnonprod.immesign.com/qa/tenantmanager/, EmailID=kaushal.patel@kinective.io;...)
16443 ms