Test results
1 suite, 1 failed test
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 "com.imm.pages.RemoteSignatureConscentPage.clickOnTermOfUseORPrivacyPolicyCheckbox()" because "remoteSignatureConscentPage" is null at com.imm.testscripts.FIManagement.FIManagement.VerifyKioskFunctionalityWithRTSAndXMLSessionInPlusFi(FIManagement.java:12239) 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&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="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: 4 minutes
Reporter output for IMM_Esign_Chrome
VerifyKioskFunctionalityWithRTSAndXMLSessionInPlusFi({Tenant_URL=https://esignnonprod.immesign.com/qa/tenantmanager/, EmailID=kaushal.patel@kinective.io;...)
   --- 15 Apr 17:15:35 341 - TestCaseID:: VerifyKioskFunctionalityWithRTSAndXMLSessionInPlusFi
   --- 15 Apr 17:15:40 913 - 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:
   --- 15 Apr 17:15:41 195 - TestCaseID:: VerifyKioskFunctionalityWithRTSAndXMLSessionInPlusFi
   --- 15 Apr 17:15:43 017 - 1 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558)
 =-=-=-=-=-=-= Login in to eSign Plus Fi - KioskPlus1 using Host Dispatch URL - https://esignplusqa.immesign.com/TEAASP/HostDispatch.aspx?hostid=XP&hsfiid=KioskPlus1&xmlData=D:\Automation_DataFiles\PCO1O2-AlphaFiB_plusFi.xml =-=-=-=-=-=-=
   --- 15 Apr 17:16:02 680 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b3c20919a6f5e835efff3c2743f3366f)] -> id: i0116]
   --- 15 Apr 17:16:03 632 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b3c20919a6f5e835efff3c2743f3366f)] -> id: idSIButton9]
   --- 15 Apr 17:16:06 275 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b3c20919a6f5e835efff3c2743f3366f)] -> id: idSIButton9]
   --- 15 Apr 17:16:10 385 - Page URL:: https://login.microsoftonline.com/common/login
   --- 15 Apr 17:16:10 386 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
   --- 15 Apr 17:16:10 485 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b3c20919a6f5e835efff3c2743f3366f)] -> id: lightbox]
   --- 15 Apr 17:16:10 571 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b3c20919a6f5e835efff3c2743f3366f)] -> id: idSIButton9]
   --- 15 Apr 17:16:30 041 - 18 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
 Logged in successfully with Using -> 'KioskPlus1' & FIAdmin User -> 'cuadmin@immtestcu.onmicrosoft.com' [ScreenShot]
   --- 15 Apr 17:16:33 433 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202504151150145513997_j2cizylvvjmhiejmurlxiebs
   --- 15 Apr 17:16:33 434 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
   --- 15 Apr 17:16:43 900 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b3c20919a6f5e835efff3c2743f3366f)] -> xpath: //span[@class='btn-text' and text()=' Process']]
   --- 15 Apr 17:16:47 115 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202504151150145513997_j2cizylvvjmhiejmurlxiebs
   --- 15 Apr 17:16:47 116 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
   --- 15 Apr 17:16:47 218 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b3c20919a6f5e835efff3c2743f3366f)] -> css selector: .header]

