Total Tests
Total Steps
Total Time Taken (Current Run) 0h 6m 51s+837ms
Total Time Taken (Overall) 0h 6m 51s+837ms
Start 14-11-2025 10:15:13 pm
End 14-11-2025 10:22:05 pm
Tests View
test(s) passed
test(s) failed, others
Steps View
step(s) passed
step(s) failed, others
Pass Percentage
Environment
Param Value
User Name Sunitha.Pattem
OS Windows 11
Java Version 21.0.8
Host Name SIMS-IT-66
Categories
Name
P1
Process
Smoke
Tests
  • com.imm.testscripts.DocumentRTS.DocumentRTS#verifyAdobeSMSInPersonSigningMethodRTSSession#141125221513 pass
    14-11-2025 10:15:13 pm 14-11-2025 10:22:04 pm 0h 6m 51s+340ms
    verify Adobe SMS In Person Signing Method - Unified FI
    P1 Process Smoke
    Status Timestamp Details
    10:15:13 pm **** verify Adobe SMS In Person Signing Method - Unified FI ****
    10:18:37 pm Successfully navigated to 'Manage FI' page [ScreenShot]
    10:18:46 pm Host Id 0 Automation TestFI | AutoTestFI
    10:18:46 pm Search FI displayed in list
    10:19:03 pm Successfully validated FI Id label [ScreenShot]
    10:19:03 pm Fi details are matching [ScreenShot]
    10:19:03 pm Successfully navigated to 'RemoteSettings' page [ScreenShot]
    10:19:06 pm Remote SMS Link Notification Delivery is already enabled [ScreenShot]
    10:19:09 pm Scrolled element into the view [ScreenShot]
    10:19:09 pm Enabling default SMS Checkbox [ScreenShot]
    10:19:11 pm Scrolled element into the view [ScreenShot]
  • com.imm.testscripts.DocumentRTS.DocumentRTS#verifyAdobeSMSInPersonSigningMethodRTSSession#141125221914 fatal
    14-11-2025 10:19:14 pm 14-11-2025 10:22:04 pm 0h 2m 49s+260ms
    verify Adobe SMS In Person Signing Method - Unified FI
    P1 Process Smoke
    Status Timestamp Details
    10:19:23 pm Navigated to 'eSign Login' page
    10:19:24 pm Login with eSign FI - autotestfi
    10:19:56 pm Log in with Username - cuadmin@immtestcu.onmicrosoft.com
    10:20:08 pm Login as FiAdmin with Existing FI : autotestfi
    10:20:08 pm Navigated to 'Document Maintenance RTS' Page
    10:20:14 pm Clicked 'Select All' button
    10:20:24 pm Expected: Delete the ALL documents
    Actual(Passed): Successfully deleted ALL the documents [ScreenShot]
    10:20:30 pm File uploaded successfully: OptionalSignature.zip
    10:20:30 pm Expected: The File upload in Import template
    Actual(Passed): Successfully uploaded zip file in the Import template [ScreenShot]
    10:20:55 pm File Dragged and dropped to clipboard
    10:20:55 pm Expected: The File upload in collected Document Page
    Actual(Passed): Successfully uploaded STUDENTS_LOAN.pdf file in the collected Document Page [ScreenShot]
    10:21:47 pm Expected: Document name should not show up as Unknown
    Actual(Passed): Successfully seen Document name is not as Unknown [ScreenShot]
    10:21:48 pm Successfully navigated to 'Session Details' page [ScreenShot]
    10:22:04 pm type comments field not found or not interactable on the page!! [ScreenShot]
    10:22:04 pm
    java.lang.Exception: type comments field not found or not interactable on the page!! at com.imm.support.BrowserActions.typeOnTextField(BrowserActions.java:82) at com.imm.support.BrowserActions.typeOnTextField(BrowserActions.java:55) at com.imm.pages.SessionDetailsPage.clickimportance(SessionDetailsPage.java:862) at com.imm.testscripts.DocumentRTS.DocumentRTS.verifySMSOptionInSigningMethods(DocumentRTS.java:10184) at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyAdobeSMSInPersonSigningMethodRTSSession(DocumentRTS.java:10027) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) 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:1596) 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:293) at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91) Caused by: java.lang.IllegalStateException: No webdriver is bound to current thread: 1. You need to call open(url) first. at com.codeborne.selenide.WebDriverThreadLocalContainer.lambda$currentThreadDriver$1(WebDriverThreadLocalContainer.java:156) at java.base/java.util.Optional.orElseThrow(Optional.java:403) at com.codeborne.selenide.WebDriverThreadLocalContainer.currentThreadDriver(WebDriverThreadLocalContainer.java:155) at com.codeborne.selenide.WebDriverThreadLocalContainer.getWebDriver(WebDriverThreadLocalContainer.java:122) at com.codeborne.selenide.WebDriverRunner.getWebDriver(WebDriverRunner.java:83) at com.codeborne.selenide.StaticDriver.getWebDriver(StaticDriver.java:31) at com.codeborne.selenide.Driver.executeJavaScript(Driver.java:42) at com.codeborne.selenide.commands.Clear.blurSafely(Clear.java:52) at com.codeborne.selenide.commands.Clear.clearAndTrigger(Clear.java:47) at com.codeborne.selenide.commands.SetValue.setValueForTextInput(SetValue.java:68) at com.codeborne.selenide.commands.SetValue.execute(SetValue.java:38) at com.codeborne.selenide.FluentCommand.execute(FluentCommand.java:23) at com.codeborne.selenide.FluentCommand.execute(FluentCommand.java:19) at com.codeborne.selenide.commands.Commands.execute(Commands.java:159) at com.codeborne.selenide.impl.SelenideElementProxy.dispatchAndRetry(SelenideElementProxy.java:131) at com.codeborne.selenide.impl.SelenideElementProxy.invoke(SelenideElementProxy.java:83) at jdk.proxy2/jdk.proxy2.$Proxy24.setValue(Unknown Source) at com.imm.support.BrowserActions.typeOnTextField(BrowserActions.java:80) ... 30 more
    10:22:04 pm type comments field not found or not interactable on the page!!
    10:22:04 pm
    java.lang.Exception: type comments field not found or not interactable on the page!! at com.imm.support.BrowserActions.typeOnTextField(BrowserActions.java:82) at com.imm.support.BrowserActions.typeOnTextField(BrowserActions.java:55) at com.imm.pages.SessionDetailsPage.clickimportance(SessionDetailsPage.java:862) at com.imm.testscripts.DocumentRTS.DocumentRTS.verifySMSOptionInSigningMethods(DocumentRTS.java:10184) at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyAdobeSMSInPersonSigningMethodRTSSession(DocumentRTS.java:10027) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) 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:1596) 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:293) at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91) Caused by: java.lang.IllegalStateException: No webdriver is bound to current thread: 1. You need to call open(url) first. at com.codeborne.selenide.WebDriverThreadLocalContainer.lambda$currentThreadDriver$1(WebDriverThreadLocalContainer.java:156) at java.base/java.util.Optional.orElseThrow(Optional.java:403) at com.codeborne.selenide.WebDriverThreadLocalContainer.currentThreadDriver(WebDriverThreadLocalContainer.java:155) at com.codeborne.selenide.WebDriverThreadLocalContainer.getWebDriver(WebDriverThreadLocalContainer.java:122) at com.codeborne.selenide.WebDriverRunner.getWebDriver(WebDriverRunner.java:83) at com.codeborne.selenide.StaticDriver.getWebDriver(StaticDriver.java:31) at com.codeborne.selenide.Driver.executeJavaScript(Driver.java:42) at com.codeborne.selenide.commands.Clear.blurSafely(Clear.java:52) at com.codeborne.selenide.commands.Clear.clearAndTrigger(Clear.java:47) at com.codeborne.selenide.commands.SetValue.setValueForTextInput(SetValue.java:68) at com.codeborne.selenide.commands.SetValue.execute(SetValue.java:38) at com.codeborne.selenide.FluentCommand.execute(FluentCommand.java:23) at com.codeborne.selenide.FluentCommand.execute(FluentCommand.java:19) at com.codeborne.selenide.commands.Commands.execute(Commands.java:159) at com.codeborne.selenide.impl.SelenideElementProxy.dispatchAndRetry(SelenideElementProxy.java:131) at com.codeborne.selenide.impl.SelenideElementProxy.invoke(SelenideElementProxy.java:83) at jdk.proxy2/jdk.proxy2.$Proxy24.setValue(Unknown Source) at com.imm.support.BrowserActions.typeOnTextField(BrowserActions.java:80) ... 30 more
