Test results
1 suite, 1 failed test
com.imm.ereceipt.testscripts.Receipt.Receipt
verifyHoldNoticeWarningWithReasons ({Toggel=, Archived Transactions=no, Description=verify Hold Notice Warning Message with Reasons Saved, Email=, Archive=, Document Type=, Notify=, SignatureTab=, DisbursedExpression=, Operation=, Teller LastName=, Disbursed cash=, errorint=, TestID=verifyHoldNoticeWarningWithReasons, Print=, DisbursedExpressionValue=, Phone=, ReceivedCashValue=, Member=5034566, UserPwd=iMM2022!, Transtatus=Archived-false;Active-true;Error-false, Docment ID=, Teller=1881881, 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.NoSuchMethodError: 'org.jsoup.nodes.Element org.jsoup.nodes.Document.root()' at com.epam.healenium.treecomparing.JsoupHTMLParser.parse(JsoupHTMLParser.java:25) at com.epam.healenium.SelfHealingEngine.parseTree(SelfHealingEngine.java:140) at com.epam.healenium.processor.HealingProcessor.execute(HealingProcessor.java:35) at com.epam.healenium.processor.BaseProcessor.process(BaseProcessor.java:42) at com.epam.healenium.processor.BaseProcessor.process(BaseProcessor.java:50) at com.epam.healenium.processor.BaseProcessor.process(BaseProcessor.java:50) at com.epam.healenium.handlers.proxy.BaseHandler.findElement(BaseHandler.java:63) at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:39) at jdk.proxy2/jdk.proxy2.$Proxy13.findElement(Unknown Source) at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:68) at org.openqa.selenium.support.pagefactory.AjaxElementLocator.access$001(AjaxElementLocator.java:38) at org.openqa.selenium.support.pagefactory.AjaxElementLocator$SlowLoadingElement.isLoaded(AjaxElementLocator.java:156) at org.openqa.selenium.support.ui.SlowLoadableComponent.get(SlowLoadableComponent.java:79) at org.openqa.selenium.support.pagefactory.AjaxElementLocator.findElement(AjaxElementLocator.java:86) at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:38) at jdk.proxy2/jdk.proxy2.$Proxy17.isDisplayed(Unknown Source) at com.imm.ereceipt.support.ImmUtils.waitForElementToBeDisplayed(ImmUtils.java:306) at com.imm.ereceipt.pages.ReceiptPage.verifyLandingTranStatusMessage(ReceiptPage.java:2261) at com.imm.ereceipt.testscripts.Receipt.Receipt.verifyHoldNoticeWarningWithReasons(Receipt.java:3141) 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-870405571\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="verifyHoldNoticeWarningWithReasons"/>
        </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
