| Param | Value |
|---|---|
| User Name | kaushalp |
| OS | Windows Server 2019 |
| Java Version | 21.0.6 |
| Host Name | kaushalp007 |
| Name |
|---|
| P1 |
| Process |
| Smoke |
| Status | Timestamp | Details |
|---|---|---|
| 12:53:39 PM | verify Adobe SMS Email Authentication Signing Method RTS Session | |
| 12:53:43 PM | Navigated to 'eSign Login' page | |
| 12:54:10 PM | Entered values for the fields in 'Login' page [ScreenShot] | |
| 12:54:13 PM | Login into FI : & User: - | |
| 12:54:13 PM | null [ScreenShot] | |
| 12:54:13 PM | java.lang.reflect.UndeclaredThrowableException
at jdk.proxy2/jdk.proxy2.$Proxy16.executeScript(Unknown Source)
at com.imm.support.WebDriverFactory$1.apply(WebDriverFactory.java:95)
at com.imm.support.WebDriverFactory$1.apply(WebDriverFactory.java:1)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:208)
at com.imm.support.Utils.waitForPageLoad(Utils.java:72)
at com.imm.pages.SignInPage.clickLoginBtn(SignInPage.java:189)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyEmailAuthenticationSigningMethod(DocumentRTS.java:7927)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyAdobeSMSEmailAuthenticationSigningMethodRTSSession(DocumentRTS.java:8151)
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.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:60)
... 34 more
Caused by: org.openqa.selenium.UnhandledAlertException: unexpected alert open: {Alert text : Please enter values for: User ID and Password.}
(Session info: chrome=136.0.7103.114): Please enter values for: User ID and Password.
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows Server 2019', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.6'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [8ed1f343e5196f5bf0fe40fe82f5054f, executeScript {script=return (function() { if (document.readyState != 'complete') { return false; } if (window.jQuery != null && window.jQuery != undefined && window.jQuery.active) { return false;} if (window.jQuery != null && window.jQuery != undefined && window.jQuery.ajax != null && window.jQuery.ajax != undefined && window.jQuery.ajax.active) {return false;} if (window.angular != null && angular.element(document).injector() != null && angular.element(document).injector().get('$http').pendingRequests.length) return false; return true;})();, args=[]}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 136.0.7103.114, chrome: {chromedriverVersion: 136.0.7103.94 (fa0be0b33deb..., userDataDir: C:\Users\kaushalp\AppData\L...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:53581}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows XP, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://10.0.2.40:4444/session..., se:cdpVersion: 136.0.7103.114, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
Session ID: 8ed1f343e5196f5bf0fe40fe82f5054f
at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:131)
at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:53)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:184)
at org.openqa.selenium.remote.TracedCommandExecutor.execute(TracedCommandExecutor.java:51)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:551)
at org.openqa.selenium.remote.RemoteWebDriver.executeScript(RemoteWebDriver.java:488)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 36 more
|
|
| 12:54:14 PM | null [ScreenShot] | |
| 12:54:14 PM | java.lang.reflect.UndeclaredThrowableException
at jdk.proxy2/jdk.proxy2.$Proxy16.executeScript(Unknown Source)
at com.imm.support.WebDriverFactory$1.apply(WebDriverFactory.java:95)
at com.imm.support.WebDriverFactory$1.apply(WebDriverFactory.java:1)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:208)
at com.imm.support.Utils.waitForPageLoad(Utils.java:72)
at com.imm.pages.SignInPage.clickLoginBtn(SignInPage.java:189)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyEmailAuthenticationSigningMethod(DocumentRTS.java:7927)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyAdobeSMSEmailAuthenticationSigningMethodRTSSession(DocumentRTS.java:8151)
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.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:60)
... 34 more
Caused by: org.openqa.selenium.UnhandledAlertException: unexpected alert open: {Alert text : Please enter values for: User ID and Password.}
(Session info: chrome=136.0.7103.114): Please enter values for: User ID and Password.
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows Server 2019', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.6'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [8ed1f343e5196f5bf0fe40fe82f5054f, executeScript {script=return (function() { if (document.readyState != 'complete') { return false; } if (window.jQuery != null && window.jQuery != undefined && window.jQuery.active) { return false;} if (window.jQuery != null && window.jQuery != undefined && window.jQuery.ajax != null && window.jQuery.ajax != undefined && window.jQuery.ajax.active) {return false;} if (window.angular != null && angular.element(document).injector() != null && angular.element(document).injector().get('$http').pendingRequests.length) return false; return true;})();, args=[]}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 136.0.7103.114, chrome: {chromedriverVersion: 136.0.7103.94 (fa0be0b33deb..., userDataDir: C:\Users\kaushalp\AppData\L...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:53581}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows XP, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://10.0.2.40:4444/session..., se:cdpVersion: 136.0.7103.114, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
Session ID: 8ed1f343e5196f5bf0fe40fe82f5054f
at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:131)
at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:53)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:184)
at org.openqa.selenium.remote.TracedCommandExecutor.execute(TracedCommandExecutor.java:51)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:551)
at org.openqa.selenium.remote.RemoteWebDriver.executeScript(RemoteWebDriver.java:488)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 36 more
|
|
| 12:54:20 PM | verify Adobe SMS Email Authentication Signing Method RTS Session | |
| 12:54:24 PM | Navigated to 'eSign Login' page | |
| 12:54:51 PM | Entered values for the fields in 'Login' page [ScreenShot] | |
| 12:54:54 PM | Login into FI : kp1 & User: - fiadmin | |
| 12:55:18 PM | Login as FiAdmin with Existing FI : kp1 | |
| 12:55:25 PM | Navigated to 'Document Maintenance RTS' Page | |
| 12:55:31 PM | Clicked 'Select All' button | |
| 12:55:36 PM | Expected: Delete the ALL documents Actual(Passed): Successfully deleted ALL the documents [ScreenShot] |
|
| 12:55:49 PM | File uploaded successfully: OptionalSignature.zip | |
| 12:55:49 PM | Expected: The File upload in Import template Actual(Passed): Successfully uploaded zip file in the Import template [ScreenShot] |
|
| 12:56:24 PM | File Dragged and dropped to clipboard | |
| 12:56:24 PM | Expected: The File upload in collected Document Page Actual(Passed): Successfully uploaded STUDENTS_LOAN.pdf file in the collected Document Page [ScreenShot] |
|
| 12:57:16 PM | Expected: Document name should not show up as Unknown Actual(Passed): Successfully seen Document name is not as Unknown [ScreenShot] |
|
| 12:57:16 PM | Successfully navigated to 'Session Details' page [ScreenShot] | |
| 12:57:26 PM | Clicked 'Sign' button | |
| 12:57:26 PM | Successfully navigated to the 'eSignature Management' page [ScreenShot] | |
| 12:57:31 PM | Expanded the panel for Sam Smith | |
| 12:57:34 PM | Clicked 'Email' icon | |
| 12:57:39 PM | Successfully verified SMS Link Notification option is available for Email signing [ScreenShot] | |
| 12:57:41 PM | Successfully verified SMS Link Notification is displayed for Email signing [ScreenShot] | |
| 12:57:44 PM | Successfully verified by default SMS Link Notification checkbox is checked for Email signing [ScreenShot] | |
| 12:57:46 PM | Successfully verified SMS test field is enabled for Email signing [ScreenShot] | |
| 12:57:46 PM | Successfully verified SMS phone text field description Enter Phone [ScreenShot] | |
| 12:57:48 PM | Successfully validated error message Please review remote authentication details. Click this message to expand for more details [ScreenShot] | |
| 12:57:51 PM | Successfully validated party name Sam Smith [ScreenShot] | |
| 12:57:51 PM | Error messages [Email :, Field is required, Phone :, Field is required] | |
| 12:57:51 PM | Successfully verified error message Email : | |
| 12:57:51 PM | Successfully verified error message Field is required | |
| 12:57:51 PM | Successfully verified error message Phone : | |
| 12:57:51 PM | Successfully verified error message Field is required | |
| 12:58:10 PM | Successfully validated error message Please review remote authentication details. Click this message to expand for more details [ScreenShot] | |
| 12:58:12 PM | Successfully validated party name Sam Smith [ScreenShot] | |
| 12:58:14 PM | Error messages [Email :, Email address is invalid, Phone :, Phone number is invalid] | |
| 12:58:14 PM | Successfully verified error message Email : | |
| 12:58:14 PM | Successfully verified error message Email address is invalid | |
| 12:58:14 PM | Successfully verified error message Phone : | |
| 12:58:14 PM | Successfully verified error message Phone number is invalid | |
| 12:58:26 PM | Valid check mark is displayed for the entered valid 'Email Id' : sunitha.pattem@kinective.io [ScreenShot] | |
| 12:58:39 PM | Valid check mark is displayed for the entered valid 'Phone Number' : +91 9700164911 [ScreenShot] | |
| 12:58:41 PM | Expanded the panel for Wells Fargo | |
| 12:58:44 PM | Clicked 'Email' icon | |
| 12:58:49 PM | Successfully verified SMS Link Notification option is available for Email signing [ScreenShot] | |
| 12:58:51 PM | Successfully verified SMS Link Notification is displayed for Email signing [ScreenShot] | |
| 12:58:54 PM | Successfully verified by default SMS Link Notification checkbox is checked for Email signing [ScreenShot] | |
| 12:58:56 PM | Successfully verified SMS test field is enabled for Email signing [ScreenShot] | |
| 12:59:07 PM | Valid check mark is displayed for the entered valid 'Email Id' : sunitha.pattem@kinective.io [ScreenShot] | |
| 12:59:26 PM | Valid check mark is displayed for the entered valid 'Phone Number' : +91 9700164911 [ScreenShot] | |
| 12:59:30 PM | Selected 'Mail' for Sam Smith | |
| 12:59:35 PM | Selected 'Mail' for Wells Fargo | |
| 12:59:42 PM | Entered 'Sender Email Id' : employee1@immonline.com | |
| 12:59:43 PM | Expected: 'CC' dropdown should be displayed Actual(Passed): 'CC' dropdown is displayed [ScreenShot] |
|
| 12:59:48 PM | Entered 'Subject' : SMS-Phone | |
| 12:59:55 PM | Entered 'Message' : Your documents are available for viewing, signing and printing. | |
| 12:59:58 PM | Expected: 'Send' button should be enabled Actual(Passed): 'Send' button is enabled [ScreenShot] |
|
| 01:00:07 PM | Clicked 'Send' button | |
| 01:00:12 PM | Expected: The session is successfully submitted for Remote Signatures message should be displayed Actual(Passed): The session is successfully submitted for Remote Signatures is displayed [ScreenShot] |
|
| 01:00:12 PM | Test Passed. | |
| 01:00:13 PM | Test Passed. |