Categories
  • P1
    Pass: 1 Others: 1
    RunDate Test Name Status
    14-11-2025 10:19:14 pm com.imm.testscripts.DocumentRTS.DocumentRTS#verifyAdobeSMSInPersonSigningMethodRTSSession#141125221914
    fatal
    14-11-2025 10:15:13 pm com.imm.testscripts.DocumentRTS.DocumentRTS#verifyAdobeSMSInPersonSigningMethodRTSSession#141125221513
    pass
  • Process
    Pass: 1 Others: 1
    RunDate Test Name Status
    14-11-2025 10:19:14 pm com.imm.testscripts.DocumentRTS.DocumentRTS#verifyAdobeSMSInPersonSigningMethodRTSSession#141125221914
    fatal
    14-11-2025 10:15:13 pm com.imm.testscripts.DocumentRTS.DocumentRTS#verifyAdobeSMSInPersonSigningMethodRTSSession#141125221513
    pass
  • Smoke
    Pass: 1 Others: 1
    RunDate Test Name Status
    14-11-2025 10:19:14 pm com.imm.testscripts.DocumentRTS.DocumentRTS#verifyAdobeSMSInPersonSigningMethodRTSSession#141125221914
    fatal
    14-11-2025 10:15:13 pm com.imm.testscripts.DocumentRTS.DocumentRTS#verifyAdobeSMSInPersonSigningMethodRTSSession#141125221513
    pass