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-975633728\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, ...)
Successfully navigated to the 'Dashboard' page [ScreenShot]
--- 08 Mar 12:24:03 149 - TestCaseID:: verifyMemberAddUpdateContactInfo
--- 08 Mar 12:24:18 475 - 15 - Driver::initialize::Get - com.imm.ereceipt.support.WebDriverFactory.get(WebDriverFactory.java:557)
--- 08 Mar 12:24:29 848 - 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=64c4bdf7-c981-4709-9fe1-42d76c225c26&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=2.34.0&client_info=1&code_challenge=q9eqpxafcchfelqowrnqflejcrzxcddnextvk_jht2k&code_challenge_method=s256&nonce=cebbac77-c9dc-445e-976c-47a0056ee62d&state=eyjpzci6ijbmzwrmntewlwe5yjatndhmmy04ntk4lwzhotq3ytm5zwi0osisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
--- 08 Mar 12:24:29 848 - 5 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Mar 12:24:30 138 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> xpath: //input[@id='i0116']]
--- 08 Mar 12:24:30 280 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> xpath: //input[@id='i0116']]
--- 08 Mar 12:24:30 572 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> id: idSIButton9]
--- 08 Mar 12:24:31 707 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> xpath: //input[@id='i0116']]
--- 08 Mar 12:24:32 125 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> xpath: //input[@id='i0116']]
--- 08 Mar 12:24:36 439 - 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=64c4bdf7-c981-4709-9fe1-42d76c225c26&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=2.34.0&client_info=1&code_challenge=q9eqpxafcchfelqowrnqflejcrzxcddnextvk_jht2k&code_challenge_method=s256&nonce=cebbac77-c9dc-445e-976c-47a0056ee62d&state=eyjpzci6ijbmzwrmntewlwe5yjatndhmmy04ntk4lwzhotq3ytm5zwi0osisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
--- 08 Mar 12:24:36 439 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Mar 12:24:40 098 - 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=64c4bdf7-c981-4709-9fe1-42d76c225c26&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=2.34.0&client_info=1&code_challenge=q9eqpxafcchfelqowrnqflejcrzxcddnextvk_jht2k&code_challenge_method=s256&nonce=cebbac77-c9dc-445e-976c-47a0056ee62d&state=eyjpzci6ijbmzwrmntewlwe5yjatndhmmy04ntk4lwzhotq3ytm5zwi0osisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
--- 08 Mar 12:24:40 099 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Mar 12:24:41 190 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> xpath: //input[@id='i0118']]
--- 08 Mar 12:24:41 454 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> xpath: //input[@id='i0118']]
--- 08 Mar 12:24:44 937 - 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=64c4bdf7-c981-4709-9fe1-42d76c225c26&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=2.34.0&client_info=1&code_challenge=q9eqpxafcchfelqowrnqflejcrzxcddnextvk_jht2k&code_challenge_method=s256&nonce=cebbac77-c9dc-445e-976c-47a0056ee62d&state=eyjpzci6ijbmzwrmntewlwe5yjatndhmmy04ntk4lwzhotq3ytm5zwi0osisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
--- 08 Mar 12:24:44 942 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Mar 12:24:49 841 - Page URL:: https://login.microsoftonline.com/common/login
--- 08 Mar 12:24:49 841 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Mar 12:25:00 023 - Page URL:: https://er-tellerportal-demo.azurewebsites.net/dashboard
--- 08 Mar 12:25:00 024 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Mar 12:25:03 643 - Page URL:: https://er-tellerportal-demo.azurewebsites.net/dashboard
--- 08 Mar 12:25:03 643 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Mar 12:25:03 851 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> id: immOnFilter]
--- 08 Mar 12:25:07 184 - Page URL:: https://er-tellerportal-demo.azurewebsites.net/dashboard
--- 08 Mar 12:25:07 194 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Mar 12:25:07 403 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> xpath: //mat-toolbar/div/button[2]/span]
Successfully navigated to the 'Dashboard' page [ScreenShot]
--- 08 Mar 12:25:13 122 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> id: immTranDateFrom]
--- 08 Mar 12:25:13 229 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> id: immTranDateFrom]
--- 08 Mar 12:25:13 862 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> id: immTranDateTo]
--- 08 Mar 12:25:15 737 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> id: immMemberId]
--- 08 Mar 12:25:15 815 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> 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]
--- 08 Mar 12:25:36 014 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> css selector: tr[id*='immTranRow']]
--- 08 Mar 12:25:36 068 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> css selector: tr[id*='immTranRow']]
--- 08 Mar 12:25:43 536 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> id: immTranMember]
--- 08 Mar 12:25:44 915 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> 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]
Actual(Passed): verified 'Cancel,print,save' Elemnts in Update Contact Information box[ScreenShot]
--- 08 Mar 12:25:49 809 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> id: immAdd]
--- 08 Mar 12:25:50 392 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> id: immFullname]
--- 08 Mar 12:25:50 648 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> id: immFullname]
--- 08 Mar 12:25:51 493 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> id: immEmailAddress]
--- 08 Mar 12:25:51 974 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> id: immPhoneNumber]
--- 08 Mar 12:25:56 707 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> id: immDefault]
--- 08 Mar 12:26:02 547 - Unable to find an element after 5 sec ==> [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> id: immSave]
Expected: verify Email Element in Add new Contact Information box
Actual(Passed): verified Email Elements in Add new Contact Information box[ScreenShot]
Actual(Passed): verified Email Elements in Add new Contact Information box[ScreenShot]
--- 08 Mar 12:26:05 952 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> id: immCancel]
--- 08 Mar 12:26:12 139 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> id: immAdd]
--- 08 Mar 12:26:12 800 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> id: immFullname]
--- 08 Mar 12:26:13 521 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> id: immFullname]
--- 08 Mar 12:26:13 991 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> id: immEmailAddress]
--- 08 Mar 12:26:14 527 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> id: immPhoneNumber]
--- 08 Mar 12:26:19 128 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> id: immDefault]
--- 08 Mar 12:26:24 667 - Unable to find an element after 5 sec ==> [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> id: immSave]
Expected: verify Phone Element in Add new Contact Information box
Actual(Passed): verified Phone Elements in Add new Contact Information box[ScreenShot]
Actual(Passed): verified Phone Elements in Add new Contact Information box[ScreenShot]
--- 08 Mar 12:26:27 990 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> id: immCancel]
--- 08 Mar 12:26:34 227 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> id: immAdd]
--- 08 Mar 12:26:35 500 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> id: immFullname]
--- 08 Mar 12:26:35 574 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> id: immFullname]
--- 08 Mar 12:26:36 022 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> id: immEmailAddress]
--- 08 Mar 12:26:36 537 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> id: immPhoneNumber]
--- 08 Mar 12:26:41 205 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> id: immDefault]
--- 08 Mar 12:26:41 416 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> id: immSave]
--- 08 Mar 12:26:41 563 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> id: immSave]
--- 08 Mar 12:26:45 116 - Page URL:: https://er-tellerportal-demo.azurewebsites.net/transaction/b8b41ebd-bc2e-4f9f-b5c1-122041404dd3
--- 08 Mar 12:26:45 117 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Mar 12:26:48 188 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> css selector: tr[id*='immStoredMemberRow']>td:nth-of-type(1)]
--- 08 Mar 12:27:04 995 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> id: immUpdateAndOrArchive]
Expected: verify Elements in Add new Contact Information box
Actual(Passed): verified Elemnts in Add new Contact Information box[ScreenShot]
Actual(Passed): verified Elemnts in Add new Contact Information box[ScreenShot]
--- 08 Mar 12:27:05 327 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> id: immUpdateAndOrArchive]
--- 08 Mar 12:27:05 451 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> id: immUpdateAndOrArchive]
--- 08 Mar 12:27:10 758 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> id: immTranMember]
--- 08 Mar 12:27:12 029 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> 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]
Actual(Passed): verified 'Cancel,print,save' Elemnts in Update Contact Information box[ScreenShot]
--- 08 Mar 12:27:32 500 - Page URL:: https://er-tellerportal-demo.azurewebsites.net/transaction/b8b41ebd-bc2e-4f9f-b5c1-122041404dd3
--- 08 Mar 12:27:32 500 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Mar 12:27:47 576 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> 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]
Actual(Passed): verified Select function in Update Contact Information box[ScreenShot]
--- 08 Mar 12:28:11 973 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> css selector: tr[id*='immStoredMemberRow']>td:nth-of-type(1)]
--- 08 Mar 12:28:12 075 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> id: immCancel]
--- 08 Mar 12:28:12 378 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> 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]
Actual(Passed): verified Select function in Update Contact Information box is shown in member id[ScreenShot]
--- 08 Mar 12:28:16 829 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> id: immTranMember]
--- 08 Mar 12:28:20 319 - Page URL:: https://er-tellerportal-demo.azurewebsites.net/transaction/b8b41ebd-bc2e-4f9f-b5c1-122041404dd3
--- 08 Mar 12:28:20 319 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Mar 12:28:23 375 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> css selector: tr[id*='immStoredMemberRow']>td:nth-of-type(1)]
--- 08 Mar 12:28:42 364 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> css selector: tr[id*='immStoredMemberRow']>td:nth-of-type(4) mat-checkbox[id*=immDefault]]
--- 08 Mar 12:28:45 884 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> 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]
Actual(Passed): verified Delete Elements in Update Contact Information box after default is disabled[ScreenShot]
--- 08 Mar 12:28:46 235 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87a27b5ad7f8aff12282f1b2dbb558d0)] -> 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
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@5f72aaed)
0 ms
init(org.testng.TestRunner@5f72aaed)
358 ms
verifyMemberAddUpdateContactInfo({Toggel=TRUE, Archived Transactions=no, Description=verify MemberID And Archive Information Update, ...)
16443 ms