Test results
1 suite, 1 failed test
com.imm.ereceipt.testscripts.Receipt.Receipt
verifyMemberAddUpdateContactInfo ({Toggel=TRUE, Archived Transactions=no, Description=verify MemberID And Archive Information Update, Email=Hohn@email.com, Archive=, Document Type=, Notify=, SignatureTab=, DisbursedExpression=, Operation=, Teller LastName=, Disbursed cash=, errorint=, TestID=verifyMemberAddUpdateContactInfo, Print=, DisbursedExpressionValue=, Phone=(555) 021-3315, ReceivedCashValue=, Member=5034463, UserPwd=iMM2022!, Transtatus=Archived-false;Active-true;Error-false, Docment ID=, Teller=, Teller FirstName=, errorMessage=, ReceivedExpressionValue=, Date=11/01/2021 - 11/20/2021, Platfrom=, Received cash=, Transaction=, Header=, Expression=, Username=ChrisSuperTeller@Qaxpauto.onmicrosoft.com, DisbursedCashValue=, FullName=John, 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:144) 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.$Proxy16.findElement(Unknown Source) at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:70) at org.openqa.selenium.support.pagefactory.AjaxElementLocator.access$001(AjaxElementLocator.java:39) at org.openqa.selenium.support.pagefactory.AjaxElementLocator$SlowLoadingElement.isLoaded(AjaxElementLocator.java:165) at org.openqa.selenium.support.ui.SlowLoadableComponent.get(SlowLoadableComponent.java:72) at org.openqa.selenium.support.pagefactory.AjaxElementLocator.findElement(AjaxElementLocator.java:95) at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:39) at jdk.proxy2/jdk.proxy2.$Proxy20.isDisplayed(Unknown Source) at com.imm.ereceipt.pages.ReceiptPage.deleteInformation(ReceiptPage.java:1543) at com.imm.ereceipt.testscripts.Receipt.Receipt.verifyMemberAddUpdateContactInfo(Receipt.java:2398) 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 Member Add in Update Contact)
C:\Users\ratnak\AppData\Local\Temp\testng-eclipse-1424167821\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="verifyMemberAddUpdateContactInfo"/>
        </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
verifyMemberAddUpdateContactInfo
Receipt
verifyMemberAddUpdateContactInfo
Smoke
verifyMemberAddUpdateContactInfo
Times for IMM_QA_Automation
Total running time: 4 minutes
Reporter output for IMM_QA_Automation
verifyMemberAddUpdateContactInfo({Toggel=TRUE, Archived Transactions=no, Description=verify MemberID And Archive Information Update, ...)
   --- 08 Mar 10:37:22 479 - TestCaseID:: verifyMemberAddUpdateContactInfo
   --- 08 Mar 10:37:35 696 - 13 - Driver::initialize::Get - com.imm.ereceipt.support.WebDriverFactory.get(WebDriverFactory.java:557)
 ***** verify MemberID And Archive Information Update *****
   --- 08 Mar 10:37:43 199 - 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=d335ccd7-e7e4-4567-935c-6d0fdb0384ce&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=2.34.0&client_info=1&code_challenge=xiii-nwpgc3dyqknxhutlpknf7s7plab4erl1kbxe6k&code_challenge_method=s256&nonce=ffd0ca24-fde8-451e-92e7-2dbf84c08e3a&state=eyjpzci6imi1ytyyytkxlwm0otgtndvmmy05odlllwqzmzhmmdkymgywzcisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
   --- 08 Mar 10:37:43 200 - 4 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
   --- 08 Mar 10:37:43 504 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> xpath: //input[@id='i0116']]
 Successfully navigated to 'eReceipts Teller' Page
   --- 08 Mar 10:37:43 633 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> xpath: //input[@id='i0116']]
   --- 08 Mar 10:37:43 871 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> id: idSIButton9]
 Text field 'User ID', Password' and button 'Login, 'Cancel' are displayed in the 'Login' page
   --- 08 Mar 10:37:43 979 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> xpath: //input[@id='i0116']]
   --- 08 Mar 10:37:44 115 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> xpath: //input[@id='i0116']]
   --- 08 Mar 10:37:48 637 - 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=d335ccd7-e7e4-4567-935c-6d0fdb0384ce&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=2.34.0&client_info=1&code_challenge=xiii-nwpgc3dyqknxhutlpknf7s7plab4erl1kbxe6k&code_challenge_method=s256&nonce=ffd0ca24-fde8-451e-92e7-2dbf84c08e3a&state=eyjpzci6imi1ytyyytkxlwm0otgtndvmmy05odlllwqzmzhmmdkymgywzcisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
   --- 08 Mar 10:37:48 638 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
   --- 08 Mar 10:37:52 422 - 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=d335ccd7-e7e4-4567-935c-6d0fdb0384ce&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=2.34.0&client_info=1&code_challenge=xiii-nwpgc3dyqknxhutlpknf7s7plab4erl1kbxe6k&code_challenge_method=s256&nonce=ffd0ca24-fde8-451e-92e7-2dbf84c08e3a&state=eyjpzci6imi1ytyyytkxlwm0otgtndvmmy05odlllwqzmzhmmdkymgywzcisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
   --- 08 Mar 10:37:52 423 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
 Password text field is shown [ScreenShot]
   --- 08 Mar 10:37:58 524 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> xpath: //input[@id='i0118']]
   --- 08 Mar 10:37:58 707 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> xpath: //input[@id='i0118']]
   --- 08 Mar 10:38:02 457 - 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=d335ccd7-e7e4-4567-935c-6d0fdb0384ce&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=2.34.0&client_info=1&code_challenge=xiii-nwpgc3dyqknxhutlpknf7s7plab4erl1kbxe6k&code_challenge_method=s256&nonce=ffd0ca24-fde8-451e-92e7-2dbf84c08e3a&state=eyjpzci6imi1ytyyytkxlwm0otgtndvmmy05odlllwqzmzhmmdkymgywzcisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
   --- 08 Mar 10:38:02 458 - 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:ChrisSuperTeller@Qaxpauto.onmicrosoft.com
   --- 08 Mar 10:38:07 890 - Page URL:: https://login.microsoftonline.com/common/login
   --- 08 Mar 10:38:07 891 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
   --- 08 Mar 10:38:17 135 - Page URL:: https://er-tellerportal-demo.azurewebsites.net/dashboard
   --- 08 Mar 10:38:17 135 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
   --- 08 Mar 10:38:20 521 - Page URL:: https://er-tellerportal-demo.azurewebsites.net/dashboard
   --- 08 Mar 10:38:20 521 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
   --- 08 Mar 10:38:20 690 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> id: immOnFilter]
   --- 08 Mar 10:38:24 102 - Page URL:: https://er-tellerportal-demo.azurewebsites.net/dashboard
   --- 08 Mar 10:38:24 109 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
   --- 08 Mar 10:38:24 251 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> xpath: //mat-toolbar/div/button[2]/span]

