com.imm.ereceipt.testscripts.DashBoard.DashBoard
verifyForTransactionInTellerAndSuperTeller
({Description=verify Transactions in SuperTeller, Email=, Teller LastName=, print signatur=, errorint=, TestID=verifyForTransactionInTellerAndSuperTeller, Color Transactions=, Member=, UserPwd=iMM2022!, Transtatus=Archived-false;Active-true;Error-false, Receipt=, Report=, Teller=, Teller FirstName=Joe, errorMessage=, Suppress=, Date=4, print Disburstments=, Print signature line=, Type=SuperTeller, 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.97)
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: [620f30b5bb90c7d57a7d1e6360063bde, clickElement {id=f.4EDDBBE7FA873A65732B65379E92E06A.d.107C3E859BE689C053E631776E51C3E3.e.62}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 138.0.7204.97, chrome: {chromedriverVersion: 138.0.7204.92 (f079b9bc781e..., userDataDir: C:\Users\pavank\AppData\Loc...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:55401}, 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.97, 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 (620f30b5bb90c7d57a7d1e6360063bde)] -> id: immUserFirstName]
Session ID: 620f30b5bb90c7d57a7d1e6360063bde
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 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 com.epam.healenium.handlers.proxy.WebElementProxyHandler.invoke(WebElementProxyHandler.java:68)
at jdk.proxy2/jdk.proxy2.$Proxy17.click(Unknown Source)
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.LocatingElementHandler.invoke(LocatingElementHandler.java:51)
at jdk.proxy2/jdk.proxy2.$Proxy17.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.verifyForTransactionInTellerAndSuperTeller(DashBoard.java:772)
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 transaction for Both Teller and Super teller)
verifyNotifyInArchiveReceiptPage
({Description=verify Notify In Archive Receipt Page, Email=Ctest@gmail.com, Teller LastName=, print signatur=, errorint=2, TestID=verifyNotifyInArchiveReceiptPage, Color Transactions=yes, Member=, UserPwd=iMM2022!, Transtatus=Archived-True;Active-False;Error-False, Receipt=, Report=, Teller=, Teller FirstName=, errorMessage=Invalid Email Address;Invalid Phone Number, Suppress=, Date=, print Disburstments=, Print signature line=, Type=, Transaction=, Header=, Username=ChrisSuperTeller@Qaxpauto1.onmicrosoft.com, SMS=(732) 890-6074, Sign=, Scan=})
org.openqa.selenium.WebDriverException: 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: [035f5929da80b4f73e7dde81a361bd87, quit {}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 138.0.7204.97, chrome: {chromedriverVersion: 138.0.7204.92 (f079b9bc781e..., userDataDir: C:\Users\pavank\AppData\Loc...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:55792}, 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.97, 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}
Session ID: 035f5929da80b4f73e7dde81a361bd87
at org.openqa.selenium.remote.http.jdk.JdkHttpClient.execute(JdkHttpClient.java:419)
at org.openqa.selenium.remote.tracing.TracedHttpClient.execute(TracedHttpClient.java:54)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:212)
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.RemoteWebDriver.execute(RemoteWebDriver.java:618)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:622)
at org.openqa.selenium.remote.RemoteWebDriver.quit(RemoteWebDriver.java:446)
at com.epam.healenium.SelfHealingEngine.quit(SelfHealingEngine.java:189)
at com.epam.healenium.handlers.proxy.BaseHandler.quit(BaseHandler.java:129)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:58)
at jdk.proxy2/jdk.proxy2.$Proxy13.quit(Unknown Source)
at com.imm.ereceipt.testscripts.DashBoard.DashBoard.verifyNotifyInArchiveReceiptPage(DashBoard.java:574)
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)
Caused by: java.lang.InterruptedException
at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:385)
at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2069)
at org.openqa.selenium.remote.http.jdk.JdkHttpClient.execute(JdkHttpClient.java:413)
... 40 more
(verify the notify ,print buttons in Archive page)
verifySortingInDashBoard
({Description=verify Sorting In DashBoard - Member Name, Email=, Teller LastName=, print signatur=, errorint=, TestID=verifySortingInDashBoard, Color Transactions=No, Member=, UserPwd=iMM2022!, Transtatus=Archived-false;Active-true;Error-false, Receipt=, Report=, Teller=, Teller FirstName=, errorMessage=, Suppress=, Date=11/01/2021 - 11/22/2021, print Disburstments=, Print signature line=, Type=, Transaction=, Header=Date,Member Name,, Username=ChrisSuperTeller@Qaxpauto1.onmicrosoft.com, SMS=, Sign=, Scan=})
java.lang.reflect.UndeclaredThrowableException
at jdk.proxy2/jdk.proxy2.$Proxy13.executeScript(Unknown Source)
at com.imm.ereceipt.support.BrowserActions.scrollToView(BrowserActions.java:123)
at com.imm.ereceipt.pages.DashboardPage.getSessionDetailsForEachEreceipt(DashboardPage.java:480)
at com.imm.ereceipt.pages.DashboardPage.getResult(DashboardPage.java:795)
at com.imm.ereceipt.testscripts.DashBoard.DashBoard.verifySortingInDashBoard(DashBoard.java:243)
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)
Caused by: java.lang.reflect.InvocationTargetException
at jdk.internal.reflect.GeneratedMethodAccessor5.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.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:60)
... 33 more
Caused by: org.openqa.selenium.NoSuchElementException: Timed out after 5 seconds. Unable to locate the element
at org.openqa.selenium.support.pagefactory.AjaxElementLocator.findElement(AjaxElementLocator.java:90)
at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:38)
at jdk.proxy2/jdk.proxy2.$Proxy17.getWrappedElement(Unknown Source)
at org.openqa.selenium.remote.WebElementToJsonConverter.apply(WebElementToJsonConverter.java:48)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682)
at org.openqa.selenium.remote.RemoteWebDriver.executeScript(RemoteWebDriver.java:474)
... 37 more
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"div.mat-paginator-range-label"}
(Session info: chrome=138.0.7204.97)
For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
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: [7388be78424a2510b1a0ac9b4fee6c1a, findElement {value=div.mat-paginator-range-label, using=css selector}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 138.0.7204.97, chrome: {chromedriverVersion: 138.0.7204.92 (f079b9bc781e..., userDataDir: C:\Users\pavank\AppData\Loc...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:56865}, 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.97, 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}
Session ID: 7388be78424a2510b1a0ac9b4fee6c1a
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.ElementLocation$ElementFinder$2.findElement(ElementLocation.java:165)
at org.openqa.selenium.remote.ElementLocation.findElement(ElementLocation.java:59)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:368)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:362)
at com.epam.healenium.handlers.proxy.BaseHandler.findElement(BaseHandler.java:74)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:39)
at jdk.proxy2/jdk.proxy2.$Proxy13.findElement(Unknown Source)
at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:68)
at org.openqa.selenium.support.pagefactory.AjaxElementLocator.access$001(AjaxElementLocator.java:38)
at org.openqa.selenium.support.pagefactory.AjaxElementLocator$SlowLoadingElement.isLoaded(AjaxElementLocator.java:156)
at org.openqa.selenium.support.ui.SlowLoadableComponent.get(SlowLoadableComponent.java:79)
at org.openqa.selenium.support.pagefactory.AjaxElementLocator.findElement(AjaxElementLocator.java:86)
... 48 more
(Sorting the records in DashBoard page )
verifySortingInDashBoard
({Description=verify Sorting In DashBoard - Date and Teller Name, Email=, Teller LastName=, print signatur=, errorint=, TestID=verifySortingInDashBoard, Color Transactions=No, Member=, UserPwd=iMM2022!, Transtatus=Archived-false;Active-true;Error-false, Receipt=, Report=, Teller=, Teller FirstName=, errorMessage=, Suppress=, Date=11/01/2021 - 11/22/2021, print Disburstments=, Print signature line=, Type=, Transaction=, Header=Date,Teller Name,, Username=ChrisSuperTeller@Qaxpauto1.onmicrosoft.com, SMS=, Sign=, Scan=})
java.lang.reflect.UndeclaredThrowableException
at jdk.proxy2/jdk.proxy2.$Proxy13.executeScript(Unknown Source)
at com.imm.ereceipt.support.BrowserActions.scrollToView(BrowserActions.java:123)
at com.imm.ereceipt.pages.DashboardPage.getSessionDetailsForEachEreceipt(DashboardPage.java:480)
at com.imm.ereceipt.pages.DashboardPage.getResult(DashboardPage.java:795)
at com.imm.ereceipt.testscripts.DashBoard.DashBoard.verifySortingInDashBoard(DashBoard.java:243)
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)
Caused by: java.lang.reflect.InvocationTargetException
at jdk.internal.reflect.GeneratedMethodAccessor5.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.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:60)
... 33 more
Caused by: org.openqa.selenium.NoSuchElementException: Timed out after 5 seconds. Unable to locate the element
at org.openqa.selenium.support.pagefactory.AjaxElementLocator.findElement(AjaxElementLocator.java:90)
at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:38)
at jdk.proxy2/jdk.proxy2.$Proxy17.getWrappedElement(Unknown Source)
at org.openqa.selenium.remote.WebElementToJsonConverter.apply(WebElementToJsonConverter.java:48)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682)
at org.openqa.selenium.remote.RemoteWebDriver.executeScript(RemoteWebDriver.java:474)
... 37 more
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"div.mat-paginator-range-label"}
(Session info: chrome=138.0.7204.97)
For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
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: [61b513c5dd234c2b3ccb76ea6452bd7c, findElement {value=div.mat-paginator-range-label, using=css selector}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 138.0.7204.97, chrome: {chromedriverVersion: 138.0.7204.92 (f079b9bc781e..., userDataDir: C:\Users\pavank\AppData\Loc...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:56430}, 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.97, 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}
Session ID: 61b513c5dd234c2b3ccb76ea6452bd7c
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.ElementLocation$ElementFinder$2.findElement(ElementLocation.java:165)
at org.openqa.selenium.remote.ElementLocation.findElement(ElementLocation.java:59)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:368)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:362)
at com.epam.healenium.handlers.proxy.BaseHandler.findElement(BaseHandler.java:74)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:39)
at jdk.proxy2/jdk.proxy2.$Proxy13.findElement(Unknown Source)
at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:68)
at org.openqa.selenium.support.pagefactory.AjaxElementLocator.access$001(AjaxElementLocator.java:38)
at org.openqa.selenium.support.pagefactory.AjaxElementLocator$SlowLoadingElement.isLoaded(AjaxElementLocator.java:156)
at org.openqa.selenium.support.ui.SlowLoadableComponent.get(SlowLoadableComponent.java:79)
at org.openqa.selenium.support.pagefactory.AjaxElementLocator.findElement(AjaxElementLocator.java:86)
... 48 more
(Sorting the records in DashBoard page )
verifySortingInDashBoard
({Description=verify Sorting In DashBoard - Member # ( not working as unnassinged is not sorted), Email=, Teller LastName=, print signatur=, errorint=, TestID=verifySortingInDashBoard, Color Transactions=No, Member=, UserPwd=iMM2022!, Transtatus=Archived-false;Active-true;Error-false, Receipt=, Report=, Teller=, Teller FirstName=, errorMessage=, Suppress=, Date=11/01/2021 - 11/22/2021, print Disburstments=, Print signature line=, Type=, Transaction=, Header=Date,Member #,, Username=ChrisSuperTeller@Qaxpauto1.onmicrosoft.com, SMS=, Sign=, Scan=})
java.lang.reflect.UndeclaredThrowableException
at jdk.proxy2/jdk.proxy2.$Proxy13.executeScript(Unknown Source)
at com.imm.ereceipt.support.BrowserActions.scrollToView(BrowserActions.java:123)
at com.imm.ereceipt.pages.DashboardPage.getSessionDetailsForEachEreceipt(DashboardPage.java:480)
at com.imm.ereceipt.pages.DashboardPage.getResult(DashboardPage.java:795)
at com.imm.ereceipt.testscripts.DashBoard.DashBoard.verifySortingInDashBoard(DashBoard.java:243)
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)
Caused by: java.lang.reflect.InvocationTargetException
at jdk.internal.reflect.GeneratedMethodAccessor5.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.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:60)
... 33 more
Caused by: org.openqa.selenium.NoSuchElementException: Timed out after 5 seconds. Unable to locate the element
at org.openqa.selenium.support.pagefactory.AjaxElementLocator.findElement(AjaxElementLocator.java:90)
at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:38)
at jdk.proxy2/jdk.proxy2.$Proxy17.getWrappedElement(Unknown Source)
at org.openqa.selenium.remote.WebElementToJsonConverter.apply(WebElementToJsonConverter.java:48)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682)
at org.openqa.selenium.remote.RemoteWebDriver.executeScript(RemoteWebDriver.java:474)
... 37 more
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"div.mat-paginator-range-label"}
(Session info: chrome=138.0.7204.97)
For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
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: [0b6b50c8b77fac318850524346a7bf63, findElement {value=div.mat-paginator-range-label, using=css selector}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 138.0.7204.97, chrome: {chromedriverVersion: 138.0.7204.92 (f079b9bc781e..., userDataDir: C:\Users\pavank\AppData\Loc...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:56651}, 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.97, 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}
Session ID: 0b6b50c8b77fac318850524346a7bf63
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.ElementLocation$ElementFinder$2.findElement(ElementLocation.java:165)
at org.openqa.selenium.remote.ElementLocation.findElement(ElementLocation.java:59)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:368)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:362)
at com.epam.healenium.handlers.proxy.BaseHandler.findElement(BaseHandler.java:74)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:39)
at jdk.proxy2/jdk.proxy2.$Proxy13.findElement(Unknown Source)
at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:68)
at org.openqa.selenium.support.pagefactory.AjaxElementLocator.access$001(AjaxElementLocator.java:38)
at org.openqa.selenium.support.pagefactory.AjaxElementLocator$SlowLoadingElement.isLoaded(AjaxElementLocator.java:156)
at org.openqa.selenium.support.ui.SlowLoadableComponent.get(SlowLoadableComponent.java:79)
at org.openqa.selenium.support.pagefactory.AjaxElementLocator.findElement(AjaxElementLocator.java:86)
... 48 more
(Sorting the records in DashBoard page )
verifySortingInDashBoard
({Description=verify Sorting In DashBoard - Teller ID, Email=, Teller LastName=, print signatur=, errorint=, TestID=verifySortingInDashBoard, Color Transactions=No, Member=, UserPwd=iMM2022!, Transtatus=Archived-false;Active-true;Error-false, Receipt=, Report=, Teller=, Teller FirstName=, errorMessage=, Suppress=, Date=11/01/2021 - 11/22/2021, print Disburstments=, Print signature line=, Type=, Transaction=, Header=Date,Teller ID,, Username=ChrisSuperTeller@Qaxpauto1.onmicrosoft.com, SMS=, Sign=, Scan=})
java.lang.reflect.UndeclaredThrowableException
at jdk.proxy2/jdk.proxy2.$Proxy13.executeScript(Unknown Source)
at com.imm.ereceipt.support.BrowserActions.scrollToView(BrowserActions.java:123)
at com.imm.ereceipt.pages.DashboardPage.getSessionDetailsForEachEreceipt(DashboardPage.java:480)
at com.imm.ereceipt.pages.DashboardPage.getResult(DashboardPage.java:795)
at com.imm.ereceipt.testscripts.DashBoard.DashBoard.verifySortingInDashBoard(DashBoard.java:243)
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)
Caused by: java.lang.reflect.InvocationTargetException
at jdk.internal.reflect.GeneratedMethodAccessor5.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.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:60)
... 33 more
Caused by: org.openqa.selenium.NoSuchElementException: Timed out after 5 seconds. Unable to locate the element
at org.openqa.selenium.support.pagefactory.AjaxElementLocator.findElement(AjaxElementLocator.java:90)
at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:38)
at jdk.proxy2/jdk.proxy2.$Proxy17.getWrappedElement(Unknown Source)
at org.openqa.selenium.remote.WebElementToJsonConverter.apply(WebElementToJsonConverter.java:48)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682)
at org.openqa.selenium.remote.RemoteWebDriver.executeScript(RemoteWebDriver.java:474)
... 37 more
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"div.mat-paginator-range-label"}
(Session info: chrome=138.0.7204.97)
For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
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: [ea8e38840d56dd8645301b51ab99845c, findElement {value=div.mat-paginator-range-label, using=css selector}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 138.0.7204.97, chrome: {chromedriverVersion: 138.0.7204.92 (f079b9bc781e..., userDataDir: C:\Users\pavank\AppData\Loc...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:57082}, 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.97, 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}
Session ID: ea8e38840d56dd8645301b51ab99845c
at jdk.internal.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source)
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.ElementLocation$ElementFinder$2.findElement(ElementLocation.java:165)
at org.openqa.selenium.remote.ElementLocation.findElement(ElementLocation.java:59)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:368)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:362)
at com.epam.healenium.handlers.proxy.BaseHandler.findElement(BaseHandler.java:74)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:39)
at jdk.proxy2/jdk.proxy2.$Proxy13.findElement(Unknown Source)
at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:68)
at org.openqa.selenium.support.pagefactory.AjaxElementLocator.access$001(AjaxElementLocator.java:38)
at org.openqa.selenium.support.pagefactory.AjaxElementLocator$SlowLoadingElement.isLoaded(AjaxElementLocator.java:156)
at org.openqa.selenium.support.ui.SlowLoadableComponent.get(SlowLoadableComponent.java:79)
at org.openqa.selenium.support.pagefactory.AjaxElementLocator.findElement(AjaxElementLocator.java:86)
... 48 more
(Sorting the records in DashBoard page )
verifyTransactionDefaultRequired
({Description=verify default Transcation values, Email=Test@gmail.com, Teller LastName=, print signatur=, errorint=, TestID=verifyTransactionDefaultRequired, Color Transactions=Archived-#212529|Active-#ffa500|Error-#ff0000, Member=, UserPwd=iMM2022!, Transtatus=Archived-false;Active-true;Error-false, Receipt=, Report=, Teller=, Teller FirstName=, errorMessage=, Suppress=, Date=, print Disburstments=, Print signature line=, Type=, Transaction=, Header=, Username=fiAdmin@Qaxpauto1.onmicrosoft.com, SMS=(555) 019-9123, Sign=, Scan=})
java.lang.AssertionError: Test Failed. Check the steps above in red color.
at org.testng.Assert.fail(Assert.java:99)
at com.imm.ereceipt.support.Log.fail(Log.java:530)
at com.imm.ereceipt.support.Log.testCaseResult(Log.java:253)
at com.imm.ereceipt.testscripts.DashBoard.DashBoard.verifyTransactionDefaultRequired(DashBoard.java:1382)
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 default Transcation values)
verifyTransactionDefaultRequired
({Description=verify default Transcation values, Email=Test@gmail.com, Teller LastName=, print signatur=, errorint=, TestID=verifyTransactionDefaultRequired, Color Transactions=Archived-#212529|Active-#ffa500|Error-#ff0000, Member=, UserPwd=iMM2022!, Transtatus=Archived-false;Active-false;Error-false, Receipt=, Report=, Teller=, Teller FirstName=, errorMessage=, Suppress=, Date=, print Disburstments=, Print signature line=, Type=, Transaction=, Header=, Username=fiAdmin@Qaxpauto1.onmicrosoft.com, SMS=(555) 019-9123, Sign=, Scan=})
java.lang.AssertionError: Test Failed. Check the steps above in red color.
at org.testng.Assert.fail(Assert.java:99)
at com.imm.ereceipt.support.Log.fail(Log.java:530)
at com.imm.ereceipt.support.Log.testCaseResult(Log.java:253)
at com.imm.ereceipt.testscripts.DashBoard.DashBoard.verifyTransactionDefaultRequired(DashBoard.java:1382)
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 default Transcation values)
com.imm.ereceipt.testscripts.DashBoard.DashBoard
verifyForTransactionInTellerAndSuperTeller
({Description=verify Transactions in Teller, Email=, Teller LastName=, print signatur=, errorint=, TestID=verifyForTransactionInTellerAndSuperTeller, Color Transactions=, Member=999, UserPwd=iMM2022!, Transtatus=Archived-false;Active-true;Error-false, Receipt=, Report=, Teller=, Teller FirstName=, errorMessage=, Suppress=, Date=4, print Disburstments=, Print signature line=, Type=Teller, Transaction=, Header=, Username=JaneOperator@Qaxpauto1.onmicrosoft.com, SMS=, Sign=, Scan=})
(Verify transaction for Both Teller and Super teller)
C:\Users\pavank\IMM_EReceiptsWeb_Automation\testxml\Regression\XP\QAXPAuto\Dev\EReceiptChrome_Dashboard_3_Dev.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-dev-eastus-teller-app.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-dev-eastus-fiadminportal-app.azurewebsites.net"/>
<parameter name="TestType" value="Regression"/>
<listeners>
<listener class-name="com.imm.ereceipt.support.MethodInterceptor"/>
</listeners>
<test thread-count="1" name="IMM_Test_Chrome" verbose="3">
<classes>
<class name="com.imm.ereceipt.testscripts.DashBoard.DashBoard">
<methods>
<include name="verifyForTransactionInTellerAndSuperTeller"/>
<include name="verifyNotifyInArchiveReceiptPage"/>
<include name="verifyReportTooltipsInDashboardPage"/>
<include name="verifyTransactionDefaultRequired"/>
<include name="verifySortingInDashBoard"/>
</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
verifyForTransactionInTellerAndSuperTeller
verifyNotifyInArchiveReceiptPage
verifySortingInDashBoard
verifyTransactionDefaultRequired
P1
verifyForTransactionInTellerAndSuperTeller
verifyNotifyInArchiveReceiptPage
verifySortingInDashBoard
verifyTransactionDefaultRequired
Smoke
verifyForTransactionInTellerAndSuperTeller
verifyNotifyInArchiveReceiptPage
verifySortingInDashBoard
Times for IMM_QA_Automation
Total running time: 9 minutes
Reporter output for IMM_QA_Automation
verifyForTransactionInTellerAndSuperTeller({Description=verify Transactions in Teller, Email=, Teller LastName=, print signatur=, errorint=, Te...)
Successfully navigate to the 'Dashboard' page [ScreenShot]
Test Passed.
--- 08 Jul 06:04:35 770 - TestCaseID:: verifyForTransactionInTellerAndSuperTeller
--- 08 Jul 06:04:39 310 - 3 - Driver::initialize::Get - com.imm.ereceipt.support.WebDriverFactory.get(WebDriverFactory.java:565)
verify Transactions in Teller
Steps:
verify Transactions in Teller
Steps:
--- 08 Jul 06:04:44 898 - 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=https%3a%2f%2fer-dev-eastus-teller-app.azurewebsites.net&client-request-id=0197ea23-76c7-7e43-a164-a7137c2e1706&response_mode=fragment&client_info=1&nonce=0197ea23-76c9-7372-95eb-721ec9a49c23&state=eyjpzci6ijaxotdlytizltc2yzktnzyyoc05y2eyltu1yju5nwzinznimsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=hisg2i0iy65tv75ddiyostjdr7ycx8fdirw3q6iee8y&code_challenge_method=s256&sso_reload=true
--- 08 Jul 06:04:44 899 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:04:45 000 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (74d04c08b4197fc3184a3bc9f02e00ac)] -> xpath: //input[@id='i0116']]
--- 08 Jul 06:04:45 133 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (74d04c08b4197fc3184a3bc9f02e00ac)] -> xpath: //input[@id='i0116']]
--- 08 Jul 06:04:45 185 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (74d04c08b4197fc3184a3bc9f02e00ac)] -> id: idSIButton9]
--- 08 Jul 06:04:45 245 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (74d04c08b4197fc3184a3bc9f02e00ac)] -> xpath: //input[@id='i0116']]
--- 08 Jul 06:04:45 293 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (74d04c08b4197fc3184a3bc9f02e00ac)] -> xpath: //input[@id='i0116']]
--- 08 Jul 06:04:48 690 - 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=https%3a%2f%2fer-dev-eastus-teller-app.azurewebsites.net&client-request-id=0197ea23-76c7-7e43-a164-a7137c2e1706&response_mode=fragment&client_info=1&nonce=0197ea23-76c9-7372-95eb-721ec9a49c23&state=eyjpzci6ijaxotdlytizltc2yzktnzyyoc05y2eyltu1yju5nwzinznimsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=hisg2i0iy65tv75ddiyostjdr7ycx8fdirw3q6iee8y&code_challenge_method=s256&sso_reload=true
--- 08 Jul 06:04:48 691 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:04:51 961 - 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=https%3a%2f%2fer-dev-eastus-teller-app.azurewebsites.net&client-request-id=0197ea23-76c7-7e43-a164-a7137c2e1706&response_mode=fragment&client_info=1&nonce=0197ea23-76c9-7372-95eb-721ec9a49c23&state=eyjpzci6ijaxotdlytizltc2yzktnzyyoc05y2eyltu1yju5nwzinznimsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=hisg2i0iy65tv75ddiyostjdr7ycx8fdirw3q6iee8y&code_challenge_method=s256&sso_reload=true
--- 08 Jul 06:04:51 962 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:04:52 298 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (74d04c08b4197fc3184a3bc9f02e00ac)] -> xpath: //input[@id='i0118']]
--- 08 Jul 06:04:52 350 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (74d04c08b4197fc3184a3bc9f02e00ac)] -> xpath: //input[@id='i0118']]
--- 08 Jul 06:04:55 624 - 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=https%3a%2f%2fer-dev-eastus-teller-app.azurewebsites.net&client-request-id=0197ea23-76c7-7e43-a164-a7137c2e1706&response_mode=fragment&client_info=1&nonce=0197ea23-76c9-7372-95eb-721ec9a49c23&state=eyjpzci6ijaxotdlytizltc2yzktnzyyoc05y2eyltu1yju5nwzinznimsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=hisg2i0iy65tv75ddiyostjdr7ycx8fdirw3q6iee8y&code_challenge_method=s256&sso_reload=true
--- 08 Jul 06:04:55 625 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:04:59 117 - Page URL:: https://login.microsoftonline.com/common/login
--- 08 Jul 06:04:59 118 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:05:06 436 - Page URL:: https://er-dev-eastus-teller-app.azurewebsites.net/dashboard
--- 08 Jul 06:05:06 436 - 4 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:05:09 549 - Page URL:: https://er-dev-eastus-teller-app.azurewebsites.net/dashboard
--- 08 Jul 06:05:09 549 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:05:09 600 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (74d04c08b4197fc3184a3bc9f02e00ac)] -> id: immOnFilter]
--- 08 Jul 06:05:12 762 - Page URL:: https://er-dev-eastus-teller-app.azurewebsites.net/dashboard
--- 08 Jul 06:05:12 762 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:05:12 814 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (74d04c08b4197fc3184a3bc9f02e00ac)] -> xpath: //b[contains(text(),'Dashboard')]]
Successfully navigate to the 'Dashboard' page [ScreenShot]
--- 08 Jul 06:05:15 007 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (74d04c08b4197fc3184a3bc9f02e00ac)] -> id: immOnRunNonArchiveQuery]
--- 08 Jul 06:05:18 175 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (74d04c08b4197fc3184a3bc9f02e00ac)] -> id: immTranDateFrom]
--- 08 Jul 06:05:18 217 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (74d04c08b4197fc3184a3bc9f02e00ac)] -> id: immTranDateFrom]
--- 08 Jul 06:05:18 483 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (74d04c08b4197fc3184a3bc9f02e00ac)] -> id: immTranDateTo]
--- 08 Jul 06:05:18 876 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (74d04c08b4197fc3184a3bc9f02e00ac)] -> id: immMemberId]
--- 08 Jul 06:05:18 917 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (74d04c08b4197fc3184a3bc9f02e00ac)] -> id: immMemberId]
Test Passed.
verifyForTransactionInTellerAndSuperTeller({Description=verify Transactions in SuperTeller, Email=, Teller LastName=, print signatur=, errorint...)
Successfully navigate to the 'Dashboard' page [ScreenShot]
element click intercepted: Element is not clickable at point (209, 289). Other element would receive the click:... [ScreenShot]
--- 08 Jul 06:03:48 237 - TestCaseID:: verifyForTransactionInTellerAndSuperTeller
--- 08 Jul 06:03:52 751 - 4 - Driver::initialize::Get - com.imm.ereceipt.support.WebDriverFactory.get(WebDriverFactory.java:565)
verify Transactions in SuperTeller
Steps:
verify Transactions in SuperTeller
Steps:
--- 08 Jul 06:03:57 732 - 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=https%3a%2f%2fer-dev-eastus-teller-app.azurewebsites.net&client-request-id=0197ea22-be10-795c-b852-963ef163f556&response_mode=fragment&client_info=1&nonce=0197ea22-be12-7428-b297-2ad4e9ae526e&state=eyjpzci6ijaxotdlytiylwjlmtitn2fioc04mge1ltk5mza4mzu0nty4yiisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=aak6bv0rewdmvjxf3sdmjcmytroanssryuwrizmmkdi&code_challenge_method=s256&sso_reload=true
--- 08 Jul 06:03:57 734 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:03:57 823 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (620f30b5bb90c7d57a7d1e6360063bde)] -> xpath: //input[@id='i0116']]
--- 08 Jul 06:03:57 877 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (620f30b5bb90c7d57a7d1e6360063bde)] -> xpath: //input[@id='i0116']]
--- 08 Jul 06:03:57 940 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (620f30b5bb90c7d57a7d1e6360063bde)] -> id: idSIButton9]
--- 08 Jul 06:03:58 002 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (620f30b5bb90c7d57a7d1e6360063bde)] -> xpath: //input[@id='i0116']]
--- 08 Jul 06:03:58 057 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (620f30b5bb90c7d57a7d1e6360063bde)] -> xpath: //input[@id='i0116']]
--- 08 Jul 06:04:01 604 - 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=https%3a%2f%2fer-dev-eastus-teller-app.azurewebsites.net&client-request-id=0197ea22-be10-795c-b852-963ef163f556&response_mode=fragment&client_info=1&nonce=0197ea22-be12-7428-b297-2ad4e9ae526e&state=eyjpzci6ijaxotdlytiylwjlmtitn2fioc04mge1ltk5mza4mzu0nty4yiisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=aak6bv0rewdmvjxf3sdmjcmytroanssryuwrizmmkdi&code_challenge_method=s256&sso_reload=true
--- 08 Jul 06:04:01 605 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:04:05 023 - 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=https%3a%2f%2fer-dev-eastus-teller-app.azurewebsites.net&client-request-id=0197ea22-be10-795c-b852-963ef163f556&response_mode=fragment&client_info=1&nonce=0197ea22-be12-7428-b297-2ad4e9ae526e&state=eyjpzci6ijaxotdlytiylwjlmtitn2fioc04mge1ltk5mza4mzu0nty4yiisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=aak6bv0rewdmvjxf3sdmjcmytroanssryuwrizmmkdi&code_challenge_method=s256&sso_reload=true
--- 08 Jul 06:04:05 024 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:04:05 663 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (620f30b5bb90c7d57a7d1e6360063bde)] -> xpath: //input[@id='i0118']]
--- 08 Jul 06:04:05 777 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (620f30b5bb90c7d57a7d1e6360063bde)] -> xpath: //input[@id='i0118']]
--- 08 Jul 06:04:09 113 - 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=https%3a%2f%2fer-dev-eastus-teller-app.azurewebsites.net&client-request-id=0197ea22-be10-795c-b852-963ef163f556&response_mode=fragment&client_info=1&nonce=0197ea22-be12-7428-b297-2ad4e9ae526e&state=eyjpzci6ijaxotdlytiylwjlmtitn2fioc04mge1ltk5mza4mzu0nty4yiisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=aak6bv0rewdmvjxf3sdmjcmytroanssryuwrizmmkdi&code_challenge_method=s256&sso_reload=true
--- 08 Jul 06:04:09 114 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:04:13 718 - Page URL:: https://login.microsoftonline.com/common/login
--- 08 Jul 06:04:13 718 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:04:21 072 - Page URL:: https://er-dev-eastus-teller-app.azurewebsites.net/dashboard
--- 08 Jul 06:04:21 073 - 4 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:04:24 342 - Page URL:: https://er-dev-eastus-teller-app.azurewebsites.net/dashboard
--- 08 Jul 06:04:24 343 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:04:24 406 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (620f30b5bb90c7d57a7d1e6360063bde)] -> id: immOnFilter]
--- 08 Jul 06:04:27 563 - Page URL:: https://er-dev-eastus-teller-app.azurewebsites.net/dashboard
--- 08 Jul 06:04:27 564 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:04:27 622 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (620f30b5bb90c7d57a7d1e6360063bde)] -> xpath: //b[contains(text(),'Dashboard')]]
Successfully navigate to the 'Dashboard' page [ScreenShot]
--- 08 Jul 06:04:29 801 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (620f30b5bb90c7d57a7d1e6360063bde)] -> id: immOnRunNonArchiveQuery]
--- 08 Jul 06:04:33 038 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (620f30b5bb90c7d57a7d1e6360063bde)] -> id: immTranDateFrom]
--- 08 Jul 06:04:33 083 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (620f30b5bb90c7d57a7d1e6360063bde)] -> id: immTranDateFrom]
--- 08 Jul 06:04:33 396 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (620f30b5bb90c7d57a7d1e6360063bde)] -> id: immTranDateTo]
--- 08 Jul 06:04:33 754 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (620f30b5bb90c7d57a7d1e6360063bde)] -> id: immUserFirstName]
--- 08 Jul 06:04:33 799 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (620f30b5bb90c7d57a7d1e6360063bde)] -> id: immUserFirstName]
element click intercepted: Element is not clickable at point (209, 289). Other element would receive the click:
verifyTransactionDefaultRequired({Description=verify default Transcation values, Email=Test@gmail.com, Teller LastName=, print signat...)
Successfully navigated to the 'Dashboard' page [ScreenShot]
Test Failed. Check the steps above in red color.
--- 08 Jul 06:07:02 016 - TestCaseID:: verifyTransactionDefaultRequired
--- 08 Jul 06:07:04 517 - 2 - Driver::initialize::Get - com.imm.ereceipt.support.WebDriverFactory.get(WebDriverFactory.java:565)
verify default Transcation values
Steps:
--- 08 Jul 06:07:09 410 - 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=https%3a%2f%2fer-dev-eastus-teller-app.azurewebsites.net&client-request-id=0197ea25-abf4-7c17-aa77-15614f30ae9e&response_mode=fragment&client_info=1&nonce=0197ea25-abf5-7fc4-9550-6cd687f27b59&state=eyjpzci6ijaxotdlyti1lwfizjutnzljni1iowizltbkzjc5ngq1yji3osisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=kvjjv9ovn9slude95fzfnfvl-nhsvmifbdh2rnmwebq&code_challenge_method=s256&sso_reload=true
--- 08 Jul 06:07:09 411 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:07:09 471 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (92b20c0ad5c82385879588d4c0f78382)] -> xpath: //input[@id='i0116']]
--- 08 Jul 06:07:09 516 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (92b20c0ad5c82385879588d4c0f78382)] -> xpath: //input[@id='i0116']]
--- 08 Jul 06:07:09 562 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (92b20c0ad5c82385879588d4c0f78382)] -> id: idSIButton9]
--- 08 Jul 06:07:09 604 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (92b20c0ad5c82385879588d4c0f78382)] -> xpath: //input[@id='i0116']]
--- 08 Jul 06:07:09 647 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (92b20c0ad5c82385879588d4c0f78382)] -> xpath: //input[@id='i0116']]
--- 08 Jul 06:07:13 055 - 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=https%3a%2f%2fer-dev-eastus-teller-app.azurewebsites.net&client-request-id=0197ea25-abf4-7c17-aa77-15614f30ae9e&response_mode=fragment&client_info=1&nonce=0197ea25-abf5-7fc4-9550-6cd687f27b59&state=eyjpzci6ijaxotdlyti1lwfizjutnzljni1iowizltbkzjc5ngq1yji3osisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=kvjjv9ovn9slude95fzfnfvl-nhsvmifbdh2rnmwebq&code_challenge_method=s256&sso_reload=true
--- 08 Jul 06:07:13 056 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:07:16 333 - 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=https%3a%2f%2fer-dev-eastus-teller-app.azurewebsites.net&client-request-id=0197ea25-abf4-7c17-aa77-15614f30ae9e&response_mode=fragment&client_info=1&nonce=0197ea25-abf5-7fc4-9550-6cd687f27b59&state=eyjpzci6ijaxotdlyti1lwfizjutnzljni1iowizltbkzjc5ngq1yji3osisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=kvjjv9ovn9slude95fzfnfvl-nhsvmifbdh2rnmwebq&code_challenge_method=s256&sso_reload=true
--- 08 Jul 06:07:16 334 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:07:16 782 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (92b20c0ad5c82385879588d4c0f78382)] -> xpath: //input[@id='i0118']]
--- 08 Jul 06:07:16 827 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (92b20c0ad5c82385879588d4c0f78382)] -> xpath: //input[@id='i0118']]
--- 08 Jul 06:07:20 081 - 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=https%3a%2f%2fer-dev-eastus-teller-app.azurewebsites.net&client-request-id=0197ea25-abf4-7c17-aa77-15614f30ae9e&response_mode=fragment&client_info=1&nonce=0197ea25-abf5-7fc4-9550-6cd687f27b59&state=eyjpzci6ijaxotdlyti1lwfizjutnzljni1iowizltbkzjc5ngq1yji3osisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=kvjjv9ovn9slude95fzfnfvl-nhsvmifbdh2rnmwebq&code_challenge_method=s256&sso_reload=true
--- 08 Jul 06:07:20 081 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:07:23 524 - Page URL:: https://login.microsoftonline.com/common/login
--- 08 Jul 06:07:23 525 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:07:29 890 - Page URL:: https://er-dev-eastus-teller-app.azurewebsites.net/dashboard
--- 08 Jul 06:07:29 890 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:07:33 003 - Page URL:: https://er-dev-eastus-teller-app.azurewebsites.net/dashboard
--- 08 Jul 06:07:33 003 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:07:33 059 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (92b20c0ad5c82385879588d4c0f78382)] -> id: immOnFilter]
--- 08 Jul 06:07:36 199 - Page URL:: https://er-dev-eastus-teller-app.azurewebsites.net/dashboard
--- 08 Jul 06:07:36 199 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:07:36 247 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (92b20c0ad5c82385879588d4c0f78382)] -> xpath: //b[contains(text(),'Dashboard')]]
Successfully navigated to the 'Dashboard' page [ScreenShot]
Expected: verify default value of Archived transaction status
Actual(Passed): verified default values of Archived toggle is disabled[ScreenShot]
Actual(Passed): verified default values of Archived toggle is disabled[ScreenShot]
Expected: verify default value of Active transaction status
Actual(Failed): Default Transaction Value of Active is incorrect [ScreenShot]
Actual(Failed): Default Transaction Value of Active is incorrect [ScreenShot]
Expected: verify default value of Error transaction status
Actual(Passed): verified default values of Error toggle is disabled[ScreenShot]
Actual(Passed): verified default values of Error toggle is disabled[ScreenShot]
--- 08 Jul 06:07:39 752 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (92b20c0ad5c82385879588d4c0f78382)] -> id: immTranDateFromShadow]
--- 08 Jul 06:07:39 815 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (92b20c0ad5c82385879588d4c0f78382)] -> id: immTranDateToShadow]
--- 08 Jul 06:07:39 877 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (92b20c0ad5c82385879588d4c0f78382)] -> id: immTranDateFromShadow]
--- 08 Jul 06:07:39 935 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (92b20c0ad5c82385879588d4c0f78382)] -> id: immTranDateToShadow]
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(Failed): Failed to slidered the Active[ScreenShot]
Actual(Failed): Failed to slidered the Active[ScreenShot]
Expected: Error ( slider -on(true)/off(false))
Actual(Passed): Sucessfully slidered the Error:false[ScreenShot]
Actual(Passed): Sucessfully slidered the Error:false[ScreenShot]
--- 08 Jul 06:07:54 615 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (92b20c0ad5c82385879588d4c0f78382)] -> id: immOnFilter]
Test Failed. Check the steps above in red color.
verifySortingInDashBoard({Description=verify Sorting In DashBoard - Member Name, Email=, Teller LastName=, print signatur=, e...)
Successfully navigated to the 'Dashboard' page [ScreenShot]
null [ScreenShot]
--- 08 Jul 06:11:24 211 - TestCaseID:: verifySortingInDashBoard
--- 08 Jul 06:11:27 363 - 3 - Driver::initialize::Get - com.imm.ereceipt.support.WebDriverFactory.get(WebDriverFactory.java:565)
verify Sorting In DashBoard - Member Name
Steps:
--- 08 Jul 06:11:32 133 - 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=https%3a%2f%2fer-dev-eastus-teller-app.azurewebsites.net&client-request-id=0197ea29-adb7-7f90-9509-dc71931dc35a&response_mode=fragment&client_info=1&nonce=0197ea29-adb9-729d-b5bd-1d9742b64dee&state=eyjpzci6ijaxotdlyti5lwfkyjgtnzhmnc05zjhmltlkzwq5zdbjmgvinyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=jg-moe4jj-gkpg0-ssaabdzvela7zqhqestjhgzmmue&code_challenge_method=s256&sso_reload=true
--- 08 Jul 06:11:32 134 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:11:32 181 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7388be78424a2510b1a0ac9b4fee6c1a)] -> xpath: //input[@id='i0116']]
--- 08 Jul 06:11:32 220 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7388be78424a2510b1a0ac9b4fee6c1a)] -> xpath: //input[@id='i0116']]
--- 08 Jul 06:11:32 263 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7388be78424a2510b1a0ac9b4fee6c1a)] -> id: idSIButton9]
--- 08 Jul 06:11:32 300 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7388be78424a2510b1a0ac9b4fee6c1a)] -> xpath: //input[@id='i0116']]
--- 08 Jul 06:11:32 338 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7388be78424a2510b1a0ac9b4fee6c1a)] -> xpath: //input[@id='i0116']]
--- 08 Jul 06:11:35 726 - 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=https%3a%2f%2fer-dev-eastus-teller-app.azurewebsites.net&client-request-id=0197ea29-adb7-7f90-9509-dc71931dc35a&response_mode=fragment&client_info=1&nonce=0197ea29-adb9-729d-b5bd-1d9742b64dee&state=eyjpzci6ijaxotdlyti5lwfkyjgtnzhmnc05zjhmltlkzwq5zdbjmgvinyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=jg-moe4jj-gkpg0-ssaabdzvela7zqhqestjhgzmmue&code_challenge_method=s256&sso_reload=true
--- 08 Jul 06:11:35 727 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:11:38 973 - 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=https%3a%2f%2fer-dev-eastus-teller-app.azurewebsites.net&client-request-id=0197ea29-adb7-7f90-9509-dc71931dc35a&response_mode=fragment&client_info=1&nonce=0197ea29-adb9-729d-b5bd-1d9742b64dee&state=eyjpzci6ijaxotdlyti5lwfkyjgtnzhmnc05zjhmltlkzwq5zdbjmgvinyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=jg-moe4jj-gkpg0-ssaabdzvela7zqhqestjhgzmmue&code_challenge_method=s256&sso_reload=true
--- 08 Jul 06:11:38 974 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:11:39 293 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7388be78424a2510b1a0ac9b4fee6c1a)] -> xpath: //input[@id='i0118']]
--- 08 Jul 06:11:39 351 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7388be78424a2510b1a0ac9b4fee6c1a)] -> xpath: //input[@id='i0118']]
--- 08 Jul 06:11:42 598 - 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=https%3a%2f%2fer-dev-eastus-teller-app.azurewebsites.net&client-request-id=0197ea29-adb7-7f90-9509-dc71931dc35a&response_mode=fragment&client_info=1&nonce=0197ea29-adb9-729d-b5bd-1d9742b64dee&state=eyjpzci6ijaxotdlyti5lwfkyjgtnzhmnc05zjhmltlkzwq5zdbjmgvinyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=jg-moe4jj-gkpg0-ssaabdzvela7zqhqestjhgzmmue&code_challenge_method=s256&sso_reload=true
--- 08 Jul 06:11:42 598 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:11:46 619 - Page URL:: https://login.microsoftonline.com/common/login
--- 08 Jul 06:11:46 619 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:11:54 009 - Page URL:: https://er-dev-eastus-teller-app.azurewebsites.net/dashboard
--- 08 Jul 06:11:54 010 - 4 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:11:57 098 - Page URL:: https://er-dev-eastus-teller-app.azurewebsites.net/dashboard
--- 08 Jul 06:11:57 098 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:11:57 146 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7388be78424a2510b1a0ac9b4fee6c1a)] -> id: immOnFilter]
--- 08 Jul 06:12:00 239 - Page URL:: https://er-dev-eastus-teller-app.azurewebsites.net/dashboard
--- 08 Jul 06:12:00 239 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:12:00 285 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7388be78424a2510b1a0ac9b4fee6c1a)] -> xpath: //b[contains(text(),'Dashboard')]]
Successfully navigated to the 'Dashboard' page [ScreenShot]
--- 08 Jul 06:12:02 465 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7388be78424a2510b1a0ac9b4fee6c1a)] -> id: immOnRunNonArchiveQuery]
--- 08 Jul 06:12:05 636 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7388be78424a2510b1a0ac9b4fee6c1a)] -> id: immTranDateFrom]
--- 08 Jul 06:12:05 674 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7388be78424a2510b1a0ac9b4fee6c1a)] -> id: immTranDateFrom]
--- 08 Jul 06:12:05 948 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7388be78424a2510b1a0ac9b4fee6c1a)] -> 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(Failed): Failed to slidered the Active[ScreenShot]
Actual(Failed): Failed to slidered the Active[ScreenShot]
Expected: Error ( slider -on(true)/off(false))
Actual(Passed): Sucessfully slidered the Error:false[ScreenShot]
Actual(Passed): Sucessfully slidered the Error:false[ScreenShot]
--- 08 Jul 06:12:25 415 - Page URL:: https://er-dev-eastus-teller-app.azurewebsites.net/dashboard
--- 08 Jul 06:12:25 415 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:12:25 444 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7388be78424a2510b1a0ac9b4fee6c1a)] -> css selector: tr[id*='immTranRow']]
null [ScreenShot]
verifySortingInDashBoard({Description=verify Sorting In DashBoard - Date and Teller Name, Email=, Teller LastName=, print sig...)
Successfully navigated to the 'Dashboard' page [ScreenShot]
null [ScreenShot]
--- 08 Jul 06:08:51 467 - TestCaseID:: verifySortingInDashBoard
--- 08 Jul 06:08:53 841 - 2 - Driver::initialize::Get - com.imm.ereceipt.support.WebDriverFactory.get(WebDriverFactory.java:565)
verify Sorting In DashBoard - Date and Teller Name
Steps:
--- 08 Jul 06:08:58 600 - 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=https%3a%2f%2fer-dev-eastus-teller-app.azurewebsites.net&client-request-id=0197ea27-55ff-713f-a63b-00e6d36dffee&response_mode=fragment&client_info=1&nonce=0197ea27-5600-7d3b-bf43-d8f78ff009aa&state=eyjpzci6ijaxotdlyti3ltu2mdatnzuwms1imwzmlwnmngq1zjjmywrmmiisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=bno1z45y4o5hhiz5kalladrt2zsopq9ttchfnz1l5lm&code_challenge_method=s256&sso_reload=true
--- 08 Jul 06:08:58 600 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:08:58 653 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (61b513c5dd234c2b3ccb76ea6452bd7c)] -> xpath: //input[@id='i0116']]
--- 08 Jul 06:08:58 694 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (61b513c5dd234c2b3ccb76ea6452bd7c)] -> xpath: //input[@id='i0116']]
--- 08 Jul 06:08:58 737 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (61b513c5dd234c2b3ccb76ea6452bd7c)] -> id: idSIButton9]
--- 08 Jul 06:08:58 781 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (61b513c5dd234c2b3ccb76ea6452bd7c)] -> xpath: //input[@id='i0116']]
--- 08 Jul 06:08:58 824 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (61b513c5dd234c2b3ccb76ea6452bd7c)] -> xpath: //input[@id='i0116']]
--- 08 Jul 06:09:02 183 - 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=https%3a%2f%2fer-dev-eastus-teller-app.azurewebsites.net&client-request-id=0197ea27-55ff-713f-a63b-00e6d36dffee&response_mode=fragment&client_info=1&nonce=0197ea27-5600-7d3b-bf43-d8f78ff009aa&state=eyjpzci6ijaxotdlyti3ltu2mdatnzuwms1imwzmlwnmngq1zjjmywrmmiisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=bno1z45y4o5hhiz5kalladrt2zsopq9ttchfnz1l5lm&code_challenge_method=s256&sso_reload=true
--- 08 Jul 06:09:02 184 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:09:05 624 - 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=https%3a%2f%2fer-dev-eastus-teller-app.azurewebsites.net&client-request-id=0197ea27-55ff-713f-a63b-00e6d36dffee&response_mode=fragment&client_info=1&nonce=0197ea27-5600-7d3b-bf43-d8f78ff009aa&state=eyjpzci6ijaxotdlyti3ltu2mdatnzuwms1imwzmlwnmngq1zjjmywrmmiisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=bno1z45y4o5hhiz5kalladrt2zsopq9ttchfnz1l5lm&code_challenge_method=s256&sso_reload=true
--- 08 Jul 06:09:05 625 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:09:05 976 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (61b513c5dd234c2b3ccb76ea6452bd7c)] -> xpath: //input[@id='i0118']]
--- 08 Jul 06:09:06 051 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (61b513c5dd234c2b3ccb76ea6452bd7c)] -> xpath: //input[@id='i0118']]
--- 08 Jul 06:09:09 321 - 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=https%3a%2f%2fer-dev-eastus-teller-app.azurewebsites.net&client-request-id=0197ea27-55ff-713f-a63b-00e6d36dffee&response_mode=fragment&client_info=1&nonce=0197ea27-5600-7d3b-bf43-d8f78ff009aa&state=eyjpzci6ijaxotdlyti3ltu2mdatnzuwms1imwzmlwnmngq1zjjmywrmmiisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=bno1z45y4o5hhiz5kalladrt2zsopq9ttchfnz1l5lm&code_challenge_method=s256&sso_reload=true
--- 08 Jul 06:09:09 321 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:09:13 328 - Page URL:: https://login.microsoftonline.com/common/login
--- 08 Jul 06:09:13 329 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:09:20 523 - Page URL:: https://er-dev-eastus-teller-app.azurewebsites.net/dashboard
--- 08 Jul 06:09:20 523 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:09:23 615 - Page URL:: https://er-dev-eastus-teller-app.azurewebsites.net/dashboard
--- 08 Jul 06:09:23 615 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:09:23 663 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (61b513c5dd234c2b3ccb76ea6452bd7c)] -> id: immOnFilter]
--- 08 Jul 06:09:26 805 - Page URL:: https://er-dev-eastus-teller-app.azurewebsites.net/dashboard
--- 08 Jul 06:09:26 805 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:09:26 847 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (61b513c5dd234c2b3ccb76ea6452bd7c)] -> xpath: //b[contains(text(),'Dashboard')]]
Successfully navigated to the 'Dashboard' page [ScreenShot]
--- 08 Jul 06:09:29 045 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (61b513c5dd234c2b3ccb76ea6452bd7c)] -> id: immOnRunNonArchiveQuery]
--- 08 Jul 06:09:32 229 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (61b513c5dd234c2b3ccb76ea6452bd7c)] -> id: immTranDateFrom]
--- 08 Jul 06:09:32 269 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (61b513c5dd234c2b3ccb76ea6452bd7c)] -> id: immTranDateFrom]
--- 08 Jul 06:09:32 545 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (61b513c5dd234c2b3ccb76ea6452bd7c)] -> 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(Failed): Failed to slidered the Active[ScreenShot]
Actual(Failed): Failed to slidered the Active[ScreenShot]
Expected: Error ( slider -on(true)/off(false))
Actual(Passed): Sucessfully slidered the Error:false[ScreenShot]
Actual(Passed): Sucessfully slidered the Error:false[ScreenShot]
--- 08 Jul 06:09:51 930 - Page URL:: https://er-dev-eastus-teller-app.azurewebsites.net/dashboard
--- 08 Jul 06:09:51 930 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:09:51 962 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (61b513c5dd234c2b3ccb76ea6452bd7c)] -> css selector: tr[id*='immTranRow']]
null [ScreenShot]
verifyTransactionDefaultRequired({Description=verify default Transcation values, Email=Test@gmail.com, Teller LastName=, print signat...)
Successfully navigated to the 'Dashboard' page [ScreenShot]
Test Failed. Check the steps above in red color.
--- 08 Jul 06:07:55 306 - TestCaseID:: verifyTransactionDefaultRequired
--- 08 Jul 06:07:58 060 - 2 - Driver::initialize::Get - com.imm.ereceipt.support.WebDriverFactory.get(WebDriverFactory.java:565)
verify default Transcation values
Steps:
--- 08 Jul 06:08:05 880 - 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=https%3a%2f%2fer-dev-eastus-teller-app.azurewebsites.net&client-request-id=0197ea26-8848-7ec3-a478-11c2a12be38b&response_mode=fragment&client_info=1&nonce=0197ea26-884a-7848-aff3-ca2ee28311e0&state=eyjpzci6ijaxotdlyti2ltg4ndktn2exmi1hngmylwjlmjmzndewntbkmsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=1qrzzdvjfj0o9q2xsm0puc1zctsuoi92xxcsfij4yau&code_challenge_method=s256&sso_reload=true
--- 08 Jul 06:08:05 881 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:08:05 929 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (47c4fb3482315ebd0531b70b31d858f5)] -> xpath: //input[@id='i0116']]
--- 08 Jul 06:08:05 969 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (47c4fb3482315ebd0531b70b31d858f5)] -> xpath: //input[@id='i0116']]
--- 08 Jul 06:08:06 014 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (47c4fb3482315ebd0531b70b31d858f5)] -> id: idSIButton9]
--- 08 Jul 06:08:06 053 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (47c4fb3482315ebd0531b70b31d858f5)] -> xpath: //input[@id='i0116']]
--- 08 Jul 06:08:06 091 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (47c4fb3482315ebd0531b70b31d858f5)] -> xpath: //input[@id='i0116']]
--- 08 Jul 06:08:09 428 - 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=https%3a%2f%2fer-dev-eastus-teller-app.azurewebsites.net&client-request-id=0197ea26-8848-7ec3-a478-11c2a12be38b&response_mode=fragment&client_info=1&nonce=0197ea26-884a-7848-aff3-ca2ee28311e0&state=eyjpzci6ijaxotdlyti2ltg4ndktn2exmi1hngmylwjlmjmzndewntbkmsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=1qrzzdvjfj0o9q2xsm0puc1zctsuoi92xxcsfij4yau&code_challenge_method=s256&sso_reload=true
--- 08 Jul 06:08:09 428 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:08:12 729 - 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=https%3a%2f%2fer-dev-eastus-teller-app.azurewebsites.net&client-request-id=0197ea26-8848-7ec3-a478-11c2a12be38b&response_mode=fragment&client_info=1&nonce=0197ea26-884a-7848-aff3-ca2ee28311e0&state=eyjpzci6ijaxotdlyti2ltg4ndktn2exmi1hngmylwjlmjmzndewntbkmsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=1qrzzdvjfj0o9q2xsm0puc1zctsuoi92xxcsfij4yau&code_challenge_method=s256&sso_reload=true
--- 08 Jul 06:08:12 730 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:08:13 150 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (47c4fb3482315ebd0531b70b31d858f5)] -> xpath: //input[@id='i0118']]
--- 08 Jul 06:08:13 188 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (47c4fb3482315ebd0531b70b31d858f5)] -> xpath: //input[@id='i0118']]
--- 08 Jul 06:08:16 387 - 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=https%3a%2f%2fer-dev-eastus-teller-app.azurewebsites.net&client-request-id=0197ea26-8848-7ec3-a478-11c2a12be38b&response_mode=fragment&client_info=1&nonce=0197ea26-884a-7848-aff3-ca2ee28311e0&state=eyjpzci6ijaxotdlyti2ltg4ndktn2exmi1hngmylwjlmjmzndewntbkmsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=1qrzzdvjfj0o9q2xsm0puc1zctsuoi92xxcsfij4yau&code_challenge_method=s256&sso_reload=true
--- 08 Jul 06:08:16 388 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:08:19 879 - Page URL:: https://login.microsoftonline.com/common/login
--- 08 Jul 06:08:19 879 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:08:26 172 - Page URL:: https://er-dev-eastus-teller-app.azurewebsites.net/dashboard
--- 08 Jul 06:08:26 172 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:08:29 274 - Page URL:: https://er-dev-eastus-teller-app.azurewebsites.net/dashboard
--- 08 Jul 06:08:29 275 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:08:29 326 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (47c4fb3482315ebd0531b70b31d858f5)] -> id: immOnFilter]
--- 08 Jul 06:08:32 490 - Page URL:: https://er-dev-eastus-teller-app.azurewebsites.net/dashboard
--- 08 Jul 06:08:32 491 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:08:32 532 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (47c4fb3482315ebd0531b70b31d858f5)] -> xpath: //b[contains(text(),'Dashboard')]]
Successfully navigated to the 'Dashboard' page [ScreenShot]
Expected: verify default value of Archived transaction status
Actual(Passed): verified default values of Archived toggle is disabled[ScreenShot]
Actual(Passed): verified default values of Archived toggle is disabled[ScreenShot]
Expected: verify default value of Active transaction status
Actual(Failed): Default Transaction Value of Active is incorrect [ScreenShot]
Actual(Failed): Default Transaction Value of Active is incorrect [ScreenShot]
Expected: verify default value of Error transaction status
Actual(Passed): verified default values of Error toggle is disabled[ScreenShot]
Actual(Passed): verified default values of Error toggle is disabled[ScreenShot]
--- 08 Jul 06:08:35 991 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (47c4fb3482315ebd0531b70b31d858f5)] -> id: immTranDateFromShadow]
--- 08 Jul 06:08:36 053 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (47c4fb3482315ebd0531b70b31d858f5)] -> id: immTranDateToShadow]
--- 08 Jul 06:08:36 108 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (47c4fb3482315ebd0531b70b31d858f5)] -> id: immTranDateFromShadow]
--- 08 Jul 06:08:36 164 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (47c4fb3482315ebd0531b70b31d858f5)] -> id: immTranDateToShadow]
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:false[ScreenShot]
Actual(Passed): Sucessfully slidered the Active:false[ScreenShot]
Expected: Error ( slider -on(true)/off(false))
Actual(Passed): Sucessfully slidered the Error:false[ScreenShot]
Actual(Passed): Sucessfully slidered the Error:false[ScreenShot]
--- 08 Jul 06:08:50 710 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (47c4fb3482315ebd0531b70b31d858f5)] -> id: immOnFilter]
Unable to verify the Apply button is Enabled or not in Dashboard Page
Test Failed. Check the steps above in red color.
verifyNotifyInArchiveReceiptPage({Description=verify Notify In Archive Receipt Page, Email=Ctest@gmail.com, Teller LastName=, print s...)
Successfully navigated to the 'Dashboard' page [ScreenShot]
--- 08 Jul 06:05:38 165 - TestCaseID:: verifyNotifyInArchiveReceiptPage
--- 08 Jul 06:05:40 671 - 2 - Driver::initialize::Get - com.imm.ereceipt.support.WebDriverFactory.get(WebDriverFactory.java:565)
verify Notify In Archive Receipt Page
Steps:
--- 08 Jul 06:05:46 365 - 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=https%3a%2f%2fer-dev-eastus-teller-app.azurewebsites.net&client-request-id=0197ea24-66fe-70f5-b175-1df33d007de9&response_mode=fragment&client_info=1&nonce=0197ea24-66ff-7384-b347-373baed25f41&state=eyjpzci6ijaxotdlyti0lty2zmytnzuyny04odlllwy4zwfjm2mzmzjjosisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=xew9_jlajfswja7l1hbkwhovly6lwbsqyl4-in99lyi&code_challenge_method=s256&sso_reload=true
--- 08 Jul 06:05:46 365 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:05:46 421 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (035f5929da80b4f73e7dde81a361bd87)] -> xpath: //input[@id='i0116']]
--- 08 Jul 06:05:46 463 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (035f5929da80b4f73e7dde81a361bd87)] -> xpath: //input[@id='i0116']]
--- 08 Jul 06:05:46 512 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (035f5929da80b4f73e7dde81a361bd87)] -> id: idSIButton9]
--- 08 Jul 06:05:46 555 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (035f5929da80b4f73e7dde81a361bd87)] -> xpath: //input[@id='i0116']]
--- 08 Jul 06:05:46 623 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (035f5929da80b4f73e7dde81a361bd87)] -> xpath: //input[@id='i0116']]
--- 08 Jul 06:05:50 051 - 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=https%3a%2f%2fer-dev-eastus-teller-app.azurewebsites.net&client-request-id=0197ea24-66fe-70f5-b175-1df33d007de9&response_mode=fragment&client_info=1&nonce=0197ea24-66ff-7384-b347-373baed25f41&state=eyjpzci6ijaxotdlyti0lty2zmytnzuyny04odlllwy4zwfjm2mzmzjjosisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=xew9_jlajfswja7l1hbkwhovly6lwbsqyl4-in99lyi&code_challenge_method=s256&sso_reload=true
--- 08 Jul 06:05:50 051 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:05:53 344 - 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=https%3a%2f%2fer-dev-eastus-teller-app.azurewebsites.net&client-request-id=0197ea24-66fe-70f5-b175-1df33d007de9&response_mode=fragment&client_info=1&nonce=0197ea24-66ff-7384-b347-373baed25f41&state=eyjpzci6ijaxotdlyti0lty2zmytnzuyny04odlllwy4zwfjm2mzmzjjosisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=xew9_jlajfswja7l1hbkwhovly6lwbsqyl4-in99lyi&code_challenge_method=s256&sso_reload=true
--- 08 Jul 06:05:53 344 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:05:53 722 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (035f5929da80b4f73e7dde81a361bd87)] -> xpath: //input[@id='i0118']]
--- 08 Jul 06:05:53 770 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (035f5929da80b4f73e7dde81a361bd87)] -> xpath: //input[@id='i0118']]
--- 08 Jul 06:05:57 031 - 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=https%3a%2f%2fer-dev-eastus-teller-app.azurewebsites.net&client-request-id=0197ea24-66fe-70f5-b175-1df33d007de9&response_mode=fragment&client_info=1&nonce=0197ea24-66ff-7384-b347-373baed25f41&state=eyjpzci6ijaxotdlyti0lty2zmytnzuyny04odlllwy4zwfjm2mzmzjjosisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=xew9_jlajfswja7l1hbkwhovly6lwbsqyl4-in99lyi&code_challenge_method=s256&sso_reload=true
--- 08 Jul 06:05:57 032 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:06:01 097 - Page URL:: https://login.microsoftonline.com/common/login
--- 08 Jul 06:06:01 098 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:06:08 409 - Page URL:: https://er-dev-eastus-teller-app.azurewebsites.net/dashboard
--- 08 Jul 06:06:08 409 - 4 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:06:11 536 - Page URL:: https://er-dev-eastus-teller-app.azurewebsites.net/dashboard
--- 08 Jul 06:06:11 536 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:06:11 601 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (035f5929da80b4f73e7dde81a361bd87)] -> id: immOnFilter]
--- 08 Jul 06:06:14 740 - Page URL:: https://er-dev-eastus-teller-app.azurewebsites.net/dashboard
--- 08 Jul 06:06:14 740 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:06:14 785 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (035f5929da80b4f73e7dde81a361bd87)] -> xpath: //b[contains(text(),'Dashboard')]]
Successfully navigated to the 'Dashboard' page [ScreenShot]
--- 08 Jul 06:06:16 974 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (035f5929da80b4f73e7dde81a361bd87)] -> id: immOnRunNonArchiveQuery]
Expected: Archived ( slider -on(true)/off(false))
Actual(Failed): Failed to slidered the Archived[ScreenShot]
Actual(Failed): Failed to slidered the Archived[ScreenShot]
Expected: Active ( slider -on(true)/off(false))
Actual(Passed): Sucessfully slidered the Active:false[ScreenShot]
Actual(Passed): Sucessfully slidered the Active:false[ScreenShot]
Expected: Error ( slider -on(true)/off(false))
Actual(Passed): Sucessfully slidered the Error:false[ScreenShot]
Actual(Passed): Sucessfully slidered the Error:false[ScreenShot]
--- 08 Jul 06:06:45 143 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (035f5929da80b4f73e7dde81a361bd87)] -> css selector: tr[id*='immTranRow']]
--- 08 Jul 06:07:01 947 - sleep failed..
verifySortingInDashBoard({Description=verify Sorting In DashBoard - Member # ( not working as unnassinged is not sorted), Ema...)
Successfully navigated to the 'Dashboard' page [ScreenShot]
null [ScreenShot]
--- 08 Jul 06:10:08 450 - TestCaseID:: verifySortingInDashBoard
--- 08 Jul 06:10:11 018 - 2 - Driver::initialize::Get - com.imm.ereceipt.support.WebDriverFactory.get(WebDriverFactory.java:565)
verify Sorting In DashBoard - Member # ( not working as unnassinged is not sorted)
Steps:
--- 08 Jul 06:10:15 449 - 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=https%3a%2f%2fer-dev-eastus-teller-app.azurewebsites.net&client-request-id=0197ea28-81e3-7beb-a692-06d2c386ff0a&response_mode=fragment&client_info=1&nonce=0197ea28-81e5-75bf-9f2e-aee8f2641b5e&state=eyjpzci6ijaxotdlyti4ltgxztqtnzayos1imtu5lwjknjk4nthhmte3nsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=j6ls55wfotwef8lbc2urrxpswd64cmdf0ynojsa_akk&code_challenge_method=s256&sso_reload=true
--- 08 Jul 06:10:15 449 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:10:15 496 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0b6b50c8b77fac318850524346a7bf63)] -> xpath: //input[@id='i0116']]
--- 08 Jul 06:10:15 536 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0b6b50c8b77fac318850524346a7bf63)] -> xpath: //input[@id='i0116']]
--- 08 Jul 06:10:15 577 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0b6b50c8b77fac318850524346a7bf63)] -> id: idSIButton9]
--- 08 Jul 06:10:15 615 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0b6b50c8b77fac318850524346a7bf63)] -> xpath: //input[@id='i0116']]
--- 08 Jul 06:10:15 657 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0b6b50c8b77fac318850524346a7bf63)] -> xpath: //input[@id='i0116']]
--- 08 Jul 06:10:19 015 - 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=https%3a%2f%2fer-dev-eastus-teller-app.azurewebsites.net&client-request-id=0197ea28-81e3-7beb-a692-06d2c386ff0a&response_mode=fragment&client_info=1&nonce=0197ea28-81e5-75bf-9f2e-aee8f2641b5e&state=eyjpzci6ijaxotdlyti4ltgxztqtnzayos1imtu5lwjknjk4nthhmte3nsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=j6ls55wfotwef8lbc2urrxpswd64cmdf0ynojsa_akk&code_challenge_method=s256&sso_reload=true
--- 08 Jul 06:10:19 016 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:10:22 271 - 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=https%3a%2f%2fer-dev-eastus-teller-app.azurewebsites.net&client-request-id=0197ea28-81e3-7beb-a692-06d2c386ff0a&response_mode=fragment&client_info=1&nonce=0197ea28-81e5-75bf-9f2e-aee8f2641b5e&state=eyjpzci6ijaxotdlyti4ltgxztqtnzayos1imtu5lwjknjk4nthhmte3nsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=j6ls55wfotwef8lbc2urrxpswd64cmdf0ynojsa_akk&code_challenge_method=s256&sso_reload=true
--- 08 Jul 06:10:22 271 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:10:22 558 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0b6b50c8b77fac318850524346a7bf63)] -> xpath: //input[@id='i0118']]
--- 08 Jul 06:10:22 600 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0b6b50c8b77fac318850524346a7bf63)] -> xpath: //input[@id='i0118']]
--- 08 Jul 06:10:25 848 - 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=https%3a%2f%2fer-dev-eastus-teller-app.azurewebsites.net&client-request-id=0197ea28-81e3-7beb-a692-06d2c386ff0a&response_mode=fragment&client_info=1&nonce=0197ea28-81e5-75bf-9f2e-aee8f2641b5e&state=eyjpzci6ijaxotdlyti4ltgxztqtnzayos1imtu5lwjknjk4nthhmte3nsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=j6ls55wfotwef8lbc2urrxpswd64cmdf0ynojsa_akk&code_challenge_method=s256&sso_reload=true
--- 08 Jul 06:10:25 848 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:10:29 789 - Page URL:: https://login.microsoftonline.com/common/login
--- 08 Jul 06:10:29 789 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:10:36 113 - Page URL:: https://er-dev-eastus-teller-app.azurewebsites.net/#code=1.aweb73_yusvmr0c_nh8d-vcnufir0aux2sdjuq8xr5k-nvnuaabhaq.agabbaiaaabvrspeuwamram2jaf1xrqeawds_wua9p9waujqte-h6offxgbbhz7pucyozpow49xrri4mx0rywefk4tf3ixrj4xezn5_qcceob2ztifgyallwueqbyorg3tvpsann3prlaayyhzhvu75u4yx-jplw2reb4y1c6xzilro_si1wsgfn7wgew9fsufcfyrtykhzqukhklh_0ctqzo3gbde--rht0bbdaozun6tjusfg8csxz8mrwef1ji5c4tkti0fzdciou2ic5hbiqcawyp_0o5coblc5ssgqoaphwfk5ma8ndxvms4chgnokd7eb5frzsiqbm9rfxzlgvknzdnij6tay4waq0ycgvr2zxvixyoeimfaxoj2cy9a9d3vxr4qvzzbl8xmp19zxyboplcudzpjorcdjxhpafwhrxupvm-p_ytypoyo47itlakdtnwcac2mjyopkdqvuaasjhebhga_v1qdojao5bwrsf1xu4yhvsh-idcfwlpvcil6z8suvx9nspdfj8xog0h6hxlohdr0e3rho9r4ygmgapefmrxgs2e_oytuetom1vr2wst4_b4v2_cpo47n-xc9fh5e7evprfamkfqchh9-sk3nmmq26mxzh9-m5fz8zzmrqccnqkva8qjfxw1cxz6fvz0kcgudodanu38lbhci6sn38af4nw4rijjdloocxltei_3i0sgibnl1hbnjfnec0pvzplcnozgkzaj6k56fawcsuz1wz__2oedesfhlciwj8oqw2jnyvufjqzmf4lci9yjamsuoex7hmzlj9jmr6wqilt7zcbofb3_k38knhksseijzyipxrmmczh0yzc7rkjzlo0vtwpvt9utj49so0eqdfq0n3xn3to6gbnlkwmamwitsw1q0vyrulknmbbggr-ug08vitqe2ewfjnt3tbduf3rxkog8vymzyudzqcygg&client_info=eyj1awqioiiwymu5mtnlni1mm2u1ltrmzgutody0ny0zyme2ztkzyzm1ztgilcj1dglkijoiymfmmjdmzwytnjzjns00mdq3lwjmowutmwywm2y5ntcynzuxin0&state=eyjpzci6ijaxotdlyti4ltgxztqtnzayos1imtu5lwjknjk4nthhmte3nsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&session_state=006c1029-d85f-caf6-0b1c-0ac1daa3224c
--- 08 Jul 06:10:36 113 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:10:39 268 - Page URL:: https://er-dev-eastus-teller-app.azurewebsites.net/dashboard
--- 08 Jul 06:10:39 268 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:10:39 341 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0b6b50c8b77fac318850524346a7bf63)] -> id: immOnFilter]
--- 08 Jul 06:10:42 496 - Page URL:: https://er-dev-eastus-teller-app.azurewebsites.net/dashboard
--- 08 Jul 06:10:42 497 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:10:42 544 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0b6b50c8b77fac318850524346a7bf63)] -> xpath: //b[contains(text(),'Dashboard')]]
Successfully navigated to the 'Dashboard' page [ScreenShot]
--- 08 Jul 06:10:44 731 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0b6b50c8b77fac318850524346a7bf63)] -> id: immOnRunNonArchiveQuery]
--- 08 Jul 06:10:47 914 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0b6b50c8b77fac318850524346a7bf63)] -> id: immTranDateFrom]
--- 08 Jul 06:10:47 954 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0b6b50c8b77fac318850524346a7bf63)] -> id: immTranDateFrom]
--- 08 Jul 06:10:48 251 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0b6b50c8b77fac318850524346a7bf63)] -> 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(Failed): Failed to slidered the Active[ScreenShot]
Actual(Failed): Failed to slidered the Active[ScreenShot]
Expected: Error ( slider -on(true)/off(false))
Actual(Passed): Sucessfully slidered the Error:false[ScreenShot]
Actual(Passed): Sucessfully slidered the Error:false[ScreenShot]
--- 08 Jul 06:11:07 658 - Page URL:: https://er-dev-eastus-teller-app.azurewebsites.net/dashboard
--- 08 Jul 06:11:07 658 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:11:07 688 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0b6b50c8b77fac318850524346a7bf63)] -> css selector: tr[id*='immTranRow']]
null [ScreenShot]
verifySortingInDashBoard({Description=verify Sorting In DashBoard - Teller ID, Email=, Teller LastName=, print signatur=, err...)
Successfully navigated to the 'Dashboard' page [ScreenShot]
null [ScreenShot]
--- 08 Jul 06:12:41 979 - TestCaseID:: verifySortingInDashBoard
--- 08 Jul 06:12:44 307 - 2 - Driver::initialize::Get - com.imm.ereceipt.support.WebDriverFactory.get(WebDriverFactory.java:565)
verify Sorting In DashBoard - Teller ID
Steps:
--- 08 Jul 06:12:48 962 - 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=https%3a%2f%2fer-dev-eastus-teller-app.azurewebsites.net&client-request-id=0197ea2a-d94b-7b18-9636-70e5f22cf556&response_mode=fragment&client_info=1&nonce=0197ea2a-d94c-7640-bb97-d4ec3576c93c&state=eyjpzci6ijaxotdlytjhlwq5ngmtn2y5mc1hnjewltgwyjrkzwrmmdc4ocisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=dufrt9xh4ljasnvjs2lw9s3zpiikey7dyk1_7vxf0au&code_challenge_method=s256&sso_reload=true
--- 08 Jul 06:12:48 962 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:12:49 011 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (ea8e38840d56dd8645301b51ab99845c)] -> xpath: //input[@id='i0116']]
--- 08 Jul 06:12:49 046 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (ea8e38840d56dd8645301b51ab99845c)] -> xpath: //input[@id='i0116']]
--- 08 Jul 06:12:49 094 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (ea8e38840d56dd8645301b51ab99845c)] -> id: idSIButton9]
--- 08 Jul 06:12:49 138 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (ea8e38840d56dd8645301b51ab99845c)] -> xpath: //input[@id='i0116']]
--- 08 Jul 06:12:49 205 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (ea8e38840d56dd8645301b51ab99845c)] -> xpath: //input[@id='i0116']]
--- 08 Jul 06:12:52 742 - 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=https%3a%2f%2fer-dev-eastus-teller-app.azurewebsites.net&client-request-id=0197ea2a-d94b-7b18-9636-70e5f22cf556&response_mode=fragment&client_info=1&nonce=0197ea2a-d94c-7640-bb97-d4ec3576c93c&state=eyjpzci6ijaxotdlytjhlwq5ngmtn2y5mc1hnjewltgwyjrkzwrmmdc4ocisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=dufrt9xh4ljasnvjs2lw9s3zpiikey7dyk1_7vxf0au&code_challenge_method=s256&sso_reload=true
--- 08 Jul 06:12:52 742 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:12:56 104 - 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=https%3a%2f%2fer-dev-eastus-teller-app.azurewebsites.net&client-request-id=0197ea2a-d94b-7b18-9636-70e5f22cf556&response_mode=fragment&client_info=1&nonce=0197ea2a-d94c-7640-bb97-d4ec3576c93c&state=eyjpzci6ijaxotdlytjhlwq5ngmtn2y5mc1hnjewltgwyjrkzwrmmdc4ocisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=dufrt9xh4ljasnvjs2lw9s3zpiikey7dyk1_7vxf0au&code_challenge_method=s256&sso_reload=true
--- 08 Jul 06:12:56 104 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:12:56 468 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (ea8e38840d56dd8645301b51ab99845c)] -> xpath: //input[@id='i0118']]
--- 08 Jul 06:12:56 552 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (ea8e38840d56dd8645301b51ab99845c)] -> xpath: //input[@id='i0118']]
--- 08 Jul 06:12:59 774 - 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=https%3a%2f%2fer-dev-eastus-teller-app.azurewebsites.net&client-request-id=0197ea2a-d94b-7b18-9636-70e5f22cf556&response_mode=fragment&client_info=1&nonce=0197ea2a-d94c-7640-bb97-d4ec3576c93c&state=eyjpzci6ijaxotdlytjhlwq5ngmtn2y5mc1hnjewltgwyjrkzwrmmdc4ocisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.11.1&response_type=code&code_challenge=dufrt9xh4ljasnvjs2lw9s3zpiikey7dyk1_7vxf0au&code_challenge_method=s256&sso_reload=true
--- 08 Jul 06:12:59 775 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:13:03 807 - Page URL:: https://login.microsoftonline.com/common/login
--- 08 Jul 06:13:03 807 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:13:11 063 - Page URL:: https://er-dev-eastus-teller-app.azurewebsites.net/dashboard
--- 08 Jul 06:13:11 063 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:13:14 152 - Page URL:: https://er-dev-eastus-teller-app.azurewebsites.net/dashboard
--- 08 Jul 06:13:14 152 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:13:14 201 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (ea8e38840d56dd8645301b51ab99845c)] -> id: immOnFilter]
--- 08 Jul 06:13:17 335 - Page URL:: https://er-dev-eastus-teller-app.azurewebsites.net/dashboard
--- 08 Jul 06:13:17 335 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:13:17 381 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (ea8e38840d56dd8645301b51ab99845c)] -> xpath: //b[contains(text(),'Dashboard')]]
Successfully navigated to the 'Dashboard' page [ScreenShot]
--- 08 Jul 06:13:19 541 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (ea8e38840d56dd8645301b51ab99845c)] -> id: immOnRunNonArchiveQuery]
--- 08 Jul 06:13:22 729 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (ea8e38840d56dd8645301b51ab99845c)] -> id: immTranDateFrom]
--- 08 Jul 06:13:22 767 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (ea8e38840d56dd8645301b51ab99845c)] -> id: immTranDateFrom]
--- 08 Jul 06:13:23 043 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (ea8e38840d56dd8645301b51ab99845c)] -> 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(Failed): Failed to slidered the Active[ScreenShot]
Actual(Failed): Failed to slidered the Active[ScreenShot]
Expected: Error ( slider -on(true)/off(false))
Actual(Passed): Sucessfully slidered the Error:false[ScreenShot]
Actual(Passed): Sucessfully slidered the Error:false[ScreenShot]
--- 08 Jul 06:13:42 360 - Page URL:: https://er-dev-eastus-teller-app.azurewebsites.net/dashboard
--- 08 Jul 06:13:42 360 - 3 - Page Load Wait: (Sync) - com.imm.ereceipt.support.Utils.waitForPageLoad(Utils.java:112)
--- 08 Jul 06:13:42 389 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (ea8e38840d56dd8645301b51ab99845c)] -> css selector: tr[id*='immTranRow']]
null [ScreenShot]
9 ignored methods
com.imm.ereceipt.testscripts.DashBoard.DashBoard
verifyUIElemntsInDashBoard
verifyFiltersInDashBoard
verifyTooltipsInReceiptPage
verifyErrorMessagesInDashBoardPage
verifyReportTooltipsInDashboardPage_ER3814
verifySettingsInTellerPage
verifyValidEmailInNotifyInDashboardPage
verifyTransactionColorsInDashBoard
verifyInvalidEmailInNotifyInDashboardPage
verifyFiltersInDashBoard
verifyTooltipsInReceiptPage
verifyErrorMessagesInDashBoardPage
verifyReportTooltipsInDashboardPage_ER3814
verifySettingsInTellerPage
verifyValidEmailInNotifyInDashboardPage
verifyTransactionColorsInDashBoard
verifyInvalidEmailInNotifyInDashboardPage
Methods in chronological order
com.imm.ereceipt.testscripts.DashBoard.DashBoard
initialize(org.testng.TestRunner@59acb725)
0 ms
init(org.testng.TestRunner@59acb725)
280 ms
verifyForTransactionInTellerAndSuperTeller({Description=verify Transactions in SuperTeller, Email=, Teller LastName=, print signatur=, errorint...)
5068 ms
verifyForTransactionInTellerAndSuperTeller({Description=verify Transactions in Teller, Email=, Teller LastName=, print signatur=, errorint=, Te...)
51622 ms
verifyNotifyInArchiveReceiptPage({Description=verify Notify In Archive Receipt Page, Email=Ctest@gmail.com, Teller LastName=, print s...)
112990 ms
verifyTransactionDefaultRequired({Description=verify default Transcation values, Email=Test@gmail.com, Teller LastName=, print signat...)
196835 ms
verifyTransactionDefaultRequired({Description=verify default Transcation values, Email=Test@gmail.com, Teller LastName=, print signat...)
250379 ms
verifySortingInDashBoard({Description=verify Sorting In DashBoard - Date and Teller Name, Email=, Teller LastName=, print sig...)
306159 ms
verifySortingInDashBoard({Description=verify Sorting In DashBoard - Member # ( not working as unnassinged is not sorted), Ema...)
383337 ms
verifySortingInDashBoard({Description=verify Sorting In DashBoard - Member Name, Email=, Teller LastName=, print signatur=, e...)
459683 ms
verifySortingInDashBoard({Description=verify Sorting In DashBoard - Teller ID, Email=, Teller LastName=, print signatur=, err...)
536627 ms