Successfully navigated to 'New Sessions' page [ScreenShot]
   --- 15 Apr 17:16:47 439 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b3c20919a6f5e835efff3c2743f3366f)] -> xpath: //span[@class='btn-text' and text()=' Process']]
   --- 15 Apr 17:16:55 888 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202504151150145513997_j2cizylvvjmhiejmurlxiebs
   --- 15 Apr 17:16:55 888 - 8 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
   --- 15 Apr 17:17:02 063 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b3c20919a6f5e835efff3c2743f3366f)] -> id: WFLst]
 Select 'Basic_WF' workflow [ScreenShot]
   --- 15 Apr 17:17:08 695 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b3c20919a6f5e835efff3c2743f3366f)] -> id: btnsubmit]
   --- 15 Apr 17:17:22 062 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202504151150145513997_j2cizylvvjmhiejmurlxiebs
   --- 15 Apr 17:17:22 063 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
   --- 15 Apr 17:17:22 164 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b3c20919a6f5e835efff3c2743f3366f)] -> id: Sign]
   --- 15 Apr 17:17:22 263 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b3c20919a6f5e835efff3c2743f3366f)] -> id: Attach]
   --- 15 Apr 17:17:25 480 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202504151150145513997_j2cizylvvjmhiejmurlxiebs
   --- 15 Apr 17:17:25 480 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
   --- 15 Apr 17:17:25 573 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b3c20919a6f5e835efff3c2743f3366f)] -> css selector: .header]
 Submit 'Route' popup on clicking [Submit] button [ScreenShot]
   --- 15 Apr 17:17:48 360 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202504151150145513997_j2cizylvvjmhiejmurlxiebs
   --- 15 Apr 17:17:48 360 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
   --- 15 Apr 17:17:48 450 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b3c20919a6f5e835efff3c2743f3366f)] -> id: Sign]
   --- 15 Apr 17:17:48 539 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b3c20919a6f5e835efff3c2743f3366f)] -> id: Attach]
   --- 15 Apr 17:17:51 785 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202504151150145513997_j2cizylvvjmhiejmurlxiebs
   --- 15 Apr 17:17:51 785 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
   --- 15 Apr 17:17:51 872 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b3c20919a6f5e835efff3c2743f3366f)] -> css selector: .header]
 Navigated to 'Session Details' page [ScreenShot]
   --- 15 Apr 17:18:02 118 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b3c20919a6f5e835efff3c2743f3366f)] -> id: Sign]
   --- 15 Apr 17:18:02 196 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b3c20919a6f5e835efff3c2743f3366f)] -> id: Sign]
   --- 15 Apr 17:18:09 690 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202504151150145513997_j2cizylvvjmhiejmurlxiebs
   --- 15 Apr 17:18:09 691 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
   --- 15 Apr 17:18:09 789 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b3c20919a6f5e835efff3c2743f3366f)] -> xpath: //div[starts-with(@id,'print')]]
   --- 15 Apr 17:18:13 033 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202504151150145513997_j2cizylvvjmhiejmurlxiebs
   --- 15 Apr 17:18:13 034 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
   --- 15 Apr 17:18:13 119 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b3c20919a6f5e835efff3c2743f3366f)] -> css selector: .header]
 Clicked 'Sign' button