Successfully navigated to the 'Dashboard' page [ScreenShot]
 Clicked 'Non Archived' button
   --- 08 Mar 10:38:29 991 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> id: immTranDateFrom]
   --- 08 Mar 10:38:30 074 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> id: immTranDateFrom]
   --- 08 Mar 10:38:30 743 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> id: immTranDateTo]
 Entered 'Date range' : 11/01/2021 - 11/20/2021 [ScreenShot]
   --- 08 Mar 10:38:32 694 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> id: immMemberId]
   --- 08 Mar 10:38:32 786 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> id: immMemberId]
 Entered 'Member' : 5034463 [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
   --- 08 Mar 10:38:53 254 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> css selector: tr[id*='immTranRow']]
   --- 08 Mar 10:38:53 304 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> css selector: tr[id*='immTranRow']]
   --- 08 Mar 10:39:00 855 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> id: immTranMember]
   --- 08 Mar 10:39:01 702 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> id: immAdd]
Expected: verify 'Cancel,print,save' Elements in Update Contact Information box
Actual(Passed): verified 'Cancel,print,save' Elemnts in Update Contact Information box
[ScreenShot]
   --- 08 Mar 10:39:06 710 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> id: immAdd]
   --- 08 Mar 10:39:07 350 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> id: immFullname]
   --- 08 Mar 10:39:07 584 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> id: immFullname]
   --- 08 Mar 10:39:08 113 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> id: immEmailAddress]
   --- 08 Mar 10:39:08 652 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> id: immPhoneNumber]
   --- 08 Mar 10:39:13 371 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> id: immDefault]
   --- 08 Mar 10:39:19 039 - Unable to find an element after 5 sec ==> [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> id: immSave]
Expected: verify Email Element in Add new Contact Information box
Actual(Passed): verified Email Elements in Add new Contact Information box
[ScreenShot]
   --- 08 Mar 10:39:22 419 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> id: immCancel]
   --- 08 Mar 10:39:28 589 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> id: immAdd]
   --- 08 Mar 10:39:29 888 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> id: immFullname]
   --- 08 Mar 10:39:29 963 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> id: immFullname]
   --- 08 Mar 10:39:30 419 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> id: immEmailAddress]
   --- 08 Mar 10:39:30 944 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> id: immPhoneNumber]
   --- 08 Mar 10:39:35 536 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> id: immDefault]
   --- 08 Mar 10:39:41 047 - Unable to find an element after 5 sec ==> [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> id: immSave]