verifyHoldNoticeWarningWithReasons
Receipt
verifyHoldNoticeWarningWithReasons
Times for IMM_QA_Automation
Total running time: 3 minutes
Reporter output for IMM_QA_Automation
verifyHoldNoticeWarningWithReasons({Toggel=, Archived Transactions=no, Description=verify Hold Notice Warning Message with Reasons Save...)
   --- 23 Apr 07:25:34 448 - TestCaseID:: verifyHoldNoticeWarningWithReasons
   --- 23 Apr 07:25:41 815 - 7 - Driver::initialize::Get - com.imm.ereceipt.support.WebDriverFactory.get(WebDriverFactory.java:565)
 ***** verify Hold Notice Warning Message with Reasons Saved *****
   --- 23 Apr 07:25:48 025 - 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=f1bf5482-4e80-4e85-aa3a-bb35baa49732&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=2.39.0&client_info=1&code_challenge=mojyhuuws07gihute8izv0cnqwjnjblkzqfomfbu1j8&code_challenge_method=s256&nonce=7ea82c0f-4986-4341-a36c-594bc5471047&state=eyjpzci6ijgxntyyztviltfhnjatndiwzs1izdi0ltfinwnjnmrmmjkyocisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
   --- 23 Apr 07:25:48 025 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
   --- 23 Apr 07:25:48 472 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (070a443cda6456b73fd0c93dd043262d)] -> xpath: //input[@id='i0116']]
 Successfully navigated to 'eReceipts FI Admin' Page
   --- 23 Apr 07:25:49 146 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (070a443cda6456b73fd0c93dd043262d)] -> xpath: //input[@id='i0116']]
   --- 23 Apr 07:25:49 761 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (070a443cda6456b73fd0c93dd043262d)] -> id: idSIButton9]
 Text field 'User ID', Password' and button 'Login, 'Cancel' are displayed in the 'Login' page
   --- 23 Apr 07:25:50 141 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (070a443cda6456b73fd0c93dd043262d)] -> xpath: //input[@id='i0116']]
   --- 23 Apr 07:25:50 519 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (070a443cda6456b73fd0c93dd043262d)] -> xpath: //input[@id='i0116']]
   --- 23 Apr 07:25:55 042 - 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=f1bf5482-4e80-4e85-aa3a-bb35baa49732&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=2.39.0&client_info=1&code_challenge=mojyhuuws07gihute8izv0cnqwjnjblkzqfomfbu1j8&code_challenge_method=s256&nonce=7ea82c0f-4986-4341-a36c-594bc5471047&state=eyjpzci6ijgxntyyztviltfhnjatndiwzs1izdi0ltfinwnjnmrmmjkyocisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
   --- 23 Apr 07:25:55 044 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
   --- 23 Apr 07:25:59 126 - 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=f1bf5482-4e80-4e85-aa3a-bb35baa49732&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=2.39.0&client_info=1&code_challenge=mojyhuuws07gihute8izv0cnqwjnjblkzqfomfbu1j8&code_challenge_method=s256&nonce=7ea82c0f-4986-4341-a36c-594bc5471047&state=eyjpzci6ijgxntyyztviltfhnjatndiwzs1izdi0ltfinwnjnmrmmjkyocisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
   --- 23 Apr 07:25:59 126 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
 Password text field is shown [ScreenShot]
   --- 23 Apr 07:26:00 500 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (070a443cda6456b73fd0c93dd043262d)] -> xpath: //input[@id='i0118']]
   --- 23 Apr 07:26:00 979 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (070a443cda6456b73fd0c93dd043262d)] -> xpath: //input[@id='i0118']]
   --- 23 Apr 07:26:04 825 - 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=f1bf5482-4e80-4e85-aa3a-bb35baa49732&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=2.39.0&client_info=1&code_challenge=mojyhuuws07gihute8izv0cnqwjnjblkzqfomfbu1j8&code_challenge_method=s256&nonce=7ea82c0f-4986-4341-a36c-594bc5471047&state=eyjpzci6ijgxntyyztviltfhnjatndiwzs1izdi0ltfinwnjnmrmmjkyocisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
   --- 23 Apr 07:26:04 825 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
 Entered values for the fields in 'Login' page [ScreenShot]
 logged with the Username:fiAdmin@Qaxpauto.onmicrosoft.com
   --- 23 Apr 07:26:10 038 - Page URL:: https://login.microsoftonline.com/common/login
   --- 23 Apr 07:26:10 049 - 4 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
   --- 23 Apr 07:26:20 190 - Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
   --- 23 Apr 07:26:20 190 - 6 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
   --- 23 Apr 07:26:23 557 - Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
   --- 23 Apr 07:26:23 557 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
   --- 23 Apr 07:26:23 856 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (070a443cda6456b73fd0c93dd043262d)] -> xpath: //b[text()='Admin Dashboard']]
   --- 23 Apr 07:26:27 189 - Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
   --- 23 Apr 07:26:27 189 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
   --- 23 Apr 07:26:27 447 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (070a443cda6456b73fd0c93dd043262d)] -> xpath: //b[contains(text(),'Dashboard')]]

Successfully navigated to the 'Control Panel' page [ScreenShot]
   --- 23 Apr 07:26:31 004 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (070a443cda6456b73fd0c93dd043262d)] -> id: immAdministration]
   --- 23 Apr 07:26:34 618 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (070a443cda6456b73fd0c93dd043262d)] -> id: immMenuSystemSettings]
   --- 23 Apr 07:26:37 207 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (070a443cda6456b73fd0c93dd043262d)] -> xpath: //span[text()='Host Specific']/ancestor::mat-expansion-panel-header]
   --- 23 Apr 07:26:38 071 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (070a443cda6456b73fd0c93dd043262d)] -> xpath: //span[text()='Others']/ancestor::mat-expansion-panel-header]
   --- 23 Apr 07:26:38 597 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (070a443cda6456b73fd0c93dd043262d)] -> xpath: //span[text()='Receipt']/ancestor::mat-expansion-panel-header]
   --- 23 Apr 07:26:39 408 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (070a443cda6456b73fd0c93dd043262d)] -> xpath: //span[text()='Report']/ancestor::mat-expansion-panel-header]
   --- 23 Apr 07:26:40 295 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (070a443cda6456b73fd0c93dd043262d)] -> 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]
   --- 23 Apr 07:26:50 704 - Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
   --- 23 Apr 07:26:50 705 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
   --- 23 Apr 07:26:57 050 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (070a443cda6456b73fd0c93dd043262d)] -> id: immIsEditMode]
 clicked on Edit [ScreenShot]
   --- 23 Apr 07:27:06 081 - Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
   --- 23 Apr 07:27:06 082 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
   --- 23 Apr 07:27:16 482 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (070a443cda6456b73fd0c93dd043262d)] -> id: mat-tab-label-0-7]
