com.imm.ereceipt.testscripts.DashBoard.DashBoard
verifyErrorMessagesInDashBoardPage
({Description=verify Error Messages In DashBoard Page with invalid start Dates, Email=, Teller LastName=, print signatur=, errorint=1, TestID=verifyErrorMessagesInDashBoardPage, Color Transactions=, Member=, UserPwd=iMM2022!, Transtatus=Archived-false;Active-true;Error-false, Receipt=, Report=, Teller=, Teller FirstName=, errorMessage=Please enter a valid start date, Suppress=, Date=13/13/2017 - 12/, print Disburstments=, Print signature line=, Type=, Transaction=, Header=, Username=ChrisSuperTeller@Qaxpauto1.onmicrosoft.com, SMS=, Sign=, Scan=})
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266)
at java.base/java.util.Objects.checkIndex(Objects.java:359)
at java.base/java.util.ArrayList.get(ArrayList.java:427)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at org.openqa.selenium.support.pagefactory.internal.LocatingElementListHandler.invoke(LocatingElementListHandler.java:39)
at jdk.proxy2/jdk.proxy2.$Proxy21.get(Unknown Source)
at com.imm.ereceipt.pages.DashboardPage.getErrorMesage(DashboardPage.java:658)
at com.imm.ereceipt.testscripts.DashBoard.DashBoard.verifyErrorMessagesInDashBoardPage(DashBoard.java:689)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
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)
(Verify negative/invalid Search of the Date,Teller,Teller name,Member name in DashBoard page)
verifyErrorMessagesInDashBoardPage
({Description=verify Error Messages In DashBoard Page with wrong Dates, Email=, Teller LastName=, print signatur=, errorint=1, TestID=verifyErrorMessagesInDashBoardPage, Color Transactions=, Member=123, UserPwd=iMM2022!, Transtatus=Archived-false;Active-true;Error-false, Receipt=, Report=, Teller=, Teller FirstName=, errorMessage=End Date < Start Date, Suppress=, Date=12/28/2022 - 2/28/2016, print Disburstments=, Print signature line=, Type=, Transaction=, Header=, Username=ChrisSuperTeller@Qaxpauto1.onmicrosoft.com, SMS=, Sign=, Scan=})
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266)
at java.base/java.util.Objects.checkIndex(Objects.java:359)
at java.base/java.util.ArrayList.get(ArrayList.java:427)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at org.openqa.selenium.support.pagefactory.internal.LocatingElementListHandler.invoke(LocatingElementListHandler.java:39)
at jdk.proxy2/jdk.proxy2.$Proxy21.get(Unknown Source)
at com.imm.ereceipt.pages.DashboardPage.getErrorMesage(DashboardPage.java:658)
at com.imm.ereceipt.testscripts.DashBoard.DashBoard.verifyErrorMessagesInDashBoardPage(DashBoard.java:689)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
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)
(Verify negative/invalid Search of the Date,Teller,Teller name,Member name in DashBoard page)
verifyErrorMessagesInDashBoardPage
({Description=verify Error Messages In DashBoard Page with invalid end Dates, Email=, Teller LastName=, print signatur=, errorint=1, TestID=verifyErrorMessagesInDashBoardPage, Color Transactions=, Member=, UserPwd=iMM2022!, Transtatus=Archived-false;Active-true;Error-false, Receipt=, Report=, Teller=, Teller FirstName=, errorMessage=Please enter a valid end date, Suppress=, Date=11/11/2017 - 13/12/2018, print Disburstments=, Print signature line=, Type=, Transaction=, Header=, Username=ChrisSuperTeller@Qaxpauto1.onmicrosoft.com, SMS=, Sign=, Scan=})
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266)
at java.base/java.util.Objects.checkIndex(Objects.java:359)
at java.base/java.util.ArrayList.get(ArrayList.java:427)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at org.openqa.selenium.support.pagefactory.internal.LocatingElementListHandler.invoke(LocatingElementListHandler.java:39)
at jdk.proxy2/jdk.proxy2.$Proxy21.get(Unknown Source)
at com.imm.ereceipt.pages.DashboardPage.getErrorMesage(DashboardPage.java:658)
at com.imm.ereceipt.testscripts.DashBoard.DashBoard.verifyErrorMessagesInDashBoardPage(DashBoard.java:689)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
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)
(Verify negative/invalid Search of the Date,Teller,Teller name,Member name in DashBoard page)
verifyErrorMessagesInDashBoardPage
({Description=verify Error Messages In DashBoard Page with Teller First and Last name, Email=, Teller LastName=#878%, print signatur=, errorint=2, TestID=verifyErrorMessagesInDashBoardPage, Color Transactions=, Member=5034474, UserPwd=iMM2022!, Transtatus=Archived-false;Active-true;Error-false, Receipt=, Report=, Teller=, Teller FirstName=9876*&(^, errorMessage=Special characters not allowed.;Special characters not allowed., Suppress=, Date=2, print Disburstments=, Print signature line=, Type=, Transaction=, Header=, Username=ChrisSuperTeller@Qaxpauto1.onmicrosoft.com, SMS=, Sign=, Scan=})
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <input _ngcontent-ng-c3152267910="" id="immUserFirstName" matinput="" name="userFirstName" autocomplete="new-userFirstName" pattern="^[A-Za-z0-9]+$" class="mat-mdc-input-element ng-untouched ng-pristine ng-valid mat-mdc-form-field-input-control mdc-text-field__input cdk-text-field-autofill-monitored" aria-invalid="false" aria-required="false"> is not clickable at point (209, 289). Other element would receive the click: <mat-label _ngcontent-ng-c3152267910="">...</mat-label>
(Session info: chrome=138.0.7204.101)
Build info: version: '4.28.0', revision: 'ac342546e9'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '16.0.2'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [dbc8b9ec647a19b6075825fd9f1c49dc, clickElement {id=f.22FFC12AF7AAF63EA75242B5119BD909.d.C40B9EEC213F0A80F6B8D9C07524A1C7.e.62}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 138.0.7204.101, chrome: {chromedriverVersion: 138.0.7204.94 (545025748884..., userDataDir: C:\Users\pavank\AppData\Loc...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:65243}, goog:loggingPrefs: {performance: ALL}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://10.0.2.22:4444/session..., se:cdpVersion: 138.0.7204.101, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
Element: [[RemoteWebDriver: chrome on Windows 10 (dbc8b9ec647a19b6075825fd9f1c49dc)] -> id: immUserFirstName]
Session ID: dbc8b9ec647a19b6075825fd9f1c49dc
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:78)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
at org.openqa.selenium.remote.ErrorCodec.decode(ErrorCodec.java:167)
at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:138)
at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:50)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:215)
at org.openqa.selenium.remote.TracedCommandExecutor.execute(TracedCommandExecutor.java:53)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:545)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:223)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:76)
at jdk.internal.reflect.GeneratedMethodAccessor26.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at com.epam.healenium.handlers.proxy.WebElementProxyHandler.invoke(WebElementProxyHandler.java:68)
at jdk.proxy2/jdk.proxy2.$Proxy18.click(Unknown Source)
at jdk.internal.reflect.GeneratedMethodAccessor26.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:51)
at jdk.proxy2/jdk.proxy2.$Proxy18.click(Unknown Source)
at com.imm.ereceipt.support.BrowserActions.typeOnTextField(BrowserActions.java:616)
at com.imm.ereceipt.pages.DashboardPage.setFirstName(DashboardPage.java:419)
at com.imm.ereceipt.testscripts.DashBoard.DashBoard.verifyErrorMessagesInDashBoardPage(DashBoard.java:652)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
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)
(Verify negative/invalid Search of the Date,Teller,Teller name,Member name in DashBoard page)
verifyErrorMessagesInDashBoardPage
({Description=verify Error Messages In DashBoard Page with Future From and To Date, Email=, Teller LastName=, print signatur=, errorint=2, TestID=verifyErrorMessagesInDashBoardPage, Color Transactions=, Member=5034474, UserPwd=iMM2022!, Transtatus=Archived-false;Active-true;Error-false, Receipt=, Report=, Teller=, Teller FirstName=, errorMessage=Date cannot exceed 7 days after today.;Date cannot exceed 7 days after today., Suppress=, Date=07/07/25 - 08/08/25, print Disburstments=, Print signature line=, Type=, Transaction=, Header=, Username=ChrisSuperTeller@Qaxpauto1.onmicrosoft.com, SMS=, Sign=, Scan=})
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266)
at java.base/java.util.Objects.checkIndex(Objects.java:359)
at java.base/java.util.ArrayList.get(ArrayList.java:427)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at org.openqa.selenium.support.pagefactory.internal.LocatingElementListHandler.invoke(LocatingElementListHandler.java:39)
at jdk.proxy2/jdk.proxy2.$Proxy21.get(Unknown Source)
at com.imm.ereceipt.pages.DashboardPage.getErrorMesage(DashboardPage.java:658)
at com.imm.ereceipt.testscripts.DashBoard.DashBoard.verifyErrorMessagesInDashBoardPage(DashBoard.java:689)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
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)
(Verify negative/invalid Search of the Date,Teller,Teller name,Member name in DashBoard page)
verifyErrorMessagesInDashBoardPage
({Description=verify Error Messages In DashBoard Page with Teller ID invalid, Email=, Teller LastName=, print signatur=, errorint=1, TestID=verifyErrorMessagesInDashBoardPage, Color Transactions=, Member=5034474, UserPwd=iMM2022!, Transtatus=Archived-false;Active-true;Error-false, Receipt=, Report=, Teller=#878%, Teller FirstName=, errorMessage=Special characters not allowed., Suppress=, Date=2, print Disburstments=, Print signature line=, Type=, Transaction=, Header=, Username=ChrisSuperTeller@Qaxpauto1.onmicrosoft.com, SMS=, Sign=, Scan=})
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266)
at java.base/java.util.Objects.checkIndex(Objects.java:359)
at java.base/java.util.ArrayList.get(ArrayList.java:427)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at org.openqa.selenium.support.pagefactory.internal.LocatingElementListHandler.invoke(LocatingElementListHandler.java:39)
at jdk.proxy2/jdk.proxy2.$Proxy21.get(Unknown Source)
at com.imm.ereceipt.pages.DashboardPage.getErrorMesage(DashboardPage.java:658)
at com.imm.ereceipt.testscripts.DashBoard.DashBoard.verifyErrorMessagesInDashBoardPage(DashBoard.java:689)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
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)
(Verify negative/invalid Search of the Date,Teller,Teller name,Member name in DashBoard page)
verifyErrorMessagesInDashBoardPage
({Description=verify Error Messages In DashBoard Page for Member, Email=, Teller LastName=, print signatur=, errorint=1, TestID=verifyErrorMessagesInDashBoardPage, Color Transactions=, Member=4565!22$, UserPwd=iMM2022!, Transtatus=Archived-false;Active-true;Error-false, Receipt=, Report=, Teller=, Teller FirstName=, errorMessage=Member number can only contain letters, digits and hyphen.;, Suppress=, Date=, print Disburstments=, Print signature line=, Type=, Transaction=, Header=, Username=ChrisSuperTeller@Qaxpauto1.onmicrosoft.com, SMS=, Sign=, Scan=})
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266)
at java.base/java.util.Objects.checkIndex(Objects.java:359)
at java.base/java.util.ArrayList.get(ArrayList.java:427)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at org.openqa.selenium.support.pagefactory.internal.LocatingElementListHandler.invoke(LocatingElementListHandler.java:39)
at jdk.proxy2/jdk.proxy2.$Proxy21.get(Unknown Source)
at com.imm.ereceipt.pages.DashboardPage.getErrorMesage(DashboardPage.java:658)
at com.imm.ereceipt.testscripts.DashBoard.DashBoard.verifyErrorMessagesInDashBoardPage(DashBoard.java:689)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
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)
(Verify negative/invalid Search of the Date,Teller,Teller name,Member name in DashBoard page)
C:\Users\pavank\IMM_EReceiptsWeb_Automation\testxml\Regression\XP\QAXPAuto\localhost\EReceiptChrome_Dashboard_1_localhost.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="http://localhost:4200"/>
<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="http://localhost:4201"/>
<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="verifyErrorMessagesInDashBoardPage"/>
</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
verifyErrorMessagesInDashBoardPage
P1
verifyErrorMessagesInDashBoardPage
Times for IMM_QA_Automation
Total running time: 9 minutes
Reporter output for IMM_QA_Automation
verifyErrorMessagesInDashBoardPage({Description=verify Error Messages In DashBoard Page with invalid start Dates, Email=, Teller LastNa...)
Successfully navigated to the 'Dashboard' page [ScreenShot]
Successfully verifed UI Elemnts in the 'Dashboard' page [ScreenShot]
Index 0 out of bounds for length 0 [ScreenShot]
--- 15 Jul 02:22:46 701 - TestCaseID:: verifyErrorMessagesInDashBoardPage
--- 15 Jul 02:22:48 897 - 2 - Driver::initialize::Get - com.imm.ereceipt.support.WebDriverFactory.get(WebDriverFactory.java:565)
verify Error Messages In DashBoard Page with invalid start Dates
Steps:
--- 15 Jul 02:22:53 818 - Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=0bd02bf2-da97-49c7-baaf-31af92be3553&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=http%3a%2f%2flocalhost%3a4200&client-request-id=01980d64-de42-79fa-a388-07b371f9887e&response_mode=fragment&client_info=1&nonce=01980d64-de44-7f9a-ad72-9a2b04a13a3a&state=eyjpzci6ijaxotgwzdy0lwrlndmtnza5ns1indrhltfmyzg0zwjlnmyxyiisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=rfbec7xttnyy_itee3udlvnfjchqq7ae022w3reymrc&code_challenge_method=s256&sso_reload=true
--- 15 Jul 02:22:53 819 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:22:54 088 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87ef4df83d974beeb847431cd775d88e)] -> xpath: //input[@id='i0116']]
--- 15 Jul 02:22:54 339 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87ef4df83d974beeb847431cd775d88e)] -> xpath: //input[@id='i0116']]
--- 15 Jul 02:22:54 640 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87ef4df83d974beeb847431cd775d88e)] -> id: idSIButton9]
--- 15 Jul 02:22:54 947 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87ef4df83d974beeb847431cd775d88e)] -> xpath: //input[@id='i0116']]
--- 15 Jul 02:22:55 252 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87ef4df83d974beeb847431cd775d88e)] -> xpath: //input[@id='i0116']]
--- 15 Jul 02:22:59 110 - Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=0bd02bf2-da97-49c7-baaf-31af92be3553&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=http%3a%2f%2flocalhost%3a4200&client-request-id=01980d64-de42-79fa-a388-07b371f9887e&response_mode=fragment&client_info=1&nonce=01980d64-de44-7f9a-ad72-9a2b04a13a3a&state=eyjpzci6ijaxotgwzdy0lwrlndmtnza5ns1indrhltfmyzg0zwjlnmyxyiisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=rfbec7xttnyy_itee3udlvnfjchqq7ae022w3reymrc&code_challenge_method=s256&sso_reload=true
--- 15 Jul 02:22:59 111 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:23:02 834 - Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=0bd02bf2-da97-49c7-baaf-31af92be3553&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=http%3a%2f%2flocalhost%3a4200&client-request-id=01980d64-de42-79fa-a388-07b371f9887e&response_mode=fragment&client_info=1&nonce=01980d64-de44-7f9a-ad72-9a2b04a13a3a&state=eyjpzci6ijaxotgwzdy0lwrlndmtnza5ns1indrhltfmyzg0zwjlnmyxyiisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=rfbec7xttnyy_itee3udlvnfjchqq7ae022w3reymrc&code_challenge_method=s256&sso_reload=true
--- 15 Jul 02:23:02 836 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:23:03 405 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87ef4df83d974beeb847431cd775d88e)] -> xpath: //input[@id='i0118']]
--- 15 Jul 02:23:03 660 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87ef4df83d974beeb847431cd775d88e)] -> xpath: //input[@id='i0118']]
--- 15 Jul 02:23:07 193 - Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=0bd02bf2-da97-49c7-baaf-31af92be3553&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=http%3a%2f%2flocalhost%3a4200&client-request-id=01980d64-de42-79fa-a388-07b371f9887e&response_mode=fragment&client_info=1&nonce=01980d64-de44-7f9a-ad72-9a2b04a13a3a&state=eyjpzci6ijaxotgwzdy0lwrlndmtnza5ns1indrhltfmyzg0zwjlnmyxyiisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=rfbec7xttnyy_itee3udlvnfjchqq7ae022w3reymrc&code_challenge_method=s256&sso_reload=true
--- 15 Jul 02:23:07 193 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:23:11 422 - Page URL:: https://login.microsoftonline.com/common/login
--- 15 Jul 02:23:11 422 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:23:19 543 - Page URL:: http://localhost:4200/dashboard
--- 15 Jul 02:23:19 543 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:23:22 750 - Page URL:: http://localhost:4200/dashboard
--- 15 Jul 02:23:22 750 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:23:23 025 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87ef4df83d974beeb847431cd775d88e)] -> id: immOnFilter]
--- 15 Jul 02:23:26 245 - Page URL:: http://localhost:4200/dashboard
--- 15 Jul 02:23:26 246 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:23:26 504 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87ef4df83d974beeb847431cd775d88e)] -> xpath: //b[contains(text(),'Dashboard')]]
Successfully navigated to the 'Dashboard' page [ScreenShot]
Successfully verifed UI Elemnts in the 'Dashboard' page [ScreenShot]
--- 15 Jul 02:23:30 344 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87ef4df83d974beeb847431cd775d88e)] -> id: immOnRunNonArchiveQuery]
--- 15 Jul 02:23:33 789 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87ef4df83d974beeb847431cd775d88e)] -> id: immTranDateFrom]
--- 15 Jul 02:23:34 039 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87ef4df83d974beeb847431cd775d88e)] -> id: immTranDateFrom]
--- 15 Jul 02:23:34 717 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (87ef4df83d974beeb847431cd775d88e)] -> id: immTranDateTo]
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(Failed): Failed to slidered the Error[ScreenShot]
Actual(Failed): Failed to slidered the Error[ScreenShot]
--- 15 Jul 02:24:04 149 - Unable to find an element after 10 sec ==> [[RemoteWebDriver: chrome on Windows 10 (87ef4df83d974beeb847431cd775d88e)] -> id: immOnFilter]
Index 0 out of bounds for length 0 [ScreenShot]
verifyErrorMessagesInDashBoardPage({Description=verify Error Messages In DashBoard Page with wrong Dates, Email=, Teller LastName=, pri...)
Successfully navigated to the 'Dashboard' page [ScreenShot]
Successfully verifed UI Elemnts in the 'Dashboard' page [ScreenShot]
Index 0 out of bounds for length 0 [ScreenShot]
--- 15 Jul 02:21:12 940 - TestCaseID:: verifyErrorMessagesInDashBoardPage
--- 15 Jul 02:21:15 314 - 2 - Driver::initialize::Get - com.imm.ereceipt.support.WebDriverFactory.get(WebDriverFactory.java:565)
verify Error Messages In DashBoard Page with wrong Dates
Steps:
--- 15 Jul 02:21:19 906 - Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=0bd02bf2-da97-49c7-baaf-31af92be3553&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=http%3a%2f%2flocalhost%3a4200&client-request-id=01980d63-6ec9-74d9-853e-74bbec430335&response_mode=fragment&client_info=1&nonce=01980d63-6ecb-762e-b9f8-8a8f78c73d34&state=eyjpzci6ijaxotgwzdyzltzly2etn2e3ns04y2fmlwrly2uxmtnmyzywmsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=21n_82t53g52wirxnjdqwpeoc_bd_vfamdfghyzsp2q&code_challenge_method=s256&sso_reload=true
--- 15 Jul 02:21:19 907 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:21:20 221 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (245de2d79c27e589f76e4421e6d3679c)] -> xpath: //input[@id='i0116']]
--- 15 Jul 02:21:20 493 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (245de2d79c27e589f76e4421e6d3679c)] -> xpath: //input[@id='i0116']]
--- 15 Jul 02:21:20 841 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (245de2d79c27e589f76e4421e6d3679c)] -> id: idSIButton9]
--- 15 Jul 02:21:21 154 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (245de2d79c27e589f76e4421e6d3679c)] -> xpath: //input[@id='i0116']]
--- 15 Jul 02:21:21 624 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (245de2d79c27e589f76e4421e6d3679c)] -> xpath: //input[@id='i0116']]
--- 15 Jul 02:21:25 334 - Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=0bd02bf2-da97-49c7-baaf-31af92be3553&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=http%3a%2f%2flocalhost%3a4200&client-request-id=01980d63-6ec9-74d9-853e-74bbec430335&response_mode=fragment&client_info=1&nonce=01980d63-6ecb-762e-b9f8-8a8f78c73d34&state=eyjpzci6ijaxotgwzdyzltzly2etn2e3ns04y2fmlwrly2uxmtnmyzywmsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=21n_82t53g52wirxnjdqwpeoc_bd_vfamdfghyzsp2q&code_challenge_method=s256&sso_reload=true
--- 15 Jul 02:21:25 335 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:21:28 799 - Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=0bd02bf2-da97-49c7-baaf-31af92be3553&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=http%3a%2f%2flocalhost%3a4200&client-request-id=01980d63-6ec9-74d9-853e-74bbec430335&response_mode=fragment&client_info=1&nonce=01980d63-6ecb-762e-b9f8-8a8f78c73d34&state=eyjpzci6ijaxotgwzdyzltzly2etn2e3ns04y2fmlwrly2uxmtnmyzywmsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=21n_82t53g52wirxnjdqwpeoc_bd_vfamdfghyzsp2q&code_challenge_method=s256&sso_reload=true
--- 15 Jul 02:21:28 799 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:21:29 434 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (245de2d79c27e589f76e4421e6d3679c)] -> xpath: //input[@id='i0118']]
--- 15 Jul 02:21:29 772 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (245de2d79c27e589f76e4421e6d3679c)] -> xpath: //input[@id='i0118']]
--- 15 Jul 02:21:33 311 - Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=0bd02bf2-da97-49c7-baaf-31af92be3553&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=http%3a%2f%2flocalhost%3a4200&client-request-id=01980d63-6ec9-74d9-853e-74bbec430335&response_mode=fragment&client_info=1&nonce=01980d63-6ecb-762e-b9f8-8a8f78c73d34&state=eyjpzci6ijaxotgwzdyzltzly2etn2e3ns04y2fmlwrly2uxmtnmyzywmsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=21n_82t53g52wirxnjdqwpeoc_bd_vfamdfghyzsp2q&code_challenge_method=s256&sso_reload=true
--- 15 Jul 02:21:33 312 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:21:37 568 - Page URL:: https://login.microsoftonline.com/common/login
--- 15 Jul 02:21:37 569 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:21:45 868 - Page URL:: http://localhost:4200/dashboard
--- 15 Jul 02:21:45 868 - 4 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:21:49 122 - Page URL:: http://localhost:4200/dashboard
--- 15 Jul 02:21:49 123 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:21:49 535 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (245de2d79c27e589f76e4421e6d3679c)] -> id: immOnFilter]
--- 15 Jul 02:21:52 828 - Page URL:: http://localhost:4200/dashboard
--- 15 Jul 02:21:52 829 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:21:53 090 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (245de2d79c27e589f76e4421e6d3679c)] -> xpath: //b[contains(text(),'Dashboard')]]
Successfully navigated to the 'Dashboard' page [ScreenShot]
Successfully verifed UI Elemnts in the 'Dashboard' page [ScreenShot]
--- 15 Jul 02:21:56 993 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (245de2d79c27e589f76e4421e6d3679c)] -> id: immOnRunNonArchiveQuery]
--- 15 Jul 02:22:00 502 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (245de2d79c27e589f76e4421e6d3679c)] -> id: immTranDateFrom]
--- 15 Jul 02:22:00 763 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (245de2d79c27e589f76e4421e6d3679c)] -> id: immTranDateFrom]
--- 15 Jul 02:22:01 438 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (245de2d79c27e589f76e4421e6d3679c)] -> id: immTranDateTo]
--- 15 Jul 02:22:03 226 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (245de2d79c27e589f76e4421e6d3679c)] -> id: immMemberId]
--- 15 Jul 02:22:03 490 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (245de2d79c27e589f76e4421e6d3679c)] -> 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(Failed): Failed to slidered the Error[ScreenShot]
Actual(Failed): Failed to slidered the Error[ScreenShot]
--- 15 Jul 02:22:32 925 - Unable to find an element after 10 sec ==> [[RemoteWebDriver: chrome on Windows 10 (245de2d79c27e589f76e4421e6d3679c)] -> id: immOnFilter]
Index 0 out of bounds for length 0 [ScreenShot]
verifyErrorMessagesInDashBoardPage({Description=verify Error Messages In DashBoard Page with invalid end Dates, Email=, Teller LastName...)
Successfully navigated to the 'Dashboard' page [ScreenShot]
Successfully verifed UI Elemnts in the 'Dashboard' page [ScreenShot]
Index 0 out of bounds for length 0 [ScreenShot]
--- 15 Jul 02:24:17 848 - TestCaseID:: verifyErrorMessagesInDashBoardPage
--- 15 Jul 02:24:20 060 - 2 - Driver::initialize::Get - com.imm.ereceipt.support.WebDriverFactory.get(WebDriverFactory.java:565)
verify Error Messages In DashBoard Page with invalid end Dates
Steps:
--- 15 Jul 02:24:24 828 - Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=0bd02bf2-da97-49c7-baaf-31af92be3553&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=http%3a%2f%2flocalhost%3a4200&client-request-id=01980d66-4053-7bf2-af5d-828f2af507d1&response_mode=fragment&client_info=1&nonce=01980d66-4055-7845-8325-5c868b60e60f&state=eyjpzci6ijaxotgwzdy2ltqwntqtnzlkmc05zwvhltzhogywmdvkm2rhmyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=r9_elhlxmbslxx7bpnjohljouroqoedrtrag4dulcii&code_challenge_method=s256&sso_reload=true
--- 15 Jul 02:24:24 828 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:24:25 096 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (82db795ee9c2131764963d281668cadd)] -> xpath: //input[@id='i0116']]
--- 15 Jul 02:24:25 371 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (82db795ee9c2131764963d281668cadd)] -> xpath: //input[@id='i0116']]
--- 15 Jul 02:24:25 639 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (82db795ee9c2131764963d281668cadd)] -> id: idSIButton9]
--- 15 Jul 02:24:25 918 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (82db795ee9c2131764963d281668cadd)] -> xpath: //input[@id='i0116']]
--- 15 Jul 02:24:26 289 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (82db795ee9c2131764963d281668cadd)] -> xpath: //input[@id='i0116']]
--- 15 Jul 02:24:30 121 - Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=0bd02bf2-da97-49c7-baaf-31af92be3553&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=http%3a%2f%2flocalhost%3a4200&client-request-id=01980d66-4053-7bf2-af5d-828f2af507d1&response_mode=fragment&client_info=1&nonce=01980d66-4055-7845-8325-5c868b60e60f&state=eyjpzci6ijaxotgwzdy2ltqwntqtnzlkmc05zwvhltzhogywmdvkm2rhmyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=r9_elhlxmbslxx7bpnjohljouroqoedrtrag4dulcii&code_challenge_method=s256&sso_reload=true
--- 15 Jul 02:24:30 122 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:24:33 674 - Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=0bd02bf2-da97-49c7-baaf-31af92be3553&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=http%3a%2f%2flocalhost%3a4200&client-request-id=01980d66-4053-7bf2-af5d-828f2af507d1&response_mode=fragment&client_info=1&nonce=01980d66-4055-7845-8325-5c868b60e60f&state=eyjpzci6ijaxotgwzdy2ltqwntqtnzlkmc05zwvhltzhogywmdvkm2rhmyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=r9_elhlxmbslxx7bpnjohljouroqoedrtrag4dulcii&code_challenge_method=s256&sso_reload=true
--- 15 Jul 02:24:33 675 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:24:34 261 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (82db795ee9c2131764963d281668cadd)] -> xpath: //input[@id='i0118']]
--- 15 Jul 02:24:34 510 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (82db795ee9c2131764963d281668cadd)] -> xpath: //input[@id='i0118']]
--- 15 Jul 02:24:38 042 - Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=0bd02bf2-da97-49c7-baaf-31af92be3553&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=http%3a%2f%2flocalhost%3a4200&client-request-id=01980d66-4053-7bf2-af5d-828f2af507d1&response_mode=fragment&client_info=1&nonce=01980d66-4055-7845-8325-5c868b60e60f&state=eyjpzci6ijaxotgwzdy2ltqwntqtnzlkmc05zwvhltzhogywmdvkm2rhmyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=r9_elhlxmbslxx7bpnjohljouroqoedrtrag4dulcii&code_challenge_method=s256&sso_reload=true
--- 15 Jul 02:24:38 042 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:24:41 679 - Page URL:: https://login.microsoftonline.com/common/login
--- 15 Jul 02:24:41 680 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:24:48 466 - Page URL:: http://localhost:4200/dashboard
--- 15 Jul 02:24:48 466 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:24:51 777 - Page URL:: http://localhost:4200/dashboard
--- 15 Jul 02:24:51 777 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:24:52 041 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (82db795ee9c2131764963d281668cadd)] -> id: immOnFilter]
--- 15 Jul 02:24:55 268 - Page URL:: http://localhost:4200/dashboard
--- 15 Jul 02:24:55 269 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:24:55 533 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (82db795ee9c2131764963d281668cadd)] -> xpath: //b[contains(text(),'Dashboard')]]
Successfully navigated to the 'Dashboard' page [ScreenShot]
Successfully verifed UI Elemnts in the 'Dashboard' page [ScreenShot]
--- 15 Jul 02:24:59 365 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (82db795ee9c2131764963d281668cadd)] -> id: immOnRunNonArchiveQuery]
--- 15 Jul 02:25:02 824 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (82db795ee9c2131764963d281668cadd)] -> id: immTranDateFrom]
--- 15 Jul 02:25:03 077 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (82db795ee9c2131764963d281668cadd)] -> id: immTranDateFrom]
--- 15 Jul 02:25:03 748 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (82db795ee9c2131764963d281668cadd)] -> id: immTranDateTo]
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(Failed): Failed to slidered the Error[ScreenShot]
Actual(Failed): Failed to slidered the Error[ScreenShot]
--- 15 Jul 02:25:33 969 - Unable to find an element after 10 sec ==> [[RemoteWebDriver: chrome on Windows 10 (82db795ee9c2131764963d281668cadd)] -> id: immOnFilter]
Index 0 out of bounds for length 0 [ScreenShot]
verifyErrorMessagesInDashBoardPage({Description=verify Error Messages In DashBoard Page with Teller First and Last name, Email=, Teller...)
Successfully navigated to the 'Dashboard' page [ScreenShot]
Successfully verifed UI Elemnts in the 'Dashboard' page [ScreenShot]
element click intercepted: Element is not clickable at point (209, 289). Other element would receive the click:... [ScreenShot]
--- 15 Jul 02:28:58 619 - TestCaseID:: verifyErrorMessagesInDashBoardPage
--- 15 Jul 02:29:01 567 - 2 - Driver::initialize::Get - com.imm.ereceipt.support.WebDriverFactory.get(WebDriverFactory.java:565)
verify Error Messages In DashBoard Page with Teller First and Last name
Steps:
--- 15 Jul 02:29:06 245 - Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=0bd02bf2-da97-49c7-baaf-31af92be3553&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=http%3a%2f%2flocalhost%3a4200&client-request-id=01980d6a-8e06-7b4b-8698-f1b3fd032d23&response_mode=fragment&client_info=1&nonce=01980d6a-8e08-75ed-868c-b9dc7a188303&state=eyjpzci6ijaxotgwzdzhlthlmdctnzvhzs1hntaxltgwn2jjntawndcymcisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=gl_8jju-q_1exvvposgg7oexcox1yvasqjdporbczfy&code_challenge_method=s256&sso_reload=true
--- 15 Jul 02:29:06 245 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:29:06 526 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (dbc8b9ec647a19b6075825fd9f1c49dc)] -> xpath: //input[@id='i0116']]
--- 15 Jul 02:29:06 847 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (dbc8b9ec647a19b6075825fd9f1c49dc)] -> xpath: //input[@id='i0116']]
--- 15 Jul 02:29:07 161 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (dbc8b9ec647a19b6075825fd9f1c49dc)] -> id: idSIButton9]
--- 15 Jul 02:29:07 514 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (dbc8b9ec647a19b6075825fd9f1c49dc)] -> xpath: //input[@id='i0116']]
--- 15 Jul 02:29:07 787 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (dbc8b9ec647a19b6075825fd9f1c49dc)] -> xpath: //input[@id='i0116']]
--- 15 Jul 02:29:11 514 - Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=0bd02bf2-da97-49c7-baaf-31af92be3553&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=http%3a%2f%2flocalhost%3a4200&client-request-id=01980d6a-8e06-7b4b-8698-f1b3fd032d23&response_mode=fragment&client_info=1&nonce=01980d6a-8e08-75ed-868c-b9dc7a188303&state=eyjpzci6ijaxotgwzdzhlthlmdctnzvhzs1hntaxltgwn2jjntawndcymcisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=gl_8jju-q_1exvvposgg7oexcox1yvasqjdporbczfy&code_challenge_method=s256&sso_reload=true
--- 15 Jul 02:29:11 514 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:29:15 242 - Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=0bd02bf2-da97-49c7-baaf-31af92be3553&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=http%3a%2f%2flocalhost%3a4200&client-request-id=01980d6a-8e06-7b4b-8698-f1b3fd032d23&response_mode=fragment&client_info=1&nonce=01980d6a-8e08-75ed-868c-b9dc7a188303&state=eyjpzci6ijaxotgwzdzhlthlmdctnzvhzs1hntaxltgwn2jjntawndcymcisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=gl_8jju-q_1exvvposgg7oexcox1yvasqjdporbczfy&code_challenge_method=s256&sso_reload=true
--- 15 Jul 02:29:15 242 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:29:15 791 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (dbc8b9ec647a19b6075825fd9f1c49dc)] -> xpath: //input[@id='i0118']]
--- 15 Jul 02:29:16 055 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (dbc8b9ec647a19b6075825fd9f1c49dc)] -> xpath: //input[@id='i0118']]
--- 15 Jul 02:29:19 569 - Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=0bd02bf2-da97-49c7-baaf-31af92be3553&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=http%3a%2f%2flocalhost%3a4200&client-request-id=01980d6a-8e06-7b4b-8698-f1b3fd032d23&response_mode=fragment&client_info=1&nonce=01980d6a-8e08-75ed-868c-b9dc7a188303&state=eyjpzci6ijaxotgwzdzhlthlmdctnzvhzs1hntaxltgwn2jjntawndcymcisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=gl_8jju-q_1exvvposgg7oexcox1yvasqjdporbczfy&code_challenge_method=s256&sso_reload=true
--- 15 Jul 02:29:19 569 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:29:23 684 - Page URL:: https://login.microsoftonline.com/common/login
--- 15 Jul 02:29:23 685 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:29:31 856 - Page URL:: http://localhost:4200/dashboard
--- 15 Jul 02:29:31 857 - 4 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:29:35 054 - Page URL:: http://localhost:4200/dashboard
--- 15 Jul 02:29:35 054 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:29:35 305 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (dbc8b9ec647a19b6075825fd9f1c49dc)] -> id: immOnFilter]
--- 15 Jul 02:29:38 483 - Page URL:: http://localhost:4200/dashboard
--- 15 Jul 02:29:38 483 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:29:38 755 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (dbc8b9ec647a19b6075825fd9f1c49dc)] -> xpath: //b[contains(text(),'Dashboard')]]
Successfully navigated to the 'Dashboard' page [ScreenShot]
Successfully verifed UI Elemnts in the 'Dashboard' page [ScreenShot]
--- 15 Jul 02:29:42 421 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (dbc8b9ec647a19b6075825fd9f1c49dc)] -> id: immOnRunNonArchiveQuery]
--- 15 Jul 02:29:45 893 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (dbc8b9ec647a19b6075825fd9f1c49dc)] -> id: immTranDateFrom]
--- 15 Jul 02:29:46 151 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (dbc8b9ec647a19b6075825fd9f1c49dc)] -> id: immTranDateFrom]
--- 15 Jul 02:29:46 817 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (dbc8b9ec647a19b6075825fd9f1c49dc)] -> id: immTranDateTo]
--- 15 Jul 02:29:48 585 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (dbc8b9ec647a19b6075825fd9f1c49dc)] -> id: immUserFirstName]
--- 15 Jul 02:29:48 828 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (dbc8b9ec647a19b6075825fd9f1c49dc)] -> id: immUserFirstName]
element click intercepted: Element is not clickable at point (209, 289). Other element would receive the click:
verifyErrorMessagesInDashBoardPage({Description=verify Error Messages In DashBoard Page with Future From and To Date, Email=, Teller La...)
Successfully navigated to the 'Dashboard' page [ScreenShot]
Successfully verifed UI Elemnts in the 'Dashboard' page [ScreenShot]
Index 0 out of bounds for length 0 [ScreenShot]
--- 15 Jul 02:25:48 433 - TestCaseID:: verifyErrorMessagesInDashBoardPage
--- 15 Jul 02:25:50 653 - 2 - Driver::initialize::Get - com.imm.ereceipt.support.WebDriverFactory.get(WebDriverFactory.java:565)
verify Error Messages In DashBoard Page with Future From and To Date
Steps:
--- 15 Jul 02:25:55 190 - Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=0bd02bf2-da97-49c7-baaf-31af92be3553&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=http%3a%2f%2flocalhost%3a4200&client-request-id=01980d67-a35a-7e11-af02-0647b671f177&response_mode=fragment&client_info=1&nonce=01980d67-a35c-7b19-9024-864c2abd9704&state=eyjpzci6ijaxotgwzdy3lweznwmtn2e0yy05ndviltkyotzmm2uyywfmzcisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=-m96xqo2dcfynpzh9nz9gsdl0cwld0xc2qb74re-jze&code_challenge_method=s256&sso_reload=true
--- 15 Jul 02:25:55 190 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:25:55 471 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fcad60f8a4297310603701e29c36757d)] -> xpath: //input[@id='i0116']]
--- 15 Jul 02:25:55 732 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fcad60f8a4297310603701e29c36757d)] -> xpath: //input[@id='i0116']]
--- 15 Jul 02:25:56 033 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fcad60f8a4297310603701e29c36757d)] -> id: idSIButton9]
--- 15 Jul 02:25:56 452 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fcad60f8a4297310603701e29c36757d)] -> xpath: //input[@id='i0116']]
--- 15 Jul 02:25:56 760 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fcad60f8a4297310603701e29c36757d)] -> xpath: //input[@id='i0116']]
--- 15 Jul 02:26:00 688 - Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=0bd02bf2-da97-49c7-baaf-31af92be3553&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=http%3a%2f%2flocalhost%3a4200&client-request-id=01980d67-a35a-7e11-af02-0647b671f177&response_mode=fragment&client_info=1&nonce=01980d67-a35c-7b19-9024-864c2abd9704&state=eyjpzci6ijaxotgwzdy3lweznwmtn2e0yy05ndviltkyotzmm2uyywfmzcisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=-m96xqo2dcfynpzh9nz9gsdl0cwld0xc2qb74re-jze&code_challenge_method=s256&sso_reload=true
--- 15 Jul 02:26:00 688 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:26:04 295 - Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=0bd02bf2-da97-49c7-baaf-31af92be3553&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=http%3a%2f%2flocalhost%3a4200&client-request-id=01980d67-a35a-7e11-af02-0647b671f177&response_mode=fragment&client_info=1&nonce=01980d67-a35c-7b19-9024-864c2abd9704&state=eyjpzci6ijaxotgwzdy3lweznwmtn2e0yy05ndviltkyotzmm2uyywfmzcisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=-m96xqo2dcfynpzh9nz9gsdl0cwld0xc2qb74re-jze&code_challenge_method=s256&sso_reload=true
--- 15 Jul 02:26:04 295 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:26:04 878 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fcad60f8a4297310603701e29c36757d)] -> xpath: //input[@id='i0118']]
--- 15 Jul 02:26:05 123 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fcad60f8a4297310603701e29c36757d)] -> xpath: //input[@id='i0118']]
--- 15 Jul 02:26:08 734 - Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=0bd02bf2-da97-49c7-baaf-31af92be3553&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=http%3a%2f%2flocalhost%3a4200&client-request-id=01980d67-a35a-7e11-af02-0647b671f177&response_mode=fragment&client_info=1&nonce=01980d67-a35c-7b19-9024-864c2abd9704&state=eyjpzci6ijaxotgwzdy3lweznwmtn2e0yy05ndviltkyotzmm2uyywfmzcisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=-m96xqo2dcfynpzh9nz9gsdl0cwld0xc2qb74re-jze&code_challenge_method=s256&sso_reload=true
--- 15 Jul 02:26:08 735 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:26:12 958 - Page URL:: https://login.microsoftonline.com/common/login
--- 15 Jul 02:26:12 958 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:26:21 193 - Page URL:: http://localhost:4200/dashboard
--- 15 Jul 02:26:21 194 - 4 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:26:24 398 - Page URL:: http://localhost:4200/dashboard
--- 15 Jul 02:26:24 398 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:26:24 657 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fcad60f8a4297310603701e29c36757d)] -> id: immOnFilter]
--- 15 Jul 02:26:27 854 - Page URL:: http://localhost:4200/dashboard
--- 15 Jul 02:26:27 854 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:26:28 106 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fcad60f8a4297310603701e29c36757d)] -> xpath: //b[contains(text(),'Dashboard')]]
Successfully navigated to the 'Dashboard' page [ScreenShot]
Successfully verifed UI Elemnts in the 'Dashboard' page [ScreenShot]
--- 15 Jul 02:26:31 862 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fcad60f8a4297310603701e29c36757d)] -> id: immOnRunNonArchiveQuery]
--- 15 Jul 02:26:35 323 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fcad60f8a4297310603701e29c36757d)] -> id: immTranDateFrom]
--- 15 Jul 02:26:35 582 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fcad60f8a4297310603701e29c36757d)] -> id: immTranDateFrom]
--- 15 Jul 02:26:36 229 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fcad60f8a4297310603701e29c36757d)] -> id: immTranDateTo]
--- 15 Jul 02:26:37 975 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fcad60f8a4297310603701e29c36757d)] -> id: immMemberId]
--- 15 Jul 02:26:38 223 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fcad60f8a4297310603701e29c36757d)] -> 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(Failed): Failed to slidered the Error[ScreenShot]
Actual(Failed): Failed to slidered the Error[ScreenShot]
--- 15 Jul 02:27:07 367 - Unable to find an element after 10 sec ==> [[RemoteWebDriver: chrome on Windows 10 (fcad60f8a4297310603701e29c36757d)] -> id: immOnFilter]
Index 0 out of bounds for length 0 [ScreenShot]
verifyErrorMessagesInDashBoardPage({Description=verify Error Messages In DashBoard Page with Teller ID invalid, Email=, Teller LastName...)
Successfully navigated to the 'Dashboard' page [ScreenShot]
Successfully verifed UI Elemnts in the 'Dashboard' page [ScreenShot]
Index 0 out of bounds for length 0 [ScreenShot]
--- 15 Jul 02:27:21 220 - TestCaseID:: verifyErrorMessagesInDashBoardPage
--- 15 Jul 02:27:23 415 - 2 - Driver::initialize::Get - com.imm.ereceipt.support.WebDriverFactory.get(WebDriverFactory.java:565)
verify Error Messages In DashBoard Page with Teller ID invalid
Steps:
--- 15 Jul 02:27:27 998 - Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=0bd02bf2-da97-49c7-baaf-31af92be3553&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=http%3a%2f%2flocalhost%3a4200&client-request-id=01980d69-0c8a-72e8-be32-86af4c636c81&response_mode=fragment&client_info=1&nonce=01980d69-0c8c-7d0a-958b-2081b9ae061d&state=eyjpzci6ijaxotgwzdy5ltbjogitnzmzmc04mjbjltgxmjblztuymza5nsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=yuo51nc5ozgqmttynztkompzg1t1yoktinn6jcoirbs&code_challenge_method=s256&sso_reload=true
--- 15 Jul 02:27:27 999 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:27:28 690 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7c72d336ec473eb989a3faf4161dbda5)] -> xpath: //input[@id='i0116']]
--- 15 Jul 02:27:29 110 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7c72d336ec473eb989a3faf4161dbda5)] -> xpath: //input[@id='i0116']]
--- 15 Jul 02:27:29 384 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7c72d336ec473eb989a3faf4161dbda5)] -> id: idSIButton9]
--- 15 Jul 02:27:30 096 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7c72d336ec473eb989a3faf4161dbda5)] -> xpath: //input[@id='i0116']]
--- 15 Jul 02:27:30 394 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7c72d336ec473eb989a3faf4161dbda5)] -> xpath: //input[@id='i0116']]
--- 15 Jul 02:27:34 022 - Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=0bd02bf2-da97-49c7-baaf-31af92be3553&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=http%3a%2f%2flocalhost%3a4200&client-request-id=01980d69-0c8a-72e8-be32-86af4c636c81&response_mode=fragment&client_info=1&nonce=01980d69-0c8c-7d0a-958b-2081b9ae061d&state=eyjpzci6ijaxotgwzdy5ltbjogitnzmzmc04mjbjltgxmjblztuymza5nsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=yuo51nc5ozgqmttynztkompzg1t1yoktinn6jcoirbs&code_challenge_method=s256&sso_reload=true
--- 15 Jul 02:27:34 023 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:27:37 904 - Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=0bd02bf2-da97-49c7-baaf-31af92be3553&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=http%3a%2f%2flocalhost%3a4200&client-request-id=01980d69-0c8a-72e8-be32-86af4c636c81&response_mode=fragment&client_info=1&nonce=01980d69-0c8c-7d0a-958b-2081b9ae061d&state=eyjpzci6ijaxotgwzdy5ltbjogitnzmzmc04mjbjltgxmjblztuymza5nsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=yuo51nc5ozgqmttynztkompzg1t1yoktinn6jcoirbs&code_challenge_method=s256&sso_reload=true
--- 15 Jul 02:27:37 905 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:27:38 751 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7c72d336ec473eb989a3faf4161dbda5)] -> xpath: //input[@id='i0118']]
--- 15 Jul 02:27:39 249 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7c72d336ec473eb989a3faf4161dbda5)] -> xpath: //input[@id='i0118']]
--- 15 Jul 02:27:43 277 - Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=0bd02bf2-da97-49c7-baaf-31af92be3553&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=http%3a%2f%2flocalhost%3a4200&client-request-id=01980d69-0c8a-72e8-be32-86af4c636c81&response_mode=fragment&client_info=1&nonce=01980d69-0c8c-7d0a-958b-2081b9ae061d&state=eyjpzci6ijaxotgwzdy5ltbjogitnzmzmc04mjbjltgxmjblztuymza5nsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=yuo51nc5ozgqmttynztkompzg1t1yoktinn6jcoirbs&code_challenge_method=s256&sso_reload=true
--- 15 Jul 02:27:43 277 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:27:47 401 - Page URL:: https://login.microsoftonline.com/common/login
--- 15 Jul 02:27:47 401 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:27:55 562 - Page URL:: http://localhost:4200/dashboard
--- 15 Jul 02:27:55 563 - 4 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:27:58 755 - Page URL:: http://localhost:4200/dashboard
--- 15 Jul 02:27:58 755 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:27:59 043 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7c72d336ec473eb989a3faf4161dbda5)] -> id: immOnFilter]
--- 15 Jul 02:28:02 286 - Page URL:: http://localhost:4200/dashboard
--- 15 Jul 02:28:02 287 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:28:02 548 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7c72d336ec473eb989a3faf4161dbda5)] -> xpath: //b[contains(text(),'Dashboard')]]
Successfully navigated to the 'Dashboard' page [ScreenShot]
Successfully verifed UI Elemnts in the 'Dashboard' page [ScreenShot]
--- 15 Jul 02:28:06 394 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7c72d336ec473eb989a3faf4161dbda5)] -> id: immOnRunNonArchiveQuery]
--- 15 Jul 02:28:09 839 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7c72d336ec473eb989a3faf4161dbda5)] -> id: immTranDateFrom]
--- 15 Jul 02:28:10 097 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7c72d336ec473eb989a3faf4161dbda5)] -> id: immTranDateFrom]
--- 15 Jul 02:28:10 739 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7c72d336ec473eb989a3faf4161dbda5)] -> id: immTranDateTo]
--- 15 Jul 02:28:12 488 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7c72d336ec473eb989a3faf4161dbda5)] -> id: immTellerId]
--- 15 Jul 02:28:12 742 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7c72d336ec473eb989a3faf4161dbda5)] -> id: immTellerId]
--- 15 Jul 02:28:14 549 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7c72d336ec473eb989a3faf4161dbda5)] -> id: immMemberId]
--- 15 Jul 02:28:14 794 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7c72d336ec473eb989a3faf4161dbda5)] -> 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(Failed): Failed to slidered the Error[ScreenShot]
Actual(Failed): Failed to slidered the Error[ScreenShot]
--- 15 Jul 02:28:43 939 - Unable to find an element after 10 sec ==> [[RemoteWebDriver: chrome on Windows 10 (7c72d336ec473eb989a3faf4161dbda5)] -> id: immOnFilter]
Index 0 out of bounds for length 0 [ScreenShot]
verifyErrorMessagesInDashBoardPage({Description=verify Error Messages In DashBoard Page for Member, Email=, Teller LastName=, print sig...)
Successfully navigated to the 'Dashboard' page [ScreenShot]
Successfully verifed UI Elemnts in the 'Dashboard' page [ScreenShot]
Index 0 out of bounds for length 0 [ScreenShot]
--- 15 Jul 02:19:28 941 - TestCaseID:: verifyErrorMessagesInDashBoardPage
--- 15 Jul 02:19:41 633 - 12 - Driver::initialize::Get - com.imm.ereceipt.support.WebDriverFactory.get(WebDriverFactory.java:565)
verify Error Messages In DashBoard Page for Member
Steps:
--- 15 Jul 02:19:46 610 - Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=0bd02bf2-da97-49c7-baaf-31af92be3553&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=http%3a%2f%2flocalhost%3a4200&client-request-id=01980d62-02e0-78b5-b918-bc5705f28f4e&response_mode=fragment&client_info=1&nonce=01980d62-02e2-7000-a4db-a2f732ec9b46&state=eyjpzci6ijaxotgwzdyyltayztetnzdjms1imdgylwzlyjezntgzzgmznsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=y6lm-51invtp7qdvkjifkj_e2y3nsb2yf1m_ahgfiru&code_challenge_method=s256&sso_reload=true
--- 15 Jul 02:19:46 613 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:19:46 984 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (e39ed23e3c82f347beb3a8dc6f5caf56)] -> xpath: //input[@id='i0116']]
--- 15 Jul 02:19:47 535 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (e39ed23e3c82f347beb3a8dc6f5caf56)] -> xpath: //input[@id='i0116']]
--- 15 Jul 02:19:47 981 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (e39ed23e3c82f347beb3a8dc6f5caf56)] -> id: idSIButton9]
--- 15 Jul 02:19:48 357 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (e39ed23e3c82f347beb3a8dc6f5caf56)] -> xpath: //input[@id='i0116']]
--- 15 Jul 02:19:48 783 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (e39ed23e3c82f347beb3a8dc6f5caf56)] -> xpath: //input[@id='i0116']]
--- 15 Jul 02:19:52 665 - Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=0bd02bf2-da97-49c7-baaf-31af92be3553&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=http%3a%2f%2flocalhost%3a4200&client-request-id=01980d62-02e0-78b5-b918-bc5705f28f4e&response_mode=fragment&client_info=1&nonce=01980d62-02e2-7000-a4db-a2f732ec9b46&state=eyjpzci6ijaxotgwzdyyltayztetnzdjms1imdgylwzlyjezntgzzgmznsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=y6lm-51invtp7qdvkjifkj_e2y3nsb2yf1m_ahgfiru&code_challenge_method=s256&sso_reload=true
--- 15 Jul 02:19:52 666 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:19:56 433 - Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=0bd02bf2-da97-49c7-baaf-31af92be3553&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=http%3a%2f%2flocalhost%3a4200&client-request-id=01980d62-02e0-78b5-b918-bc5705f28f4e&response_mode=fragment&client_info=1&nonce=01980d62-02e2-7000-a4db-a2f732ec9b46&state=eyjpzci6ijaxotgwzdyyltayztetnzdjms1imdgylwzlyjezntgzzgmznsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=y6lm-51invtp7qdvkjifkj_e2y3nsb2yf1m_ahgfiru&code_challenge_method=s256&sso_reload=true
--- 15 Jul 02:19:56 434 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:19:57 349 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (e39ed23e3c82f347beb3a8dc6f5caf56)] -> xpath: //input[@id='i0118']]
--- 15 Jul 02:19:57 677 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (e39ed23e3c82f347beb3a8dc6f5caf56)] -> xpath: //input[@id='i0118']]
--- 15 Jul 02:20:01 324 - Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=0bd02bf2-da97-49c7-baaf-31af92be3553&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=http%3a%2f%2flocalhost%3a4200&client-request-id=01980d62-02e0-78b5-b918-bc5705f28f4e&response_mode=fragment&client_info=1&nonce=01980d62-02e2-7000-a4db-a2f732ec9b46&state=eyjpzci6ijaxotgwzdyyltayztetnzdjms1imdgylwzlyjezntgzzgmznsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=y6lm-51invtp7qdvkjifkj_e2y3nsb2yf1m_ahgfiru&code_challenge_method=s256&sso_reload=true
--- 15 Jul 02:20:01 325 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:20:05 784 - Page URL:: https://login.microsoftonline.com/common/login
--- 15 Jul 02:20:05 785 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:20:14 301 - Page URL:: http://localhost:4200/dashboard
--- 15 Jul 02:20:14 301 - 5 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:20:17 530 - Page URL:: http://localhost:4200/dashboard
--- 15 Jul 02:20:17 531 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:20:17 825 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (e39ed23e3c82f347beb3a8dc6f5caf56)] -> id: immOnFilter]
--- 15 Jul 02:20:21 051 - Page URL:: http://localhost:4200/dashboard
--- 15 Jul 02:20:21 052 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 15 Jul 02:20:21 397 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (e39ed23e3c82f347beb3a8dc6f5caf56)] -> xpath: //b[contains(text(),'Dashboard')]]
Successfully navigated to the 'Dashboard' page [ScreenShot]
Successfully verifed UI Elemnts in the 'Dashboard' page [ScreenShot]
--- 15 Jul 02:20:25 552 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (e39ed23e3c82f347beb3a8dc6f5caf56)] -> id: immOnRunNonArchiveQuery]
--- 15 Jul 02:20:29 069 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (e39ed23e3c82f347beb3a8dc6f5caf56)] -> id: immMemberId]
--- 15 Jul 02:20:29 399 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (e39ed23e3c82f347beb3a8dc6f5caf56)] -> 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(Failed): Failed to slidered the Error[ScreenShot]
Actual(Failed): Failed to slidered the Error[ScreenShot]
--- 15 Jul 02:20:59 037 - Unable to find an element after 10 sec ==> [[RemoteWebDriver: chrome on Windows 10 (e39ed23e3c82f347beb3a8dc6f5caf56)] -> id: immOnFilter]
Index 0 out of bounds for length 0 [ScreenShot]
12 ignored methods
com.imm.ereceipt.testscripts.DashBoard.DashBoard
verifySortingInDashBoard
verifyUIElemntsInDashBoard
verifyFiltersInDashBoard
verifyTooltipsInReceiptPage
verifyNotifyInArchiveReceiptPage
verifyReportTooltipsInDashboardPage_ER3814
verifySettingsInTellerPage
verifyValidEmailInNotifyInDashboardPage
verifyTransactionDefaultRequired
verifyTransactionColorsInDashBoard
verifyInvalidEmailInNotifyInDashboardPage
verifyForTransactionInTellerAndSuperTeller
verifyUIElemntsInDashBoard
verifyFiltersInDashBoard
verifyTooltipsInReceiptPage
verifyNotifyInArchiveReceiptPage
verifyReportTooltipsInDashboardPage_ER3814
verifySettingsInTellerPage
verifyValidEmailInNotifyInDashboardPage
verifyTransactionDefaultRequired
verifyTransactionColorsInDashBoard
verifyInvalidEmailInNotifyInDashboardPage
verifyForTransactionInTellerAndSuperTeller
Methods in chronological order
com.imm.ereceipt.testscripts.DashBoard.DashBoard
initialize(org.testng.TestRunner@697607a5)
0 ms
init(org.testng.TestRunner@697607a5)
712 ms
verifyErrorMessagesInDashBoardPage({Description=verify Error Messages In DashBoard Page for Member, Email=, Teller LastName=, print sig...)
13864 ms
verifyErrorMessagesInDashBoardPage({Description=verify Error Messages In DashBoard Page with wrong Dates, Email=, Teller LastName=, pri...)
107559 ms
verifyErrorMessagesInDashBoardPage({Description=verify Error Messages In DashBoard Page with invalid start Dates, Email=, Teller LastNa...)
201143 ms
verifyErrorMessagesInDashBoardPage({Description=verify Error Messages In DashBoard Page with invalid end Dates, Email=, Teller LastName...)
292304 ms
verifyErrorMessagesInDashBoardPage({Description=verify Error Messages In DashBoard Page with Future From and To Date, Email=, Teller La...)
382899 ms
verifyErrorMessagesInDashBoardPage({Description=verify Error Messages In DashBoard Page with Teller ID invalid, Email=, Teller LastName...)
475660 ms
verifyErrorMessagesInDashBoardPage({Description=verify Error Messages In DashBoard Page with Teller First and Last name, Email=, Teller...)
573812 ms