Expected: verify Phone Element in Add new Contact Information box
Actual(Passed): verified Phone Elements in Add new Contact Information box
[ScreenShot]
   --- 08 Mar 10:39:44 355 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> id: immCancel]
   --- 08 Mar 10:39:50 535 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> id: immAdd]
   --- 08 Mar 10:39:51 830 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> id: immFullname]
   --- 08 Mar 10:39:51 902 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> id: immFullname]
   --- 08 Mar 10:39:52 309 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> id: immEmailAddress]
   --- 08 Mar 10:39:52 811 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> id: immPhoneNumber]
   --- 08 Mar 10:39:57 397 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> id: immDefault]
   --- 08 Mar 10:39:57 610 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> id: immSave]
   --- 08 Mar 10:39:57 739 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> id: immSave]
   --- 08 Mar 10:40:01 320 - Page URL:: https://er-tellerportal-demo.azurewebsites.net/transaction/b8b41ebd-bc2e-4f9f-b5c1-122041404dd3
   --- 08 Mar 10:40:01 320 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
   --- 08 Mar 10:40:04 647 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> css selector: tr[id*='immStoredMemberRow']>td:nth-of-type(1)]
   --- 08 Mar 10:40:17 063 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> id: immUpdateAndOrArchive]
Expected: verify Elements in Add new Contact Information box
Actual(Passed): verified Elemnts in Add new Contact Information box
[ScreenShot]
   --- 08 Mar 10:40:17 390 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> id: immUpdateAndOrArchive]
   --- 08 Mar 10:40:17 496 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> id: immUpdateAndOrArchive]
   --- 08 Mar 10:40:22 776 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> id: immTranMember]
   --- 08 Mar 10:40:24 068 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> id: immAdd]
Expected: verify 'Cancel,print,save' Elements in Update Contact Information box
Actual(Passed): verified 'Cancel,print,save' Elemnts in Update Contact Information box
[ScreenShot]
   --- 08 Mar 10:40:40 274 - Page URL:: https://er-tellerportal-demo.azurewebsites.net/transaction/b8b41ebd-bc2e-4f9f-b5c1-122041404dd3
   --- 08 Mar 10:40:40 275 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
   --- 08 Mar 10:40:55 334 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> css selector: tr[id*='immStoredMemberRow']>td:nth-of-type(1)]
Expected: verify Select function in Update Contact Information box
Actual(Passed): verified Select function in Update Contact Information box
[ScreenShot]
   --- 08 Mar 10:41:15 591 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> css selector: tr[id*='immStoredMemberRow']>td:nth-of-type(1)]
   --- 08 Mar 10:41:15 701 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> id: immCancel]
   --- 08 Mar 10:41:15 967 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> id: immTranMember]
Expected: verify Select function in Update Contact Information box is shown in member id
Actual(Passed): verified Select function in Update Contact Information box is shown in member id
[ScreenShot]
   --- 08 Mar 10:41:20 486 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> id: immTranMember]
   --- 08 Mar 10:41:23 979 - Page URL:: https://er-tellerportal-demo.azurewebsites.net/transaction/b8b41ebd-bc2e-4f9f-b5c1-122041404dd3
   --- 08 Mar 10:41:23 979 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
   --- 08 Mar 10:41:27 031 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> css selector: tr[id*='immStoredMemberRow']>td:nth-of-type(1)]
   --- 08 Mar 10:41:41 777 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> css selector: tr[id*='immStoredMemberRow']>td:nth-of-type(4) mat-checkbox[id*=immDefault]]
   --- 08 Mar 10:41:45 121 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> css selector: tr[id*='immStoredMemberRow']>td:nth-of-type(5) div[id*='immDelete']]
Expected: verified Delete Elements in Update Contact Information box after default is disabled
Actual(Passed): verified Delete Elements in Update Contact Information box after default is disabled
[ScreenShot]
   --- 08 Mar 10:41:45 418 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> css selector: tr[id*='immStoredMemberRow']>td:nth-of-type(5) div[id*='immDelete']]
   --- 08 Mar 10:41:45 496 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (53f3d8341013e353e8ccdc2ef5a1b6a4)] -> css selector: tr[id*='immStoredMemberRow']>td:nth-of-type(5) div[id*='immDelete']]
16 ignored methods
com.imm.ereceipt.testscripts.Receipt.Receipt
verifyNormalMemberAddUpdateContactInfo
verifyHoldNoticTabInEreceipt
verifyMemberIDAndArchiveInformationInReceiptPage
verifyReceivedAndDisbursedGridInReceiptPage
verifyErrorMessagesInReceiptPage
verifyTransactionArchivInEreceipt
verifyEndTOEndTestOFNormalTellerInEreceipt
verifySelectedDisbursementGrid
verifyReceivedAndDisbursedErrorMessages
verifyNormalMemberIDAndArchiveInformationInReceiptPage
verifyReceivedAndDisbursedSumsInReceiptPage
verifyTouchSignatureEreceipt
verifyAuthenticationMemoAndScannedItemscardInReceiptPage
verifySignatureCardInReceiptPage
verifyUIElementsInReceiptPage
verifyShowTransactionCloseBtn
Methods in chronological order
com.imm.ereceipt.testscripts.Receipt.Receipt
initialize(org.testng.TestRunner@1418a1bd) 0 ms
init(org.testng.TestRunner@1418a1bd) 385 ms
verifyMemberAddUpdateContactInfo({Toggel=TRUE, Archived Transactions=no, Description=verify MemberID And Archive Information Update, ...) 14184 ms