Expected: click on Platform tab
Actual(Passed): Sucessfully clicked on Platform tab
[ScreenShot]
Expected: click on Enable Hold Notice
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]
   --- 23 Apr 07:27:28 507 - Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
   --- 23 Apr 07:27:28 508 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
   --- 23 Apr 07:27:34 801 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (070a443cda6456b73fd0c93dd043262d)] -> id: immIsEditMode]
 clicked on Edit [ScreenShot]
   --- 23 Apr 07:27:43 596 - Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
   --- 23 Apr 07:27:43 596 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
   --- 23 Apr 07:27:44 213 - TestCaseID:: verifyHoldNoticeWarningWithReasons
   --- 23 Apr 07:27:47 697 - 3 - Driver::initialize::Get - com.imm.ereceipt.support.WebDriverFactory.get(WebDriverFactory.java:565)
   --- 23 Apr 07:27:52 956 - 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=30ecf64e-406e-4acb-bc2e-852b95f3a296&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=2.34.0&client_info=1&code_challenge=jwxf1bpgdy74cpzhq57zu3wevck_jshi_d1eapd7tb8&code_challenge_method=s256&nonce=4efda187-5f90-4745-a234-127ca2fd4dc0&state=eyjpzci6imfmn2e4mjkwltmwnwetndcyni04mgnhltqzmzi5m2e3nznjysisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
   --- 23 Apr 07:27:52 958 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
   --- 23 Apr 07:27:53 184 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> xpath: //input[@id='i0116']]
 Successfully navigated to 'eReceipts Teller' Page
   --- 23 Apr 07:27:53 441 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> xpath: //input[@id='i0116']]
   --- 23 Apr 07:27:53 702 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> id: idSIButton9]
 Text field 'User ID', Password' and button 'Login, 'Cancel' are displayed in the 'Login' page
   --- 23 Apr 07:27:54 061 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> xpath: //input[@id='i0116']]
   --- 23 Apr 07:27:54 370 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> xpath: //input[@id='i0116']]
   --- 23 Apr 07:27:58 271 - 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=30ecf64e-406e-4acb-bc2e-852b95f3a296&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=2.34.0&client_info=1&code_challenge=jwxf1bpgdy74cpzhq57zu3wevck_jshi_d1eapd7tb8&code_challenge_method=s256&nonce=4efda187-5f90-4745-a234-127ca2fd4dc0&state=eyjpzci6imfmn2e4mjkwltmwnwetndcyni04mgnhltqzmzi5m2e3nznjysisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
   --- 23 Apr 07:27:58 271 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
   --- 23 Apr 07:28:02 063 - 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=30ecf64e-406e-4acb-bc2e-852b95f3a296&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=2.34.0&client_info=1&code_challenge=jwxf1bpgdy74cpzhq57zu3wevck_jshi_d1eapd7tb8&code_challenge_method=s256&nonce=4efda187-5f90-4745-a234-127ca2fd4dc0&state=eyjpzci6imfmn2e4mjkwltmwnwetndcyni04mgnhltqzmzi5m2e3nznjysisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
   --- 23 Apr 07:28:02 063 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
 Password text field is shown [ScreenShot]
   --- 23 Apr 07:28:03 122 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> xpath: //input[@id='i0118']]
   --- 23 Apr 07:28:03 419 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> xpath: //input[@id='i0118']]
   --- 23 Apr 07:28:07 170 - 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=30ecf64e-406e-4acb-bc2e-852b95f3a296&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=2.34.0&client_info=1&code_challenge=jwxf1bpgdy74cpzhq57zu3wevck_jshi_d1eapd7tb8&code_challenge_method=s256&nonce=4efda187-5f90-4745-a234-127ca2fd4dc0&state=eyjpzci6imfmn2e4mjkwltmwnwetndcyni04mgnhltqzmzi5m2e3nznjysisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
   --- 23 Apr 07:28:07 171 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
 Entered values for the fields in 'Login' page [ScreenShot]
 logged with the Username:fiAdmin@Qaxpauto.onmicrosoft.com
   --- 23 Apr 07:28:12 125 - Page URL:: https://login.microsoftonline.com/common/login
   --- 23 Apr 07:28:12 126 - 4 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
   --- 23 Apr 07:28:21 334 - Page URL:: https://er-tellerportal-demo.azurewebsites.net/dashboard
   --- 23 Apr 07:28:21 335 - 5 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
   --- 23 Apr 07:28:24 679 - Page URL:: https://er-tellerportal-demo.azurewebsites.net/dashboard
   --- 23 Apr 07:28:24 679 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
   --- 23 Apr 07:28:24 956 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> id: immOnFilter]
   --- 23 Apr 07:28:28 351 - Page URL:: https://er-tellerportal-demo.azurewebsites.net/dashboard
   --- 23 Apr 07:28:28 352 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
   --- 23 Apr 07:28:28 554 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> xpath: //b[contains(text(),'Dashboard')]]

