com.imm.ereceipt.testscripts.DashBoard.DashBoard
verifyInvalidEmailInNotifyInDashboardPage
({Description=verify the invalid email in notify dashboard page, Email=ratnamalathi, Teller LastName=, print signatur=, errorint=1, TestID=verifyInvalidEmailInNotifyInDashboardPage, Color Transactions=yes, Member=, UserPwd=iMM2022!, Transtatus=Archived-True;Active-False;Error-False, Receipt=, Report=, Teller=, Teller FirstName=, errorMessage=Invalid Email Address, Suppress=, Date=, print Disburstments=, Print signature line=, Type=, Transaction=, Header=, Username=ChrisSuperTeller@Qaxpauto1.onmicrosoft.com, SMS=(732) 890-6074, Sign=, Scan=})
java.lang.AssertionError: java.lang.InterruptedException: sleep interrupted
at org.openqa.selenium.support.ui.SlowLoadableComponent.waitFor(SlowLoadableComponent.java:103)
at org.openqa.selenium.support.ui.SlowLoadableComponent.get(SlowLoadableComponent.java:76)
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.DashboardPage.isLoaded(DashboardPage.java:311)
at org.openqa.selenium.support.ui.LoadableComponent.get(LoadableComponent.java:51)
at com.imm.ereceipt.pages.SignInPage.clickLoginBtn(SignInPage.java:189)
at com.imm.ereceipt.testscripts.DashBoard.DashBoard.verifyInvalidEmailInNotifyInDashboardPage(DashBoard.java:1432)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:578)
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:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
Caused by: java.lang.InterruptedException: sleep interrupted
at java.base/java.lang.Thread.sleep0(Native Method)
at java.base/java.lang.Thread.sleep(Thread.java:484)
at org.openqa.selenium.support.ui.SlowLoadableComponent.waitFor(SlowLoadableComponent.java:100)
... 35 more
(verify the invalid email in notify dashboard page)
C:\Users\dhima\git\eReceipts\IMM_EReceiptsWeb_Automation\testxml\Regression\XP\QAXPAuto\EReceiptChrome_demo.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="IMM_Test_Chrome" verbose="3">
<classes>
<class name="com.imm.ereceipt.testscripts.DashBoard.DashBoard">
<methods>
<include name="verifyInvalidEmailInNotifyInDashboardPage"/>
</methods>
</class> <!-- com.imm.ereceipt.testscripts.DashBoard.DashBoard -->
</classes>
</test> <!-- IMM_Test_Chrome -->
</suite> <!-- IMM_QA_Automation -->
Tests for IMM_QA_Automation
- IMM_Test_Chrome (1 class)
Groups for IMM_QA_Automation
DashBoard
verifyInvalidEmailInNotifyInDashboardPage
P1
verifyInvalidEmailInNotifyInDashboardPage
Times for IMM_QA_Automation
Total running time: 1 minutes
Reporter output for IMM_QA_Automation
verifyInvalidEmailInNotifyInDashboardPage({Description=verify the invalid email in notify dashboard page, Email=ratnamalathi, Teller LastName=...)
--- 21 Aug 19:49:31 875 - TestCaseID:: verifyInvalidEmailInNotifyInDashboardPage
--- 21 Aug 19:49:34 877 - 3 - Driver::initialize::Get - com.imm.ereceipt.support.WebDriverFactory.get(WebDriverFactory.java:565)
verify the invalid email in notify dashboard page
Steps:
--- 21 Aug 19:50:06 196 - Page URL:: https://er-tellerportal-demo.azurewebsites.net/
--- 21 Aug 19:50:06 196 - 28 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 21 Aug 19:50:21 383 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7e64f71b44aa99ae07f8d68a4514396b)] -> xpath: //input[@id='i0116']]
--- 21 Aug 19:50:21 498 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7e64f71b44aa99ae07f8d68a4514396b)] -> xpath: //input[@id='i0116']]
--- 21 Aug 19:50:21 581 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7e64f71b44aa99ae07f8d68a4514396b)] -> id: idSIButton9]
--- 21 Aug 19:50:21 668 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7e64f71b44aa99ae07f8d68a4514396b)] -> xpath: //input[@id='i0116']]
--- 21 Aug 19:50:21 746 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7e64f71b44aa99ae07f8d68a4514396b)] -> xpath: //input[@id='i0116']]
--- 21 Aug 19:50:25 148 - 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=0198cd00-71e2-7922-a516-e2033fcef076&response_mode=fragment&client_info=1&nonce=0198cd00-71e5-73dc-aee0-db59e07d3137&state=eyjpzci6ijaxothjzdawltcxztqtnzizos1imjq5ltnmytfkzdbmntuwosisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=u_2h4yihdnmvg2ffy1c77a7twujfl_ru9yw5tinheoo&code_challenge_method=s256&sso_reload=true
--- 21 Aug 19:50:25 148 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 21 Aug 19:50:28 564 - 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=0198cd00-71e2-7922-a516-e2033fcef076&response_mode=fragment&client_info=1&nonce=0198cd00-71e5-73dc-aee0-db59e07d3137&state=eyjpzci6ijaxothjzdawltcxztqtnzizos1imjq5ltnmytfkzdbmntuwosisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=u_2h4yihdnmvg2ffy1c77a7twujfl_ru9yw5tinheoo&code_challenge_method=s256&sso_reload=true
--- 21 Aug 19:50:28 566 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 21 Aug 19:50:32 099 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7e64f71b44aa99ae07f8d68a4514396b)] -> xpath: //input[@id='i0118']]
--- 21 Aug 19:50:32 202 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7e64f71b44aa99ae07f8d68a4514396b)] -> xpath: //input[@id='i0118']]
--- 21 Aug 19:50:35 512 - 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=0198cd00-71e2-7922-a516-e2033fcef076&response_mode=fragment&client_info=1&nonce=0198cd00-71e5-73dc-aee0-db59e07d3137&state=eyjpzci6ijaxothjzdawltcxztqtnzizos1imjq5ltnmytfkzdbmntuwosisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=u_2h4yihdnmvg2ffy1c77a7twujfl_ru9yw5tinheoo&code_challenge_method=s256&sso_reload=true
--- 21 Aug 19:50:35 512 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 21 Aug 19:50:40 461 - Page URL:: https://login.microsoftonline.com/common/login
--- 21 Aug 19:50:40 463 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 21 Aug 19:50:59 906 - Page URL:: https://er-tellerportal-demo.azurewebsites.net/#code=1.aweb73_yusvmr0c_nh8d-vcnuwgd8lgobffisuceyytr8ihmaqbhaq.agabbaiaaabvrspeuwamram2jaf1xrqeawds_wua9p9_94zpyegkl0pisme_uubfkbiw01demzmnsedvd5nkvwd-3jq0kulpnhe6xncnymtyxwji3cgiy8ddulzfmu434ctiixij4ftcpj0c87cbttsibqvc3fulpfzoklcjkoic8qy3yucwsag8tgrh79wr9qemgyainin8wgeonqhzqvrzg6pt4rqnn9wxrfa3stca6coe8kzhluverqdanunpvt7kwkdpdfnx6i4gaxizv5fno_njbtlkhqbqxc-inykkblg7tcuyfbqihf90arftno__ui2cs74jujaxvs3adzkvzohdyiqpwqtb27rxquhywqn426hz1leziu0_qv0iuyfykm4oxbq7oyqjxedi96r5hacaax0odm492vvp_z0zizucsd74sn-vdsipahqq34bmeqtxmuidakp8r-g5zxmn201_5chrijsgw_bvkgvcwa9_qsavqhlezf-u9lzaqajy9gstb5m34-8p4irzvoiei3tygp1x_7gaconnhjra9pb9f-cxhzx2k32bplxh2ltcsmd-hlzvsrw1jq0tnnbk64iblq1gpbafx5ieqag3poaasol_-wzns6lhmwdszaikrzdv7ja96ol5ruwh23azzicjalszajkyow4pk8qscdteo-mufmkjos240ddrkcbti7p1xfk2jguzgioktsr4ldehz7t_z_cgwxqus_jqsr-nskdah2e0qjavmcsqaufa4azz5h7fbbdv3tvkfbxvsvxbw8xad6klfz01deqq0eehm7su0ixv0hkwm_jvblhdnmj-zy6kawlpdg5fvy5fsw2cjehphgl1bq_cqrmz_rwjruciror-i_jqk-mk7klwnb7ju6a8nka236fncbidz9cd8f9ra90bddhgk7bsjxswbvsiegwe3lav6aleftnxtznhn8z9trvdly5pc1qmxtzcwlezc_zv&client_info=eyj1awqioiiwymu5mtnlni1mm2u1ltrmzgutody0ny0zyme2ztkzyzm1ztgilcj1dglkijoiymfmmjdmzwytnjzjns00mdq3lwjmowutmwywm2y5ntcynzuxin0&state=eyjpzci6ijaxothjzdawltcxztqtnzizos1imjq5ltnmytfkzdbmntuwosisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&session_state=007d4e39-7183-cb7f-a70f-4a6398b3d1ef
--- 21 Aug 19:50:59 906 - 16 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 21 Aug 19:51:03 117 - Page URL:: https://er-tellerportal-demo.azurewebsites.net/#code=1.aweb73_yusvmr0c_nh8d-vcnuwgd8lgobffisuceyytr8ihmaqbhaq.agabbaiaaabvrspeuwamram2jaf1xrqeawds_wua9p9_94zpyegkl0pisme_uubfkbiw01demzmnsedvd5nkvwd-3jq0kulpnhe6xncnymtyxwji3cgiy8ddulzfmu434ctiixij4ftcpj0c87cbttsibqvc3fulpfzoklcjkoic8qy3yucwsag8tgrh79wr9qemgyainin8wgeonqhzqvrzg6pt4rqnn9wxrfa3stca6coe8kzhluverqdanunpvt7kwkdpdfnx6i4gaxizv5fno_njbtlkhqbqxc-inykkblg7tcuyfbqihf90arftno__ui2cs74jujaxvs3adzkvzohdyiqpwqtb27rxquhywqn426hz1leziu0_qv0iuyfykm4oxbq7oyqjxedi96r5hacaax0odm492vvp_z0zizucsd74sn-vdsipahqq34bmeqtxmuidakp8r-g5zxmn201_5chrijsgw_bvkgvcwa9_qsavqhlezf-u9lzaqajy9gstb5m34-8p4irzvoiei3tygp1x_7gaconnhjra9pb9f-cxhzx2k32bplxh2ltcsmd-hlzvsrw1jq0tnnbk64iblq1gpbafx5ieqag3poaasol_-wzns6lhmwdszaikrzdv7ja96ol5ruwh23azzicjalszajkyow4pk8qscdteo-mufmkjos240ddrkcbti7p1xfk2jguzgioktsr4ldehz7t_z_cgwxqus_jqsr-nskdah2e0qjavmcsqaufa4azz5h7fbbdv3tvkfbxvsvxbw8xad6klfz01deqq0eehm7su0ixv0hkwm_jvblhdnmj-zy6kawlpdg5fvy5fsw2cjehphgl1bq_cqrmz_rwjruciror-i_jqk-mk7klwnb7ju6a8nka236fncbidz9cd8f9ra90bddhgk7bsjxswbvsiegwe3lav6aleftnxtznhn8z9trvdly5pc1qmxtzcwlezc_zv&client_info=eyj1awqioiiwymu5mtnlni1mm2u1ltrmzgutody0ny0zyme2ztkzyzm1ztgilcj1dglkijoiymfmmjdmzwytnjzjns00mdq3lwjmowutmwywm2y5ntcynzuxin0&state=eyjpzci6ijaxothjzdawltcxztqtnzizos1imjq5ltnmytfkzdbmntuwosisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&session_state=007d4e39-7183-cb7f-a70f-4a6398b3d1ef
--- 21 Aug 19:51:03 118 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 21 Aug 19:51:16 868 - sleep failed..
12 ignored methods
com.imm.ereceipt.testscripts.DashBoard.DashBoard
verifySortingInDashBoard
verifyUIElemntsInDashBoard
verifyFiltersInDashBoard
verifyTooltipsInReceiptPage
verifyErrorMessagesInDashBoardPage
verifyNotifyInArchiveReceiptPage
verifyReportTooltipsInDashboardPage_ER3814
verifySettingsInTellerPage
verifyValidEmailInNotifyInDashboardPage
verifyTransactionDefaultRequired
verifyTransactionColorsInDashBoard
verifyForTransactionInTellerAndSuperTeller
verifyUIElemntsInDashBoard
verifyFiltersInDashBoard
verifyTooltipsInReceiptPage
verifyErrorMessagesInDashBoardPage
verifyNotifyInArchiveReceiptPage
verifyReportTooltipsInDashboardPage_ER3814
verifySettingsInTellerPage
verifyValidEmailInNotifyInDashboardPage
verifyTransactionDefaultRequired
verifyTransactionColorsInDashBoard
verifyForTransactionInTellerAndSuperTeller
Methods in chronological order
com.imm.ereceipt.testscripts.DashBoard.DashBoard
initialize(org.testng.TestRunner@ed2f2f6)
0 ms
init(org.testng.TestRunner@ed2f2f6)
57 ms
verifyInvalidEmailInNotifyInDashboardPage({Description=verify the invalid email in notify dashboard page, Email=ratnamalathi, Teller LastName=...)
3222 ms