Successfully navigated to the 'eSignature Management' page [ScreenShot]
   --- 15 Apr 17:18:16 484 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202504151150145513997_j2cizylvvjmhiejmurlxiebs
   --- 15 Apr 17:18:16 484 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
   --- 15 Apr 17:18:19 685 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202504151150145513997_j2cizylvvjmhiejmurlxiebs
   --- 15 Apr 17:18:19 685 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
 Total 4 parties available [ScreenShot]
   --- 15 Apr 17:18:19 912 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b3c20919a6f5e835efff3c2743f3366f)] -> xpath: //*[@id='tab0']]
   --- 15 Apr 17:18:26 201 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b3c20919a6f5e835efff3c2743f3366f)] -> xpath: //input[@placeholder='Enter Email']]
 Set email as - 'kaushal.patel@kinective.io' for the party - 1 [ScreenShot]
   --- 15 Apr 17:18:27 308 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b3c20919a6f5e835efff3c2743f3366f)] -> xpath: //*[@id='tab0']]
   --- 15 Apr 17:18:33 625 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b3c20919a6f5e835efff3c2743f3366f)] -> xpath: //input[@placeholder='Enter Email']]
 Set email as - 'kaushal.patel@kinective.io' for the party - 2 [ScreenShot]
   --- 15 Apr 17:18:34 542 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b3c20919a6f5e835efff3c2743f3366f)] -> xpath: //*[@id='tab0']]
   --- 15 Apr 17:18:40 827 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b3c20919a6f5e835efff3c2743f3366f)] -> xpath: //input[@placeholder='Enter Email']]
 Set email as - 'kaushal.patel@kinective.io' for the party - 3 [ScreenShot]
   --- 15 Apr 17:18:41 720 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b3c20919a6f5e835efff3c2743f3366f)] -> xpath: //*[@id='tab0']]
   --- 15 Apr 17:18:48 000 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b3c20919a6f5e835efff3c2743f3366f)] -> xpath: //input[@placeholder='Enter Email']]
 Set email as - 'kaushal.patel@kinective.io' for the party - 4 [ScreenShot]
   --- 15 Apr 17:18:48 974 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b3c20919a6f5e835efff3c2743f3366f)] -> xpath: //div[@class='pull-right remote-order-selector']]
   --- 15 Apr 17:18:49 067 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b3c20919a6f5e835efff3c2743f3366f)] -> xpath: //div[@class='row paddingT-10']]
   --- 15 Apr 17:18:49 220 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b3c20919a6f5e835efff3c2743f3366f)] -> xpath: //div[@class='pull-right remote-order-selector']]
 'Complete in any order' selected [ScreenShot]
   --- 15 Apr 17:18:57 861 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202504151150145513997_j2cizylvvjmhiejmurlxiebs
   --- 15 Apr 17:18:57 862 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
 Set remote signing order as ' Complete in any order' [ScreenShot]
 Add sender email as - 'eSignQATest@hotmail.com' [ScreenShot]
   --- 15 Apr 17:19:07 327 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202504151150145513997_j2cizylvvjmhiejmurlxiebs
   --- 15 Apr 17:19:07 327 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
   --- 15 Apr 17:19:31 219 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202504151150145513997_j2cizylvvjmhiejmurlxiebs
   --- 15 Apr 17:19:31 221 - 21 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
 Clicked on Send button [ScreenShot]
   --- 15 Apr 17:19:34 525 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202504151150145513997_j2cizylvvjmhiejmurlxiebs
   --- 15 Apr 17:19:34 526 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
   --- 15 Apr 17:19:34 570 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b3c20919a6f5e835efff3c2743f3366f)] -> xpath: //*[contains(@data-bind,'SignerMessages')]/table/thead/tr/th]
   --- 15 Apr 17:19:37 692 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202504151150145513997_j2cizylvvjmhiejmurlxiebs
   --- 15 Apr 17:19:37 692 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
   --- 15 Apr 17:19:37 731 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (b3c20919a6f5e835efff3c2743f3366f)] -> xpath: //*[contains(@data-bind,'SignerMessages')]/table/thead/tr/th]
Expected: Verify Kiosk screen display
Actual(Passed): Verified Kiosk screen displayed
[ScreenShot]
Expected: Verify 'Copy' and 'Sign Now' button display in eSignature Management page for the party - 1
Actual(Passed): Verified 'Copy' and 'Sign Now' button displayed in eSignature Management page for the party - 1
[ScreenShot]
   --- 15 Apr 17:19:47 464 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202504151150145513997_j2cizylvvjmhiejmurlxiebs
   --- 15 Apr 17:19:47 464 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)
   --- 15 Apr 17:19:50 827 - Page URL:: https://secure.na1.adobesign.com/public/esign?aid=cbfcibaacbsctbabduaaabacaabaaq0vgnn06zxd_-1ugg4odiehvc9uvgnsq5kslijtwdhkl2aln1oibfvdm1tiajp1uxqln9c1tvyti4kwnovjkk-gcoiq1b4y8gmyumzzxs_q%2a&client_id=cbjchbcaabaaf9cv3tnzmwgxddz7kwu9r5cjj6wgbpkg&pid=cbfcibaa3aaablblqzhcbz1zu__gq8kmwukjfyslpajjywpel2wxydaifnrq7mtclj-3zleb8s83fngft80hcf2epl7gfwjnhgdcafqx7&refererapiesign=true
   --- 15 Apr 17:19:50 829 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:118)

Cannot invoke "com.imm.pages.RemoteSignatureConscentPage.clickOnTermOfUseORPrivacyPolicyCheckbox()" because "remoteSignatureConscentPage" 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
Methods in chronological order
com.imm.testscripts.FIManagement.FIManagement
initialize(org.testng.TestRunner@3ec98000) 0 ms
init(org.testng.TestRunner@3ec98000) 10130 ms
VerifyKioskFunctionalityWithRTSAndXMLSessionInPlusFi({Tenant_URL=https://esignnonprod.immesign.com/qa/tenantmanager/, EmailID=kaushal.patel@kinective.io;...) 18141 ms