Successfully navigated to the 'Dashboard' page [ScreenShot]
   --- 23 Apr 07:28:31 246 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> id: immOnRunNonArchiveQuery]
 Clicked 'Non Archived' button
   --- 23 Apr 07:28:34 819 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> id: immTellerId]
   --- 23 Apr 07:28:35 028 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> id: immTellerId]
 Entered 'Teller' : 1881881 [ScreenShot]
   --- 23 Apr 07:28:37 168 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> id: immMemberId]
   --- 23 Apr 07:28:37 372 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> id: immMemberId]
 Entered 'Member' : 5034566 [ScreenShot]
Expected: Archived ( slider -on(true)/off(false))
Actual(Passed): Sucessfully slidered the Archived:false
[ScreenShot]
Expected: Active ( slider -on(true)/off(false))
Actual(Passed): Sucessfully slidered the Active:true
[ScreenShot]
Expected: Error ( slider -on(true)/off(false))
Actual(Passed): Sucessfully slidered the Error:false
[ScreenShot]
 Clicked sliders Button :Transaction status [ScreenShot]
 Clicked 'Apply' button
   --- 23 Apr 07:28:57 782 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> css selector: tr[id*='immTranRow']]
   --- 23 Apr 07:28:57 883 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> css selector: tr[id*='immTranRow']]
Expected: Check the Hold Notice after opening Receipt Page
Actual(Passed): Successfully Checked the Hold Notice after opening Receipt Page
[ScreenShot]
Expected: Click on Hold notice Cancel button
Actual(Passed): Successfully Clicked on Hold notice Cancel button
[ScreenShot]
   --- 23 Apr 07:29:09 122 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> id: immHoldNoticeCancel]
   --- 23 Apr 07:29:09 315 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> id: immHoldNoticeHeaderDesc]
   --- 23 Apr 07:29:09 506 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> id: immHoldNoticeExceptionHeaderDesc]
   --- 23 Apr 07:29:09 719 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> id: immDepositAmount]
Expected: Click on Hold notice in Receipt Page
Actual(Passed): Successfully Clicked on Hold notice in Receipt Page
[ScreenShot]
   --- 23 Apr 07:29:10 433 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> id: immHoldNoticeSave]
   --- 23 Apr 07:29:10 632 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> id: immHoldNoticeSave]
Expected: Click Checkbox of Header Description in Hold notice Popup
Actual(Passed): Successfully Clicked Checkbox of Header Description in Hold notice Popup
[ScreenShot]
Expected: Click on Hold notice Save button
Actual(Passed): Successfully Clicked on Hold notice Save button
[ScreenShot]
 Clicked 'Notify' button
   --- 23 Apr 07:29:15 676 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> id: immIsNotify]
Expected: Set the notify flag
Actual(Passed): Successfully checked notify checkbox
[ScreenShot]
 Clicked 'Archive' button
   --- 23 Apr 07:29:20 480 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> id: immArchive]
   --- 23 Apr 07:29:21 274 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> id: immAdd]
   --- 23 Apr 07:29:21 543 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> id: immUpdateAndOrArchive]
Expected: click on Archive button
Actual(Passed): Successfully clicked on Archive Button
[ScreenShot]
   --- 23 Apr 07:29:21 993 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> id: immUpdateAndOrArchive]
   --- 23 Apr 07:29:22 262 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> id: immUpdateAndOrArchive]
