Test results
1 suite, 1 failed test
com.imm.ereceipt.testscripts.Login.Login
verifyHelpMenuTellerPortal ({=, TestID=verifyHelpMenuTellerPortal, UserPwd=iMM2022!, Type=, Description=verify Heaader Items in Teller Portal, Username=JaneOperator@Qaxpauto1.onmicrosoft.com, Version=8.1.3, DocumentURL=/help/Home.htm})
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:312) 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.Login.Login.verifyHelpMenuTellerPortal(Login.java:527) 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 Documentation and About in 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.Login.Login">
        <methods>
          <include name="verifyHelpMenuTellerPortal"/>
        </methods>
      </class> <!-- com.imm.ereceipt.testscripts.Login.Login -->
    </classes>
  </test> <!-- IMM_Test_Chrome -->
</suite> <!-- IMM_QA_Automation -->
            
Tests for IMM_QA_Automation
  • IMM_Test_Chrome (1 class)
Groups for IMM_QA_Automation
DocumentationAbout
verifyHelpMenuTellerPortal
P1
verifyHelpMenuTellerPortal
Times for IMM_QA_Automation
Total running time: 1 minutes
Reporter output for IMM_QA_Automation
verifyHelpMenuTellerPortal({=, TestID=verifyHelpMenuTellerPortal, UserPwd=iMM2022!, Type=, Description=verify Heaader Items in ...)
   --- 28 Aug 14:29:25 979 - TestCaseID:: verifyHelpMenuTellerPortal
   --- 28 Aug 14:29:29 363 - 3 - Driver::initialize::Get - com.imm.ereceipt.support.WebDriverFactory.get(WebDriverFactory.java:565)
verify Heaader Items in Teller Portal
Steps:
 ***** verify Heaader Items in Teller Portal *****
   --- 28 Aug 14:30:03 191 - Page URL:: https://er-tellerportal-demo.azurewebsites.net/
   --- 28 Aug 14:30:03 204 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
   --- 28 Aug 14:30:28 817 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (f354ae05c047cf7a95593dc81ef2f1fd)] -> xpath: //input[@id='i0116']]
 Successfully navigated to 'eReceipts FI Admin' Page
   --- 28 Aug 14:30:28 907 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (f354ae05c047cf7a95593dc81ef2f1fd)] -> xpath: //input[@id='i0116']]
   --- 28 Aug 14:30:28 994 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (f354ae05c047cf7a95593dc81ef2f1fd)] -> id: idSIButton9]
 Text field 'User ID', Password' and button 'Login, 'Cancel' are displayed in the 'Login' page
   --- 28 Aug 14:30:29 072 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (f354ae05c047cf7a95593dc81ef2f1fd)] -> xpath: //input[@id='i0116']]
   --- 28 Aug 14:30:29 144 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (f354ae05c047cf7a95593dc81ef2f1fd)] -> xpath: //input[@id='i0116']]
   --- 28 Aug 14:30:32 728 - 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=0198efe8-2548-74ce-8e5a-ddb85b65e378&response_mode=fragment&client_info=1&nonce=0198efe8-254c-7dd7-8426-461670007a49&state=eyjpzci6ijaxothlzmu4lti1ngitn2i2mc04y2nilwi0mgrlmmrmmjexniisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=tag2sr8aadwz9bvd0svggg6ziz-daotwz8cwxhxtcz4&code_challenge_method=s256&sso_reload=true
   --- 28 Aug 14:30:32 729 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
   --- 28 Aug 14:30:36 107 - 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=0198efe8-2548-74ce-8e5a-ddb85b65e378&response_mode=fragment&client_info=1&nonce=0198efe8-254c-7dd7-8426-461670007a49&state=eyjpzci6ijaxothlzmu4lti1ngitn2i2mc04y2nilwi0mgrlmmrmmjexniisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=tag2sr8aadwz9bvd0svggg6ziz-daotwz8cwxhxtcz4&code_challenge_method=s256&sso_reload=true
   --- 28 Aug 14:30:36 108 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
 Password text field is shown [ScreenShot]
   --- 28 Aug 14:30:39 602 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (f354ae05c047cf7a95593dc81ef2f1fd)] -> xpath: //input[@id='i0118']]
   --- 28 Aug 14:30:39 911 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (f354ae05c047cf7a95593dc81ef2f1fd)] -> xpath: //input[@id='i0118']]
   --- 28 Aug 14:30:43 440 - 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=0198efe8-2548-74ce-8e5a-ddb85b65e378&response_mode=fragment&client_info=1&nonce=0198efe8-254c-7dd7-8426-461670007a49&state=eyjpzci6ijaxothlzmu4lti1ngitn2i2mc04y2nilwi0mgrlmmrmmjexniisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=tag2sr8aadwz9bvd0svggg6ziz-daotwz8cwxhxtcz4&code_challenge_method=s256&sso_reload=true
   --- 28 Aug 14:30:43 441 - 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:JaneOperator@Qaxpauto1.onmicrosoft.com
   --- 28 Aug 14:30:48 595 - Page URL:: https://login.microsoftonline.com/common/login
   --- 28 Aug 14:30:48 595 - 4 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
   --- 28 Aug 14:31:05 757 - Page URL:: https://er-tellerportal-demo.azurewebsites.net/#code=1.aweb73_yusvmr0c_nh8d-vcnuwgd8lgobffisuceyytr8ihmaqbhaq.agabbaiaaabvrspeuwamram2jaf1xrqeawds_wua9p9msltkupql2knikfqvqjbzlwkilviadrzd_0dgaxty_prbk5ayitigivo5auy0cevhzkd9wtyb-detdqq-fxryxxruvvx0eu4qnlxzpp2fy0ffg3rgsgljuspmlmqqgm_xcsref4ujvva6vosrhxfhd-amfmrsynvrwcjyerxfkpeiojbqbwyvdcnkls95a5ikyo_wh8bx2pvveqgqhgdeydakyqh01--gtab6vhk2hkq7uc3txb1ntcfiavmin-_qwjxhuf0ywt64iey4a6gb9ntkxv6h5mwdvyk_euoebh-dmomv4o4x5t51wqdhw2gjqqulky4dnusvdmr7aw2eorcx5sr8zyb8n5r96cs4md22xldbmd_vmhfl3hvpi4rgiqcg2bkjqwn99uvdibhceraoums_o7_osomv4ncgy4up77sfdaruuldgzdps3gabe9guu730fagacoauqxqyffmp5qqhceatkihv3kirmcm2ce3yye1isdjngmi0l42ife13832v3bejpo4tle_txeedtrcrnru5es8sty_lb982jtz1srxrtdgxvwjwgdicz6uk8oawgop1x2zfrxnsoamkjs3eoikcx3pfxvz9elcwbexl6tlc0ds7xnnqjhl9z_-dqrnk-p71clvavike_klfi0gvjkw1wwgvo3czgzntbp-yq8fwrpqbojlddxyohndfpjwmwojicz02-rknlifinlrl0yxx4pnwnxm7rohuk8d2gxte__zwgzzirldijpbvzld_g93xupx4ynzfcoe7gasaddu4r6erlgsecukycxkw-kxv2ikwanxhy7fixujwxqfnqbgulaena29eabplwm0ucucykm6ubrknp4x1w8akhhrvzildsfvjtgzgri79noimuhl73gz97oeybilqh1mkh7axaynmuhk&client_info=eyj1awqioiiwmzmwymjhni00n2jiltq1mgutyjg0mi1hnjgwngq1nzy0otkilcj1dglkijoiymfmmjdmzwytnjzjns00mdq3lwjmowutmwywm2y5ntcynzuxin0&state=eyjpzci6ijaxothlzmu4lti1ngitn2i2mc04y2nilwi0mgrlmmrmmjexniisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&session_state=007e5fa9-cb09-7dd5-5899-e39b0f204e0d
   --- 28 Aug 14:31:05 759 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
   --- 28 Aug 14:31:08 939 - Page URL:: https://er-tellerportal-demo.azurewebsites.net/#code=1.aweb73_yusvmr0c_nh8d-vcnuwgd8lgobffisuceyytr8ihmaqbhaq.agabbaiaaabvrspeuwamram2jaf1xrqeawds_wua9p9msltkupql2knikfqvqjbzlwkilviadrzd_0dgaxty_prbk5ayitigivo5auy0cevhzkd9wtyb-detdqq-fxryxxruvvx0eu4qnlxzpp2fy0ffg3rgsgljuspmlmqqgm_xcsref4ujvva6vosrhxfhd-amfmrsynvrwcjyerxfkpeiojbqbwyvdcnkls95a5ikyo_wh8bx2pvveqgqhgdeydakyqh01--gtab6vhk2hkq7uc3txb1ntcfiavmin-_qwjxhuf0ywt64iey4a6gb9ntkxv6h5mwdvyk_euoebh-dmomv4o4x5t51wqdhw2gjqqulky4dnusvdmr7aw2eorcx5sr8zyb8n5r96cs4md22xldbmd_vmhfl3hvpi4rgiqcg2bkjqwn99uvdibhceraoums_o7_osomv4ncgy4up77sfdaruuldgzdps3gabe9guu730fagacoauqxqyffmp5qqhceatkihv3kirmcm2ce3yye1isdjngmi0l42ife13832v3bejpo4tle_txeedtrcrnru5es8sty_lb982jtz1srxrtdgxvwjwgdicz6uk8oawgop1x2zfrxnsoamkjs3eoikcx3pfxvz9elcwbexl6tlc0ds7xnnqjhl9z_-dqrnk-p71clvavike_klfi0gvjkw1wwgvo3czgzntbp-yq8fwrpqbojlddxyohndfpjwmwojicz02-rknlifinlrl0yxx4pnwnxm7rohuk8d2gxte__zwgzzirldijpbvzld_g93xupx4ynzfcoe7gasaddu4r6erlgsecukycxkw-kxv2ikwanxhy7fixujwxqfnqbgulaena29eabplwm0ucucykm6ubrknp4x1w8akhhrvzildsfvjtgzgri79noimuhl73gz97oeybilqh1mkh7axaynmuhk&client_info=eyj1awqioiiwmzmwymjhni00n2jiltq1mgutyjg0mi1hnjgwngq1nzy0otkilcj1dglkijoiymfmmjdmzwytnjzjns00mdq3lwjmowutmwywm2y5ntcynzuxin0&state=eyjpzci6ijaxothlzmu4lti1ngitn2i2mc04y2nilwi0mgrlmmrmmjexniisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&session_state=007e5fa9-cb09-7dd5-5899-e39b0f204e0d
   --- 28 Aug 14:31:08 943 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
   --- 28 Aug 14:31:22 624 - sleep failed..
10 ignored methods
com.imm.ereceipt.testscripts.Login.Login
verifyTellerAndAdminLogin
verifyHeaderItemsTellerPortal
verifyLoginWithWrongCredentailsAdminPortal
verifyLoginWithWrongCredentails
verifyUIElementsInAdminControlPanel
verifyHelpMenuAdminPortal
verifyDocumentationAboutInDashBoardPage
verifyAdminPortalLogin
verifyTellerAndSuperTellerLogin
verifyDocumentationAboutInAdminControlPanel
Methods in chronological order
com.imm.ereceipt.testscripts.Login.Login
initialize(org.testng.TestRunner@991cbde) 0 ms
init(org.testng.TestRunner@991cbde) 65 ms
verifyHelpMenuTellerPortal({=, TestID=verifyHelpMenuTellerPortal, UserPwd=iMM2022!, Type=, Description=verify Heaader Items in ...) 3693 ms