com.imm.ereceipt.testscripts.Receipt.Receipt
verifyHoldNoticeWarningWithoutReasons
({Toggel=, Archived Transactions=no, Description=verify Hold Notice should not pop for non hold notice transactions even when hold notice is enabled, Email=, Archive=, Document Type=, Notify=, SignatureTab=, DisbursedExpression=, Operation=, Teller LastName=, Disbursed cash=, errorint=, TestID=verifyHoldNoticeWarningWithoutReasons, Print=, DisbursedExpressionValue=, Phone=, ReceivedCashValue=, Member=5034463, UserPwd=iMM2022!, Transtatus=Archived-false;Active-true;Error-false, Docment ID=, Teller=, Teller FirstName=, errorMessage=, ReceivedExpressionValue=, Date=, Platfrom=Enable Hold Notice-true; Hold Notice Warning-true;, Received cash=, Transaction=, Header=, Expression=, Username=fiAdmin@Qaxpauto.onmicrosoft.com, DisbursedCashValue=, FullName=, ReceivedExpression=, SMS=, Memo=})
java.lang.Error: Invalid memory access
at com.sun.jna.Native.invokePointer(Native Method)
at com.sun.jna.Function.invokePointer(Function.java:497)
at com.sun.jna.Function.invoke(Function.java:441)
at com.sun.jna.Function.invoke(Function.java:361)
at com.sun.jna.Library$Handler.invoke(Library.java:270)
at jdk.proxy2/jdk.proxy2.$Proxy21.TessBaseAPIGetUTF8Text(Unknown Source)
at net.sourceforge.tess4j.Tesseract.getOCRText(Tesseract.java:517)
at net.sourceforge.tess4j.Tesseract.doOCR(Tesseract.java:359)
at net.sourceforge.tess4j.Tesseract.doOCR(Tesseract.java:228)
at net.sourceforge.tess4j.Tesseract.doOCR(Tesseract.java:195)
at com.imm.ereceipt.support.ImageReaderUtility.readTextFromImage(ImageReaderUtility.java:55)
at com.imm.ereceipt.pages.ReceiptPage.getTextfromReceipt(ReceiptPage.java:457)
at com.imm.ereceipt.testscripts.Receipt.Receipt.verifyHoldNoticeWarningWithoutReasons(Receipt.java:3358)
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:293)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91)
(verify Hold Notice In Receipt Page)
C:\Users\ratnak\AppData\Local\Temp\testng-eclipse-1000857874\testng-customsuite.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd">
<suite thread-count="1" name="IMM_QA_Automation" guice-stage="DEVELOPMENT" verbose="3">
<parameter name="webSite" value="https://er-tellerportal-demo.azurewebsites.net"/>
<parameter name="portalType" value="Cloud"/>
<parameter name="FIName" value="QAXPAuto"/>
<parameter name="projectKey" value="ER"/>
<parameter name="deviceHost" value="localhost"/>
<parameter name="devicePort" value="4444"/>
<parameter name="browserName" value="chrome_windows"/>
<parameter name="Host" value="XP"/>
<parameter name="adminUrl" value="https://er-fiadminportal-demo.azurewebsites.net"/>
<parameter name="TestType" value="Regression"/>
<listeners>
<listener class-name="com.imm.ereceipt.support.MethodInterceptor"/>
</listeners>
<test thread-count="1" name="Default test" verbose="2">
<classes>
<class name="com.imm.ereceipt.testscripts.Receipt.Receipt">
<methods>
<include name="verifyHoldNoticeWarningWithoutReasons"/>
</methods>
</class> <!-- com.imm.ereceipt.testscripts.Receipt.Receipt -->
</classes>
</test> <!-- Default test -->
</suite> <!-- IMM_QA_Automation -->
Tests for IMM_QA_Automation
- Default test (1 class)
Groups for IMM_QA_Automation
P1
verifyHoldNoticeWarningWithoutReasons
Receipt
verifyHoldNoticeWarningWithoutReasons
Times for IMM_QA_Automation
Total running time: 2 minutes
Reporter output for IMM_QA_Automation
verifyHoldNoticeWarningWithoutReasons({Toggel=, Archived Transactions=no, Description=verify Hold Notice should not pop for non hold notic...)
Successfully navigated to the 'Control Panel' page [ScreenShot]
Successfully navigated to the 'Dashboard' page [ScreenShot]
--- 23 Apr 08:21:57 486 - TestCaseID:: verifyHoldNoticeWarningWithoutReasons
--- 23 Apr 08:22:04 294 - 6 - Driver::initialize::Get - com.imm.ereceipt.support.WebDriverFactory.get(WebDriverFactory.java:565)
--- 23 Apr 08:22:10 493 - Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=4126f286-cfd0-49ac-9022-6d6911b4a8a4&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=2.39.0&client_info=1&code_challenge=sqydlhgphxgwuvssjlmbv_jv_f4ytcrem_s8asxjloc&code_challenge_method=s256&nonce=6548657d-79df-432b-bc2e-f2d71994fb18&state=eyjpzci6ijg1m2y0mgu4ltvhyzmtndjjyi1inzqwltzlmmy1mzbmmjizniisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
--- 23 Apr 08:22:10 494 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 23 Apr 08:22:10 892 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (a0b4a98fe4be068d8456fb56c156ab38)] -> xpath: //input[@id='i0116']]
--- 23 Apr 08:22:11 287 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (a0b4a98fe4be068d8456fb56c156ab38)] -> xpath: //input[@id='i0116']]
--- 23 Apr 08:22:11 589 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (a0b4a98fe4be068d8456fb56c156ab38)] -> id: idSIButton9]
--- 23 Apr 08:22:11 841 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (a0b4a98fe4be068d8456fb56c156ab38)] -> xpath: //input[@id='i0116']]
--- 23 Apr 08:22:12 108 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (a0b4a98fe4be068d8456fb56c156ab38)] -> xpath: //input[@id='i0116']]
--- 23 Apr 08:22:16 237 - Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=4126f286-cfd0-49ac-9022-6d6911b4a8a4&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=2.39.0&client_info=1&code_challenge=sqydlhgphxgwuvssjlmbv_jv_f4ytcrem_s8asxjloc&code_challenge_method=s256&nonce=6548657d-79df-432b-bc2e-f2d71994fb18&state=eyjpzci6ijg1m2y0mgu4ltvhyzmtndjjyi1inzqwltzlmmy1mzbmmjizniisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
--- 23 Apr 08:22:16 237 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 23 Apr 08:22:19 902 - Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=4126f286-cfd0-49ac-9022-6d6911b4a8a4&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=2.39.0&client_info=1&code_challenge=sqydlhgphxgwuvssjlmbv_jv_f4ytcrem_s8asxjloc&code_challenge_method=s256&nonce=6548657d-79df-432b-bc2e-f2d71994fb18&state=eyjpzci6ijg1m2y0mgu4ltvhyzmtndjjyi1inzqwltzlmmy1mzbmmjizniisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
--- 23 Apr 08:22:19 903 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 23 Apr 08:22:20 920 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (a0b4a98fe4be068d8456fb56c156ab38)] -> xpath: //input[@id='i0118']]
--- 23 Apr 08:22:21 159 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (a0b4a98fe4be068d8456fb56c156ab38)] -> xpath: //input[@id='i0118']]
--- 23 Apr 08:22:24 714 - Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=4126f286-cfd0-49ac-9022-6d6911b4a8a4&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=2.39.0&client_info=1&code_challenge=sqydlhgphxgwuvssjlmbv_jv_f4ytcrem_s8asxjloc&code_challenge_method=s256&nonce=6548657d-79df-432b-bc2e-f2d71994fb18&state=eyjpzci6ijg1m2y0mgu4ltvhyzmtndjjyi1inzqwltzlmmy1mzbmmjizniisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
--- 23 Apr 08:22:24 715 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 23 Apr 08:22:29 695 - Page URL:: https://login.microsoftonline.com/common/login
--- 23 Apr 08:22:29 696 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 23 Apr 08:22:39 149 - Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
--- 23 Apr 08:22:39 150 - 6 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 23 Apr 08:22:42 526 - Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
--- 23 Apr 08:22:42 526 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 23 Apr 08:22:42 760 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (a0b4a98fe4be068d8456fb56c156ab38)] -> xpath: //b[text()='Admin Dashboard']]
--- 23 Apr 08:22:45 939 - Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
--- 23 Apr 08:22:45 940 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 23 Apr 08:22:46 142 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (a0b4a98fe4be068d8456fb56c156ab38)] -> xpath: //b[contains(text(),'Dashboard')]]
Successfully navigated to the 'Control Panel' page [ScreenShot]
--- 23 Apr 08:22:48 916 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (a0b4a98fe4be068d8456fb56c156ab38)] -> id: immAdministration]
--- 23 Apr 08:22:49 551 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (a0b4a98fe4be068d8456fb56c156ab38)] -> id: immMenuSystemSettings]
--- 23 Apr 08:22:50 887 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (a0b4a98fe4be068d8456fb56c156ab38)] -> xpath: //span[text()='Host Specific']/ancestor::mat-expansion-panel-header]
--- 23 Apr 08:22:51 637 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (a0b4a98fe4be068d8456fb56c156ab38)] -> xpath: //span[text()='Others']/ancestor::mat-expansion-panel-header]
--- 23 Apr 08:22:51 896 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (a0b4a98fe4be068d8456fb56c156ab38)] -> xpath: //span[text()='Receipt']/ancestor::mat-expansion-panel-header]
--- 23 Apr 08:22:52 157 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (a0b4a98fe4be068d8456fb56c156ab38)] -> xpath: //span[text()='Report']/ancestor::mat-expansion-panel-header]
--- 23 Apr 08:22:52 400 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (a0b4a98fe4be068d8456fb56c156ab38)] -> xpath: //span[text()='Suppress']/ancestor::mat-expansion-panel-header]
Expected: click on Settings button in Teller portal
Actual(Passed): Sucessfully clicked on Settings button in Teller portal[ScreenShot]
Actual(Passed): Sucessfully clicked on Settings button in Teller portal[ScreenShot]
--- 23 Apr 08:23:01 329 - Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
--- 23 Apr 08:23:01 329 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 23 Apr 08:23:07 677 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (a0b4a98fe4be068d8456fb56c156ab38)] -> id: immIsEditMode]
--- 23 Apr 08:23:16 694 - Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
--- 23 Apr 08:23:16 695 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 23 Apr 08:23:27 068 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (a0b4a98fe4be068d8456fb56c156ab38)] -> id: mat-tab-label-0-7]
Expected: click on Platform tab
Actual(Passed): Sucessfully clicked on Platform tab[ScreenShot]
Actual(Passed): Sucessfully clicked on Platform tab[ScreenShot]
Expected: click on Enable Hold Notice
Actual(Passed): Sucessfully clicked on Enable Hold Notice:true[ScreenShot]
Actual(Passed): Sucessfully clicked on Enable Hold Notice:true[ScreenShot]
Expected: click on Display Hold Notice Warning
Actual(Passed): Sucessfully clicked on Display Hold Notice warning:true[ScreenShot]
Actual(Passed): Sucessfully clicked on Display Hold Notice warning:true[ScreenShot]
--- 23 Apr 08:23:38 999 - Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
--- 23 Apr 08:23:38 999 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 23 Apr 08:23:45 292 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (a0b4a98fe4be068d8456fb56c156ab38)] -> id: immIsEditMode]
--- 23 Apr 08:23:53 929 - Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
--- 23 Apr 08:23:53 930 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 23 Apr 08:23:54 544 - TestCaseID:: verifyHoldNoticeWarningWithoutReasons
--- 23 Apr 08:23:58 069 - 3 - Driver::initialize::Get - com.imm.ereceipt.support.WebDriverFactory.get(WebDriverFactory.java:565)
--- 23 Apr 08:24:03 084 - Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-tellerportal-demo.azurewebsites.net&client-request-id=d5cf53fa-991b-4605-a905-254ed3c08c71&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=2.34.0&client_info=1&code_challenge=ygwbgybp01vhuliesnunzcbykznmb69htev6krg5zrg&code_challenge_method=s256&nonce=0f8074ac-6421-4bef-afc6-5cf4ea894a1f&state=eyjpzci6ijm1zde0mtlllti5mjgtngvkzi04mzriltqyzmjhytm5nmiyncisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
--- 23 Apr 08:24:03 085 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 23 Apr 08:24:03 374 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (d47dc6f4e08e37bb2ff00b9bd2fc8456)] -> xpath: //input[@id='i0116']]
--- 23 Apr 08:24:03 611 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (d47dc6f4e08e37bb2ff00b9bd2fc8456)] -> xpath: //input[@id='i0116']]
--- 23 Apr 08:24:03 884 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (d47dc6f4e08e37bb2ff00b9bd2fc8456)] -> id: idSIButton9]
--- 23 Apr 08:24:04 103 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (d47dc6f4e08e37bb2ff00b9bd2fc8456)] -> xpath: //input[@id='i0116']]
--- 23 Apr 08:24:04 291 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (d47dc6f4e08e37bb2ff00b9bd2fc8456)] -> xpath: //input[@id='i0116']]
--- 23 Apr 08:24:08 428 - Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-tellerportal-demo.azurewebsites.net&client-request-id=d5cf53fa-991b-4605-a905-254ed3c08c71&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=2.34.0&client_info=1&code_challenge=ygwbgybp01vhuliesnunzcbykznmb69htev6krg5zrg&code_challenge_method=s256&nonce=0f8074ac-6421-4bef-afc6-5cf4ea894a1f&state=eyjpzci6ijm1zde0mtlllti5mjgtngvkzi04mzriltqyzmjhytm5nmiyncisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
--- 23 Apr 08:24:08 429 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 23 Apr 08:24:12 137 - Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-tellerportal-demo.azurewebsites.net&client-request-id=d5cf53fa-991b-4605-a905-254ed3c08c71&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=2.34.0&client_info=1&code_challenge=ygwbgybp01vhuliesnunzcbykznmb69htev6krg5zrg&code_challenge_method=s256&nonce=0f8074ac-6421-4bef-afc6-5cf4ea894a1f&state=eyjpzci6ijm1zde0mtlllti5mjgtngvkzi04mzriltqyzmjhytm5nmiyncisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
--- 23 Apr 08:24:12 138 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 23 Apr 08:24:13 080 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (d47dc6f4e08e37bb2ff00b9bd2fc8456)] -> xpath: //input[@id='i0118']]
--- 23 Apr 08:24:13 402 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (d47dc6f4e08e37bb2ff00b9bd2fc8456)] -> xpath: //input[@id='i0118']]
--- 23 Apr 08:24:16 984 - Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-tellerportal-demo.azurewebsites.net&client-request-id=d5cf53fa-991b-4605-a905-254ed3c08c71&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=2.34.0&client_info=1&code_challenge=ygwbgybp01vhuliesnunzcbykznmb69htev6krg5zrg&code_challenge_method=s256&nonce=0f8074ac-6421-4bef-afc6-5cf4ea894a1f&state=eyjpzci6ijm1zde0mtlllti5mjgtngvkzi04mzriltqyzmjhytm5nmiyncisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
--- 23 Apr 08:24:16 985 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 23 Apr 08:24:21 789 - Page URL:: https://login.microsoftonline.com/common/login
--- 23 Apr 08:24:21 790 - 4 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 23 Apr 08:24:30 817 - Page URL:: https://er-tellerportal-demo.azurewebsites.net/dashboard
--- 23 Apr 08:24:30 817 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 23 Apr 08:24:34 193 - Page URL:: https://er-tellerportal-demo.azurewebsites.net/dashboard
--- 23 Apr 08:24:34 194 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 23 Apr 08:24:34 440 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (d47dc6f4e08e37bb2ff00b9bd2fc8456)] -> id: immOnFilter]
--- 23 Apr 08:24:37 714 - Page URL:: https://er-tellerportal-demo.azurewebsites.net/dashboard
--- 23 Apr 08:24:37 714 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 23 Apr 08:24:37 903 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (d47dc6f4e08e37bb2ff00b9bd2fc8456)] -> xpath: //b[contains(text(),'Dashboard')]]
Successfully navigated to the 'Dashboard' page [ScreenShot]
--- 23 Apr 08:24:40 510 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (d47dc6f4e08e37bb2ff00b9bd2fc8456)] -> id: immOnRunNonArchiveQuery]
--- 23 Apr 08:24:43 982 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (d47dc6f4e08e37bb2ff00b9bd2fc8456)] -> id: immMemberId]
--- 23 Apr 08:24:44 196 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (d47dc6f4e08e37bb2ff00b9bd2fc8456)] -> id: immMemberId]
Expected: Archived ( slider -on(true)/off(false))
Actual(Passed): Sucessfully slidered the Archived:false[ScreenShot]
Actual(Passed): Sucessfully slidered the Archived:false[ScreenShot]
Expected: Active ( slider -on(true)/off(false))
Actual(Passed): Sucessfully slidered the Active:true[ScreenShot]
Actual(Passed): Sucessfully slidered the Active:true[ScreenShot]
Expected: Error ( slider -on(true)/off(false))
Actual(Passed): Sucessfully slidered the Error:false[ScreenShot]
Actual(Passed): Sucessfully slidered the Error:false[ScreenShot]
--- 23 Apr 08:25:04 899 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (d47dc6f4e08e37bb2ff00b9bd2fc8456)] -> css selector: tr[id*='immTranRow']]
--- 23 Apr 08:25:05 168 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (d47dc6f4e08e37bb2ff00b9bd2fc8456)] -> css selector: tr[id*='immTranRow']]
--- 23 Apr 08:25:23 849 - Element not found : try HoldCancel
--- 23 Apr 08:25:26 149 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (d47dc6f4e08e37bb2ff00b9bd2fc8456)] -> id: immArchive]
Expected: Click on Archive button
Actual(Passed): clicked on Archive Button[ScreenShot]
Actual(Passed): clicked on Archive Button[ScreenShot]
--- 23 Apr 08:25:30 190 - Unable to find an element after 3 sec ==> [[RemoteWebDriver: chrome on Windows 10 (d47dc6f4e08e37bb2ff00b9bd2fc8456)] -> id: immGotoArchivedTransaction]
Expected: check transaction status message
Actual(Passed): Transaction is being archived ...[ScreenShot]
Actual(Passed): Transaction is being archived ...[ScreenShot]
--- 23 Apr 08:25:52 739 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (d47dc6f4e08e37bb2ff00b9bd2fc8456)] -> id: immGotoArchivedTransaction]
Expected: check transaction status message
Actual(Passed): Transaction is archived.[ScreenShot]
Actual(Passed): Transaction is archived.[ScreenShot]
--- 23 Apr 08:25:55 265 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (d47dc6f4e08e37bb2ff00b9bd2fc8456)] -> id: immGotoArchivedTransaction]
--- 23 Apr 08:25:55 494 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (d47dc6f4e08e37bb2ff00b9bd2fc8456)] -> id: immGotoArchivedTransaction]
Expected: click View Transaction is present in Receipt page
Actual(Passed): clicked View Transaction which is present in Receipt page[ScreenShot]
Actual(Passed): clicked View Transaction which is present in Receipt page[ScreenShot]
Expected: Print is present in Archive page
Actual(Passed): Print is present in Archive page[ScreenShot]
Actual(Passed): Print is present in Archive page[ScreenShot]
18 ignored methods
com.imm.ereceipt.testscripts.Receipt.Receipt
verifyNormalMemberAddUpdateContactInfo
verifyMemberIDAndArchiveInformationInReceiptPage
verifyHoldNoticTabInEreceiptWithMemberInfo
verifyReceivedAndDisbursedGridInReceiptPage
verifyErrorMessagesInReceiptPage
verifyHoldNoticeWarningWithReasons
verifyTransactionArchivInEreceipt
verifyEndTOEndTestOFNormalTellerInEreceipt
verifySelectedDisbursementGrid
verifyMemberAddUpdateContactInfo
verifyReceivedAndDisbursedErrorMessages
verifyNormalMemberIDAndArchiveInformationInReceiptPage
verifyReceivedAndDisbursedSumsInReceiptPage
verifyTouchSignatureEreceipt
verifyAuthenticationMemoAndScannedItemscardInReceiptPage
verifySignatureCardInReceiptPage
verifyUIElementsInReceiptPage
verifyShowTransactionCloseBtn
verifyMemberIDAndArchiveInformationInReceiptPage
verifyHoldNoticTabInEreceiptWithMemberInfo
verifyReceivedAndDisbursedGridInReceiptPage
verifyErrorMessagesInReceiptPage
verifyHoldNoticeWarningWithReasons
verifyTransactionArchivInEreceipt
verifyEndTOEndTestOFNormalTellerInEreceipt
verifySelectedDisbursementGrid
verifyMemberAddUpdateContactInfo
verifyReceivedAndDisbursedErrorMessages
verifyNormalMemberIDAndArchiveInformationInReceiptPage
verifyReceivedAndDisbursedSumsInReceiptPage
verifyTouchSignatureEreceipt
verifyAuthenticationMemoAndScannedItemscardInReceiptPage
verifySignatureCardInReceiptPage
verifyUIElementsInReceiptPage
verifyShowTransactionCloseBtn
Methods in chronological order
com.imm.ereceipt.testscripts.Receipt.Receipt
initialize(org.testng.TestRunner@acd115d)
0 ms
init(org.testng.TestRunner@acd115d)
642 ms
verifyHoldNoticeWarningWithoutReasons({Toggel=, Archived Transactions=no, Description=verify Hold Notice should not pop for non hold notic...)
121670 ms