Expected: click finish is present in Receipt page
Actual(Passed): clicked finish which is present in Receipt page
[ScreenShot]
   --- 23 Apr 07:29:27 002 - Unable to find an element after 3 sec ==> [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> id: immGotoArchivedTransaction]
Expected: check transaction status message
Actual(Passed): Transaction is being archived ...
[ScreenShot]
   --- 23 Apr 07:29:49 549 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> id: immGotoArchivedTransaction]
Expected: check transaction status message
Actual(Passed): Transaction is archived.
[ScreenShot]
   --- 23 Apr 07:29:52 051 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> id: immGotoArchivedTransaction]
   --- 23 Apr 07:29:52 303 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> id: immGotoArchivedTransaction]
Expected: click View Transaction is present in Receipt page
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]
Expected: Notify is present in Archive page
Actual(Passed): Notify is present in Receipt page
[ScreenShot]
   --- 23 Apr 07:30:01 345 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> id: immDashboard]
   --- 23 Apr 07:30:06 744 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> css selector: tr[id*='immTranRow']]
   --- 23 Apr 07:30:06 831 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> css selector: tr[id*='immTranRow']]
   --- 23 Apr 07:30:12 804 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> id: immHoldNoticeSave]
   --- 23 Apr 07:30:13 010 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> id: immHoldNoticeSave]
Expected: Check the Hold Notice after opening Receipt Page
Actual(Passed): Successfully Checked the Hold Notice after opening Receipt Page
[ScreenShot]
Expected: Click on Hold notice Cancel button
Actual(Passed): Successfully Clicked on Hold notice Cancel button
[ScreenShot]
   --- 23 Apr 07:30:18 349 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> id: immHoldNoticeCancel]
   --- 23 Apr 07:30:18 532 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> id: immHoldNoticeHeaderDesc]
   --- 23 Apr 07:30:18 710 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> id: immHoldNoticeExceptionHeaderDesc]
   --- 23 Apr 07:30:18 905 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> id: immDepositAmount]
Expected: Click on Hold notice in Receipt Page
Actual(Passed): Successfully Clicked on Hold notice in Receipt Page
[ScreenShot]
   --- 23 Apr 07:30:19 666 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> id: immHoldNoticeSave]
   --- 23 Apr 07:30:19 841 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> id: immHoldNoticeSave]
Expected: Click Checkbox of Header Description in Hold notice Popup
Actual(Passed): Successfully Clicked Checkbox of Header Description in Hold notice Popup
[ScreenShot]
Expected: Click on Hold notice Save button
Actual(Passed): Successfully Clicked on Hold notice Save button
[ScreenShot]
 Clicked 'Notify' button
   --- 23 Apr 07:30:24 912 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> id: immIsNotify]
Expected: Set the notify flag
Actual(Passed): Successfully checked notify checkbox
[ScreenShot]
 Clicked 'Archive' button
   --- 23 Apr 07:30:29 680 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> id: immArchive]
   --- 23 Apr 07:30:30 534 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> id: immAdd]
   --- 23 Apr 07:30:30 715 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> id: immUpdateAndOrArchive]
Expected: click on Archive button
Actual(Passed): Successfully clicked on Archive Button
[ScreenShot]
   --- 23 Apr 07:30:31 370 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> id: immUpdateAndOrArchive]
   --- 23 Apr 07:30:31 612 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> id: immUpdateAndOrArchive]
Expected: click finish is present in Receipt page
Actual(Passed): clicked finish which is present in Receipt page
[ScreenShot]
   --- 23 Apr 07:30:36 101 - Unable to find an element after 3 sec ==> [[RemoteWebDriver: chrome on Windows 10 (5d26ae2e0f83f8166f5cf58ebf1be9e7)] -> id: immGotoArchivedTransaction]
Expected: check transaction status message
Actual(Passed): Transaction is being archived ...
[ScreenShot]
18 ignored methods
com.imm.ereceipt.testscripts.Receipt.Receipt
verifyNormalMemberAddUpdateContactInfo
verifyMemberIDAndArchiveInformationInReceiptPage
verifyHoldNoticTabInEreceiptWithMemberInfo
verifyReceivedAndDisbursedGridInReceiptPage
verifyErrorMessagesInReceiptPage
verifyHoldNoticeWarningWithoutReasons
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@7ec176da) 0 ms
init(org.testng.TestRunner@7ec176da) 161 ms
verifyHoldNoticeWarningWithReasons({Toggel=, Archived Transactions=no, Description=verify Hold Notice Warning Message with Reasons Save...) 133863 ms