com.kinective.omniconnect.groundControl.testscripts.generalLedgerTest.generalLedgerTest
exportGeneralLedgerCSV
({ASSET SELECTOR PAGEMAP=
searchAsset:test_prologue_gla;
selectAssetId:test_prologue_gla;
clickAssetId:Y;
assetRow:;, TestID=exportGeneralLedgerCSV, LOAN SELECTOR PAGEMAP=loanNumber:122307008365;
taxId:;
firstName:;
lastName:;
loanRow:;
loanRow:LAND LOAN;, Description=Export the General Ledger (GL) CSV, CHANGE REQUEST PAGEMAP=Loan Number/File Number:;
Corrected Field Value:;
Item Priority:;
Description:;, LOGIN PAGEMAP=userName:monil.shah@kinective.io;
password:ab7UPKi34CnZIrG25Dl05g==;
key:HelloMonil!ThisIsOMNI;, TRANSACTIONS PAGEMAP=hiddenTransactions:;
searchTransactionByField:;
searchTransactionGlobal:;
fieldId:;})
com.kinective.omniconnect.support.KinectiveException: Failure while balancing credit-debit amount.
Exception Chain:<br>java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1<br>Exception Stacktrace: <br>at com.kinective.omniconnect.groundControl.pages.GCFundingLedgerPage.balanceDebitCredits(GCFundingLedgerPage.java:115)<br>at com.kinective.omniconnect.groundControl.testscripts.generalLedgerTest.generalLedgerTest.exportGeneralLedgerCSV(generalLedgerTest.java:111)<br>at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)<br>at java.base/java.lang.reflect.Method.invoke(Method.java:580)<br>at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)<br>at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)<br>at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)<br>at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)<br>at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)<br>at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)<br>at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)<br>at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)<br>at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)<br>at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)<br>at java.base/java.lang.Thread.run(Thread.java:1583)<br>
at com.kinective.omniconnect.groundControl.pages.GCFundingLedgerPage.balanceDebitCredits(GCFundingLedgerPage.java:138)
at com.kinective.omniconnect.groundControl.testscripts.generalLedgerTest.generalLedgerTest.exportGeneralLedgerCSV(generalLedgerTest.java:111)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
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.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1
at com.kinective.omniconnect.groundControl.pages.GCFundingLedgerPage.balanceDebitCredits(GCFundingLedgerPage.java:115)
... 14 more
(#TC24 Export the General Ledger (GL) CSV)
com.kinective.omniconnect.groundControl.testscripts.transactionsTest.transactionsTest
verifySubmitLoan
({ASSET SELECTOR PAGEMAP=
searchAsset:CoredirectorQAAutomation;
selectAssetId:CoredirectorQAAutomation;
product:test_mortgage;
clickAssetId:Y;
assetRow:;, TestID=verifySubmitLoan, LOAN SELECTOR PAGEMAP=loanNumber:0010001234;
taxId:404355924;
firstName:;
lastName:;
loanRow:;
getLoans:Y;, Description=Submit the Loan and verify the success Popup, CHANGE REQUEST PAGEMAP=, LOGIN PAGEMAP=userName:monil.shah@kinective.io;
password:ab7UPKi34CnZIrG25Dl05g==;
key:HelloMonil!ThisIsOMNI;, TRANSACTIONS PAGEMAP=
demoMode:N;
hiddenTransactions:;
searchTransactionByField:;
searchTransactionGlobal:;
fieldId:;
borrowerCIF:404355924;
})
com.kinective.omniconnect.support.KinectiveException: Failed to submit the loan.
Exception Chain:<br>java.lang.AssertionError: expected [true] but found [false]<br>Exception Stacktrace: <br>at org.testng.Assert.fail(Assert.java:99)<br>at org.testng.Assert.failNotEquals(Assert.java:1037)<br>at org.testng.Assert.assertEqualsImpl(Assert.java:140)<br>at org.testng.Assert.assertEquals(Assert.java:122)<br>at org.testng.Assert.assertEquals(Assert.java:819)<br>at org.testng.Assert.assertEquals(Assert.java:829)<br>at com.kinective.omniconnect.groundControl.pages.GCTransactionsPage.demoModeOnOff(GCTransactionsPage.java:737)<br>at com.kinective.omniconnect.groundControl.pages.GCTransactionsPage.submitLoan(GCTransactionsPage.java:634)<br>at com.kinective.omniconnect.groundControl.testscripts.transactionsTest.transactionsTest.verifySubmitLoan(transactionsTest.java:480)<br>at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)<br>at java.base/java.lang.reflect.Method.invoke(Method.java:580)<br>at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)<br>at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)<br>at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)<br>at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)<br>at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)<br>at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)<br>at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)<br>at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)<br>at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)<br>at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)<br>at java.base/java.lang.Thread.run(Thread.java:1583)<br>
at com.kinective.omniconnect.groundControl.pages.GCTransactionsPage.submitLoan(GCTransactionsPage.java:707)
at com.kinective.omniconnect.groundControl.testscripts.transactionsTest.transactionsTest.verifySubmitLoan(transactionsTest.java:480)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
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.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.lang.AssertionError: expected [true] but found [false]
at org.testng.Assert.fail(Assert.java:99)
at org.testng.Assert.failNotEquals(Assert.java:1037)
at org.testng.Assert.assertEqualsImpl(Assert.java:140)
at org.testng.Assert.assertEquals(Assert.java:122)
at org.testng.Assert.assertEquals(Assert.java:819)
at org.testng.Assert.assertEquals(Assert.java:829)
at com.kinective.omniconnect.groundControl.pages.GCTransactionsPage.demoModeOnOff(GCTransactionsPage.java:737)
at com.kinective.omniconnect.groundControl.pages.GCTransactionsPage.submitLoan(GCTransactionsPage.java:634)
... 14 more
(#TC14 Submit the Loan and verify the success Popup)
verifySubmitLoan
({ASSET SELECTOR PAGEMAP=
searchAsset:SymitarQAAutomation;
selectAssetId:SymitarQAAutomation;
clickAssetId:Y;
assetRow:;, TestID=verifySubmitLoan, LOAN SELECTOR PAGEMAP=loanNumber:0000012654;
taxId:647368203;
firstName:;
lastName:;
loanRow:;
getLoans:Y;, Description=Submit the Loan and verify the success Popup, CHANGE REQUEST PAGEMAP=, LOGIN PAGEMAP=userName:monil.shah@kinective.io;
password:ab7UPKi34CnZIrG25Dl05g==;
key:HelloMonil!ThisIsOMNI;, TRANSACTIONS PAGEMAP=
demoMode:N;
hiddenTransactions:;
searchTransactionByField:;
searchTransactionGlobal:;
fieldId:;
borrowerCIF:TGA2212;
})
com.kinective.omniconnect.support.KinectiveException: Failed to submit the loan.
Exception Chain:<br>java.lang.AssertionError: expected [true] but found [false]<br>Exception Stacktrace: <br>at org.testng.Assert.fail(Assert.java:99)<br>at org.testng.Assert.failNotEquals(Assert.java:1037)<br>at org.testng.Assert.assertEqualsImpl(Assert.java:140)<br>at org.testng.Assert.assertEquals(Assert.java:122)<br>at org.testng.Assert.assertEquals(Assert.java:819)<br>at org.testng.Assert.assertEquals(Assert.java:829)<br>at com.kinective.omniconnect.groundControl.pages.GCTransactionsPage.demoModeOnOff(GCTransactionsPage.java:737)<br>at com.kinective.omniconnect.groundControl.pages.GCTransactionsPage.submitLoan(GCTransactionsPage.java:634)<br>at com.kinective.omniconnect.groundControl.testscripts.transactionsTest.transactionsTest.verifySubmitLoan(transactionsTest.java:480)<br>at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)<br>at java.base/java.lang.reflect.Method.invoke(Method.java:580)<br>at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)<br>at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)<br>at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)<br>at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)<br>at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)<br>at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)<br>at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)<br>at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)<br>at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)<br>at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)<br>at java.base/java.lang.Thread.run(Thread.java:1583)<br>
at com.kinective.omniconnect.groundControl.pages.GCTransactionsPage.submitLoan(GCTransactionsPage.java:707)
at com.kinective.omniconnect.groundControl.testscripts.transactionsTest.transactionsTest.verifySubmitLoan(transactionsTest.java:480)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
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.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.lang.AssertionError: expected [true] but found [false]
at org.testng.Assert.fail(Assert.java:99)
at org.testng.Assert.failNotEquals(Assert.java:1037)
at org.testng.Assert.assertEqualsImpl(Assert.java:140)
at org.testng.Assert.assertEquals(Assert.java:122)
at org.testng.Assert.assertEquals(Assert.java:819)
at org.testng.Assert.assertEquals(Assert.java:829)
at com.kinective.omniconnect.groundControl.pages.GCTransactionsPage.demoModeOnOff(GCTransactionsPage.java:737)
at com.kinective.omniconnect.groundControl.pages.GCTransactionsPage.submitLoan(GCTransactionsPage.java:634)
... 14 more
(#TC14 Submit the Loan and verify the success Popup)
verifySubmitLoan
({ASSET SELECTOR PAGEMAP=
searchAsset:SilverlakeQAAutomation;
selectAssetId:SilverlakeQAAutomation;
clickAssetId:Y;
assetRow:;, TestID=verifySubmitLoan, LOAN SELECTOR PAGEMAP=loanNumber:0010001234;
taxId:404355924;
firstName:;
lastName:;
loanRow:;
getLoans:Y;, Description=Submit the Loan and verify the success Popup, CHANGE REQUEST PAGEMAP=, LOGIN PAGEMAP=userName:monil.shah@kinective.io;
password:ab7UPKi34CnZIrG25Dl05g==;
key:HelloMonil!ThisIsOMNI;, TRANSACTIONS PAGEMAP=
demoMode:N;
hiddenTransactions:;
searchTransactionByField:;
searchTransactionGlobal:;
fieldId:;
borrowerCIF:TGA2212;
})
java.lang.IndexOutOfBoundsException: Index 3 out of bounds for length 3
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
at java.base/java.util.Objects.checkIndex(Objects.java:385)
at java.base/java.util.ArrayList.get(ArrayList.java:427)
at com.kinective.omniconnect.support.ExtentReporter.endTest(ExtentReporter.java:269)
at com.kinective.omniconnect.support.Log.endTestCase(Log.java:270)
at com.kinective.omniconnect.groundControl.testscripts.transactionsTest.transactionsTest.verifySubmitLoan(transactionsTest.java:492)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
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.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
(#TC14 Submit the Loan and verify the success Popup)
verifySubmitLoan
({ASSET SELECTOR PAGEMAP=
searchAsset:premiercoQAAutomation;
selectAssetId:premiercoQAAutomation;
product:test_mortgage;
clickAssetId:Y;
assetRow:;, TestID=verifySubmitLoan, LOAN SELECTOR PAGEMAP=loanNumber:0010001234;
taxId:404355924;
firstName:;
lastName:;
loanRow:;
getLoans:Y;, Description=Submit the Loan and verify the success Popup, CHANGE REQUEST PAGEMAP=, LOGIN PAGEMAP=userName:monil.shah@kinective.io;
password:ab7UPKi34CnZIrG25Dl05g==;
key:HelloMonil!ThisIsOMNI;, TRANSACTIONS PAGEMAP=
demoMode:N;
hiddenTransactions:;
searchTransactionByField:;
searchTransactionGlobal:;
fieldId:;
borrowerCIF:404355924;
})
com.kinective.omniconnect.support.KinectiveException: Failed to submit the loan.
Exception Chain:<br>java.lang.AssertionError: expected [true] but found [false]<br>Exception Stacktrace: <br>at org.testng.Assert.fail(Assert.java:99)<br>at org.testng.Assert.failNotEquals(Assert.java:1037)<br>at org.testng.Assert.assertEqualsImpl(Assert.java:140)<br>at org.testng.Assert.assertEquals(Assert.java:122)<br>at org.testng.Assert.assertEquals(Assert.java:819)<br>at org.testng.Assert.assertEquals(Assert.java:829)<br>at com.kinective.omniconnect.groundControl.pages.GCTransactionsPage.demoModeOnOff(GCTransactionsPage.java:737)<br>at com.kinective.omniconnect.groundControl.pages.GCTransactionsPage.submitLoan(GCTransactionsPage.java:634)<br>at com.kinective.omniconnect.groundControl.testscripts.transactionsTest.transactionsTest.verifySubmitLoan(transactionsTest.java:480)<br>at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)<br>at java.base/java.lang.reflect.Method.invoke(Method.java:580)<br>at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)<br>at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)<br>at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)<br>at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)<br>at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)<br>at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)<br>at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)<br>at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)<br>at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)<br>at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)<br>at java.base/java.lang.Thread.run(Thread.java:1583)<br>
at com.kinective.omniconnect.groundControl.pages.GCTransactionsPage.submitLoan(GCTransactionsPage.java:707)
at com.kinective.omniconnect.groundControl.testscripts.transactionsTest.transactionsTest.verifySubmitLoan(transactionsTest.java:480)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
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.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.lang.AssertionError: expected [true] but found [false]
at org.testng.Assert.fail(Assert.java:99)
at org.testng.Assert.failNotEquals(Assert.java:1037)
at org.testng.Assert.assertEqualsImpl(Assert.java:140)
at org.testng.Assert.assertEquals(Assert.java:122)
at org.testng.Assert.assertEquals(Assert.java:819)
at org.testng.Assert.assertEquals(Assert.java:829)
at com.kinective.omniconnect.groundControl.pages.GCTransactionsPage.demoModeOnOff(GCTransactionsPage.java:737)
at com.kinective.omniconnect.groundControl.pages.GCTransactionsPage.submitLoan(GCTransactionsPage.java:634)
... 14 more
(#TC14 Submit the Loan and verify the success Popup)
com.kinective.omniconnect.groundControl.testscripts.changeRequestTest.changeRequestTest
editChangeRequest
({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:Y;
assetRow:;, TestID=editChangeRequest, LOAN SELECTOR PAGEMAP=loanNumber:0070000013;
taxId:11983400;
loanRow:;, Description=Respond to the Change Request with added notes, CHANGE REQUEST PAGEMAP=Loan Number/File Number:All Loans;Corrected Field Value:Automation;Item Priority:High Priority;Description:This is test description;, LOGIN PAGEMAP=userName:monil.shah@kinective.io;
password:ab7UPKi34CnZIrG25Dl05g==;
key:HelloMonil!ThisIsOMNI;, TRANSACTIONS PAGEMAP=hiddenTransactions:;
searchTransactionByField:;
searchTransactionGlobal:;
fieldId:LA01_0004;})
com.kinective.omniconnect.support.KinectiveException: Failed to change 'Change Request Status' for the field ID : LA01_0004
Exception Chain:<br>java.lang.reflect.UndeclaredThrowableException: null<br>Exception Stacktrace: <br>at jdk.proxy2/jdk.proxy2.$Proxy17.executeScript(Unknown Source)<br>at com.kinective.omniconnect.support.BrowserActions.clickWithJsNoWait(BrowserActions.java:650)<br>at com.kinective.omniconnect.groundControl.pages.GCChangeRequestLogsPage.selectDropdownField(GCChangeRequestLogsPage.java:168)<br>at com.kinective.omniconnect.groundControl.pages.GCChangeRequestLogsPage.filterField(GCChangeRequestLogsPage.java:233)<br>at com.kinective.omniconnect.groundControl.pages.GCChangeRequestLogsPage.changeRequestStatus(GCChangeRequestLogsPage.java:256)<br>at com.kinective.omniconnect.groundControl.testscripts.changeRequestTest.changeRequestTest.editChangeRequest(changeRequestTest.java:196)<br>at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)<br>at java.base/java.lang.reflect.Method.invoke(Method.java:580)<br>at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)<br>at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)<br>at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)<br>at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)<br>at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)<br>at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)<br>at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)<br>at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)<br>at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)<br>at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)<br>at java.base/java.lang.Thread.run(Thread.java:1583)<br><br>java.lang.reflect.InvocationTargetException: null<br>Exception Stacktrace: <br>at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)<br>at java.base/java.lang.reflect.Method.invoke(Method.java:580)<br>at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:60)<br>at jdk.proxy2/jdk.proxy2.$Proxy17.executeScript(Unknown Source)<br>at com.kinective.omniconnect.support.BrowserActions.clickWithJsNoWait(BrowserActions.java:650)<br>at com.kinective.omniconnect.groundControl.pages.GCChangeRequestLogsPage.selectDropdownField(GCChangeRequestLogsPage.java:168)<br>at com.kinective.omniconnect.groundControl.pages.GCChangeRequestLogsPage.filterField(GCChangeRequestLogsPage.java:233)<br>at com.kinective.omniconnect.groundControl.pages.GCChangeRequestLogsPage.changeRequestStatus(GCChangeRequestLogsPage.java:256)<br>at com.kinective.omniconnect.groundControl.testscripts.changeRequestTest.changeRequestTest.editChangeRequest(changeRequestTest.java:196)<br>at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)<br>at java.base/java.lang.reflect.Method.invoke(Method.java:580)<br>at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)<br>at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)<br>at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)<br>at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)<br>at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)<br>at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)<br>at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)<br>at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)<br>at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)<br>at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)<br>at java.base/java.lang.Thread.run(Thread.java:1583)<br><br>org.openqa.selenium.StaleElementReferenceException: stale element reference: stale element not found in the current frame
(Session info: chrome=142.0.7444.136)
For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#stale-element-reference-exception
Build info: version: '4.28.0', revision: 'ac342546e9'
System info: os.name: 'Windows 11', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [ea50424d2606f5fedc63182057805e05, executeScript {args=[{element-6066-11e4-a52e-4f735466cecf=f.A0F45DE08DEA8434E194C79D5A98E917.d.223348D0B7C77136D87C98EC7E0FEA1A.e.239}], script=arguments[0].click();}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 142.0.7444.136, chrome: {chromedriverVersion: 142.0.7444.162 (c076baf266c..., userDataDir: C:\Users\MONILS~1\AppData\L...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:62511}, goog:loggingPrefs: {performance: ALL}, goog:processID: 24164, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 11, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.31.113:4444/se..., se:cdpVersion: 142.0.7444.136, 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: ea50424d2606f5fedc63182057805e05<br>Exception Stacktrace: <br>at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)<br>at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)<br>at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)<br>at org.openqa.selenium.remote.ErrorCodec.decode(ErrorCodec.java:167)<br>at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:138)<br>at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:50)<br>at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:215)<br>at org.openqa.selenium.remote.TracedCommandExecutor.execute(TracedCommandExecutor.java:53)<br>at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:545)<br>at org.openqa.selenium.remote.RemoteWebDriver.executeScript(RemoteWebDriver.java:476)<br>at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)<br>at java.base/java.lang.reflect.Method.invoke(Method.java:580)<br>at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:60)<br>at jdk.proxy2/jdk.proxy2.$Proxy17.executeScript(Unknown Source)<br>at com.kinective.omniconnect.support.BrowserActions.clickWithJsNoWait(BrowserActions.java:650)<br>at com.kinective.omniconnect.groundControl.pages.GCChangeRequestLogsPage.selectDropdownField(GCChangeRequestLogsPage.java:168)<br>at com.kinective.omniconnect.groundControl.pages.GCChangeRequestLogsPage.filterField(GCChangeRequestLogsPage.java:233)<br>at com.kinective.omniconnect.groundControl.pages.GCChangeRequestLogsPage.changeRequestStatus(GCChangeRequestLogsPage.java:256)<br>at com.kinective.omniconnect.groundControl.testscripts.changeRequestTest.changeRequestTest.editChangeRequest(changeRequestTest.java:196)<br>at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)<br>at java.base/java.lang.reflect.Method.invoke(Method.java:580)<br>at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)<br>at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)<br>at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)<br>at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)<br>at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)<br>at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)<br>at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)<br>at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)<br>at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)<br>at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)<br>at java.base/java.lang.Thread.run(Thread.java:1583)<br>
at com.kinective.omniconnect.groundControl.pages.GCChangeRequestLogsPage.changeRequestStatus(GCChangeRequestLogsPage.java:277)
at com.kinective.omniconnect.groundControl.testscripts.changeRequestTest.changeRequestTest.editChangeRequest(changeRequestTest.java:196)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
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.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.lang.reflect.UndeclaredThrowableException
at jdk.proxy2/jdk.proxy2.$Proxy17.executeScript(Unknown Source)
at com.kinective.omniconnect.support.BrowserActions.clickWithJsNoWait(BrowserActions.java:650)
at com.kinective.omniconnect.groundControl.pages.GCChangeRequestLogsPage.selectDropdownField(GCChangeRequestLogsPage.java:168)
at com.kinective.omniconnect.groundControl.pages.GCChangeRequestLogsPage.filterField(GCChangeRequestLogsPage.java:233)
at com.kinective.omniconnect.groundControl.pages.GCChangeRequestLogsPage.changeRequestStatus(GCChangeRequestLogsPage.java:256)
... 14 more
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:60)
... 19 more
Caused by: org.openqa.selenium.StaleElementReferenceException: stale element reference: stale element not found in the current frame
(Session info: chrome=142.0.7444.136)
For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#stale-element-reference-exception
Build info: version: '4.28.0', revision: 'ac342546e9'
System info: os.name: 'Windows 11', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [ea50424d2606f5fedc63182057805e05, executeScript {args=[{element-6066-11e4-a52e-4f735466cecf=f.A0F45DE08DEA8434E194C79D5A98E917.d.223348D0B7C77136D87C98EC7E0FEA1A.e.239}], script=arguments[0].click();}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 142.0.7444.136, chrome: {chromedriverVersion: 142.0.7444.162 (c076baf266c..., userDataDir: C:\Users\MONILS~1\AppData\L...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:62511}, goog:loggingPrefs: {performance: ALL}, goog:processID: 24164, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 11, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.31.113:4444/se..., se:cdpVersion: 142.0.7444.136, 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: ea50424d2606f5fedc63182057805e05
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
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.RemoteWebDriver.executeScript(RemoteWebDriver.java:476)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 21 more
(#TC18 Respond to the Change Request with added notes)
com.kinective.omniconnect.groundControl.testscripts.loanFileTest.loanFileTest
searchTaxIdAndChangeRequestLogPg
({ASSET SELECTOR PAGEMAP=
searchAsset:ProductDemo01;
selectAssetId:ProductDemo01;
clickAssetId:Y;
assetRow:;, TestID=searchTaxIdAndChangeRequestLogPg, LOAN SELECTOR PAGEMAP=loanNumber:0070000013;
taxId:011983400;
First Name:;
Last Name:;
loanRow:Harley Quinn,0070000013,CA8T Special,011983400,02/06/2024 07:16 AM;, Description=Refresh Loan Selector Page, Search with Tax ID and go to Change Request Log Page, UserName=monil.shah@kinective.io, LOGIN PAGEMAP=userName:monil.shah@kinective.io;
password:ab7UPKi34CnZIrG25Dl05g==;
key:HelloMonil!ThisIsOMNI;, Key=HelloMonil!ThisIsOMNI, Password=ab7UPKi34CnZIrG25Dl05g==})
(#TC8 Refresh Loan Selector Page, Search with Tax ID and go to Change Request Log Page)
verifyLoanSearch
({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:Y;
assetRow:;, TestID=verifyLoanSearch, LOAN SELECTOR PAGEMAP=loanNumber:0070000013;
taxId:;
firstName:;
lastName:;
loanRow:;, Description=Search and open asset, verify Loan is Present, UserName=monil.shah@kinective.io, LOGIN PAGEMAP=userName:monil.shah@kinective.io;
password:ab7UPKi34CnZIrG25Dl05g==;
key:HelloMonil!ThisIsOMNI;, Key=HelloMonil!ThisIsOMNI, Password=ab7UPKi34CnZIrG25Dl05g==})
(#TC7 Search and open asset, verify Loan is Present)
com.kinective.omniconnect.groundControl.testscripts.profileLinksTest.profileLinksTest
verifyProfileLinks
({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:Y;
assetRow:;, TestID=verifyProfileLinks, LOGIN PAGEMAP=userName:monil.shah@kinective.io;
password:ab7UPKi34CnZIrG25Dl05g==;
key:HelloMonil!ThisIsOMNI;, Description=Verify Profile Links, PROFILE LINKS PAGEMAP=adminPage=Y;
groundControlPage=Y;
omniPortalPage=Y;
logout=Y;})
(#TC29 Verify Profile Links)
com.kinective.omniconnect.groundControl.testscripts.assetTest.assetTest
searchAssetAndVerifyError
({ASSET SELECTOR PAGEMAP=
searchAsset:02i1R0000084zorQAA;
selectAssetId:02i1R0000084zorQAA;
clickAssetId:Y;
assetRow:;, TestID=searchAssetAndVerifyError, LOGIN PAGEMAP=userName:monil.shah@kinective.io;
password:ab7UPKi34CnZIrG25Dl05g==;
key:HelloMonil!ThisIsOMNI;, Description=Search Asset and verify the Asset's error message})
(Search Asset and verify the Asset's error message)
searchInvalidAsset
({ASSET SELECTOR PAGEMAP=
searchAsset:ProductDemo06;
selectAssetId:ProductDemo06;
clickAssetId:N;
assetRow:;, TestID=searchInvalidAsset, LOGIN PAGEMAP=userName:monil.shah@kinective.io;
password:ab7UPKi34CnZIrG25Dl05g==;
key:HelloMonil!ThisIsOMNI;, Description=Login and validate the negative asset Search})
(#TC3 Login and validate the negative asset Search)
verifyPinLastAsset
({ASSET SELECTOR PAGEMAP=
searchAsset:02i1R00000GHkV9QAL;
selectAssetId:02i1R00000GHkV9QAL;
clickAssetId:N;
assetRow:02i1R00000GHkV9QAL,test_mortgage,National Institutes of Health Federal Credit Union,mortgagebot,mortgageservicer,kbumbul@nxtsoft.com,01/20/2023, 4:15 AM;, TestID=verifyPinLastAsset, LOGIN PAGEMAP=userName:monil.shah@kinective.io;
password:ab7UPKi34CnZIrG25Dl05g==;
key:HelloMonil!ThisIsOMNI;, Description=Scroll to the end of the page and verify and pin the last asset})
(#TC6 Scroll to the end of the page and verify and pin the last asset)
verifyPinUnpinAsset
({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:N;
assetRow:;, TestID=verifyPinUnpinAsset, LOGIN PAGEMAP=userName:monil.shah@kinective.io;
password:ab7UPKi34CnZIrG25Dl05g==;
key:HelloMonil!ThisIsOMNI;, Description=Search and Pin the Asset, UnPin it after verification})
(#TC4 Search and Pin the Asset, UnPin it after verification)
verifyPinnedAsset
({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation03;
selectAssetId:QAAutomation03;
clickAssetId:N;
assetRow:;, TestID=verifyPinnedAsset, LOGIN PAGEMAP=userName:monil.shah@kinective.io;
password:ab7UPKi34CnZIrG25Dl05g==;
key:HelloMonil!ThisIsOMNI;, Description=Login and verify already pinned asset})
(#TC5 Login and verify already pinned asset)
com.kinective.omniconnect.groundControl.testscripts.generalLedgerTest.generalLedgerTest
selectBorrowerAndVerifyTransactions
({ASSET SELECTOR PAGEMAP=
searchAsset:WNB Financial, N.A.;
selectAssetId:02i1R00000SCYfAQAX;
clickAssetId:Y;
assetRow:;, TestID=selectBorrowerAndVerifyTransactions, LOAN SELECTOR PAGEMAP=loanNumber:4400012590;
taxId:;
First Name:;
Last Name:;
loanRow:;, Description=Search and select the borrower, verify transactions disappears, CHANGE REQUEST PAGEMAP=, LOGIN PAGEMAP=userName:monil.shah@kinective.io;
password:ab7UPKi34CnZIrG25Dl05g==;
key:HelloMonil!ThisIsOMNI;, TRANSACTIONS PAGEMAP=})
(#TC25 Search and select the borrower, verify transactions disappears)
com.kinective.omniconnect.groundControl.testscripts.loginTest.loginTest
loginSearchAndOpenAsset
({ASSET SELECTOR PAGEMAP=searchAsset:test_general_ledger_accounting,QAAutomation02,ProductDemo04,QAAutomation01,prod_mortgage;
selectAssetId:QAAutomation03,QAAutomation02,ProductDemo04,QAAutomation01,5068;
clickAssetId:N,N,N,N,Y;
assetRow:;, TestID=loginSearchAndOpenAsset, LOGIN PAGEMAP=userName:monil.shah@kinective.io;
password:ab7UPKi34CnZIrG25Dl05g==;
key:HelloMonil!ThisIsOMNI;, Description=Login and validate the Home Page, Search and Select the Assets})
(#TC1 Login and validate the Home Page, Search and Select the Assets)
loginWithInvalidCredentials
({ASSET SELECTOR PAGEMAP=, TestID=loginWithInvalidCredentials, LOGIN PAGEMAP=userName:monil.shah@kinective.io;
password:ab7UPKi34CnZIrG23Dl05g==;
key:HelloMonil!ThisIsOMNI;, Description=Login with wrong credentials and validate the error message})
(#TC2 Login with wrong credentials and validate the error message)
com.kinective.omniconnect.groundControl.testscripts.loanLookupTest.loanLookupTest
verifyErrorsOnLoanLookup
({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation02;
selectAssetId:QAAutomation02;
clickAssetId:Y;
assetRow:;, TestID=verifyErrorsOnLoanLookup, LOAN SELECTOR PAGEMAP=loanNumber:122210007322;
taxId:;
firstName:;
lastName:;
selectLoan:;, LOGIN PAGEMAP=userName:monil.shah@kinective.io;
password:ab7UPKi34CnZIrG25Dl05g==;
key:HelloMonil!ThisIsOMNI;, Description=Search the Loan on Loan Lookup Page and verify the errors})
(#TC21 Search the Loan on Loan Lookup Page and verify the errors)
verifyLoansOnLoanLookupPg
({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation02;
selectAssetId:QAAutomation02;
clickAssetId:Y;
assetRow:;, TestID=verifyLoansOnLoanLookupPg, LOAN SELECTOR PAGEMAP=loanNumber:2102003111;
taxId:551-50-7879;
firstName:;
lastName:;
selectLoan:30 Year Fixed;, LOGIN PAGEMAP=userName:monil.shah@kinective.io;
password:ab7UPKi34CnZIrG25Dl05g==;
key:HelloMonil!ThisIsOMNI;, Description=Verify different Loans on Loan Lookup Page})
(#TC23 Verify different Loans on Loan Lookup Page)
com.kinective.omniconnect.groundControl.testscripts.docConnectorTest.docConnectorTest
exportAndVerifyHistoryReports
({ASSET SELECTOR PAGEMAP=
searchAsset:test_doc_connector;
selectAssetId:Sales555-Doc;
clickAssetId:Y;
assetRow:;, TestID=exportAndVerifyHistoryReports, LOGIN PAGEMAP=userName:monil.shah@kinective.io;
password:ab7UPKi34CnZIrG25Dl05g==;
key:HelloMonil!ThisIsOMNI;, Description=Export the History Reports and verify the csvs, DOC CONNECTOR PAGEMAP=})
(#TC28 Export the History Reports and verify the csvs)
submitDocConnectorLoan
({ASSET SELECTOR PAGEMAP=
searchAsset:test_doc_connector;
selectAssetId:Sales555-Doc;
clickAssetId:Y;
assetRow:;, TestID=submitDocConnectorLoan, LOGIN PAGEMAP=userName:monil.shah@kinective.io;
password:ab7UPKi34CnZIrG25Dl05g==;
key:HelloMonil!ThisIsOMNI;, Description=Submit Doc Connector Loans, DOC CONNECTOR PAGEMAP=searchLoan:2310000072;
selectLoan:2310000072;
clickLoan:N;
sendLoan:Y;})
(#TC27 Submit Doc Connector Loans)
com.kinective.omniconnect.groundControl.testscripts.transactionsTest.transactionsTest
assignLoanToNewBorrower
({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:Y;
assetRow:;, TestID=assignLoanToNewBorrower, LOAN SELECTOR PAGEMAP=loanNumber:0070000013;
taxId:011983400;
firstName:;
lastName:;
loanRow:;, Description=Assign the Loan to the new Borrower, CHANGE REQUEST PAGEMAP=, LOGIN PAGEMAP=userName:monil.shah@kinective.io;
password:ab7UPKi34CnZIrG25Dl05g==;
key:HelloMonil!ThisIsOMNI;, TRANSACTIONS PAGEMAP=hiddenTransactions:;
searchTransactionByField:;
searchTransactionGlobal:;
fieldId:;})
(#TC11 Assign the Loan to the new Borrower)
filterTransactionByField
({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:Y;
assetRow:;, TestID=filterTransactionByField, LOAN SELECTOR PAGEMAP=loanNumber:0070000013;
taxId:011983400;
firstName:;
lastName:;
loanRow:;, Description=Filter the transaction by Field, CHANGE REQUEST PAGEMAP=, LOGIN PAGEMAP=userName:monil.shah@kinective.io;
password:ab7UPKi34CnZIrG25Dl05g==;
key:HelloMonil!ThisIsOMNI;, TRANSACTIONS PAGEMAP=hiddenTransactions:;
searchTransactionByField:Alternate Name;
searchTransactionGlobal:;
fieldId:;})
(#TC15 Filter the transaction by Field)
globalSearchByField
({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:Y;
assetRow:;, TestID=globalSearchByField, LOAN SELECTOR PAGEMAP=loanNumber:0070000013;
taxId:011983400;
firstName:;
lastName:;
loanRow:;, Description=Global Search the transaction by Field, CHANGE REQUEST PAGEMAP=, LOGIN PAGEMAP=userName:monil.shah@kinective.io;
password:ab7UPKi34CnZIrG25Dl05g==;
key:HelloMonil!ThisIsOMNI;, TRANSACTIONS PAGEMAP=hiddenTransactions:;
searchTransactionByField:;
searchTransactionGlobal:Down Payment;
fieldId:;})
(#TC16 Global Search the transaction by Field)
searchBorrrower
({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:Y;
assetRow:;, TestID=searchBorrrower, LOAN SELECTOR PAGEMAP=loanNumber:0070000013;
taxId:011983400;
firstName:;
lastName:;
loanRow:;, Description=Search and select the borrower, CHANGE REQUEST PAGEMAP=, LOGIN PAGEMAP=userName:monil.shah@kinective.io;
password:ab7UPKi34CnZIrG25Dl05g==;
key:HelloMonil!ThisIsOMNI;, TRANSACTIONS PAGEMAP=hiddenTransactions:;
searchTransactionByField:;
searchTransactionGlobal:;
fieldId:;})
(#TC10 Search and select the borrower)
searchCancelBorrower
({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:Y;
assetRow:;, TestID=searchCancelBorrower, LOAN SELECTOR PAGEMAP=loanNumber:0070000013;
taxId:011983400;
firstName:;
lastName:;
loanRow:;, Description=Search the borrower and cancel the dialog, CHANGE REQUEST PAGEMAP=, LOGIN PAGEMAP=userName:monil.shah@kinective.io;
password:ab7UPKi34CnZIrG25Dl05g==;
key:HelloMonil!ThisIsOMNI;, TRANSACTIONS PAGEMAP=hiddenTransactions:;
searchTransactionByField:;
searchTransactionGlobal:;
fieldId:;})
(#TC12 Search the borrower and cancel the dialog)
unhideTransactionRequestChange
({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:Y;
assetRow:;, TestID=unhideTransactionRequestChange, LOAN SELECTOR PAGEMAP=loanNumber:0070000013;
taxId:011983400;
firstName:;
lastName:;
loanRow:;, Description=UnHide the transaction and Request Change from that transaction, CHANGE REQUEST PAGEMAP=Loan Number/File Number:Current Loan;Corrected Field Value:Automation;Item Priority:Medium Priority;Description:This is test description for the unhidden transaction;, LOGIN PAGEMAP=userName:monil.shah@kinective.io;
password:ab7UPKi34CnZIrG25Dl05g==;
key:HelloMonil!ThisIsOMNI;, TRANSACTIONS PAGEMAP=hiddenTransactions:;
searchTransactionByField:;
searchTransactionGlobal:;
fieldId:ID01_02_0013;})
(#TC20 UnHide the transaction and Request Change from that transaction)
verifyAndResolveIssueList
({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:Y;
assetRow:;, TestID=verifyAndResolveIssueList, LOAN SELECTOR PAGEMAP=loanNumber:0070000013;
taxId:011983400;
firstName:;
lastName:;
loanRow:;, Description=Verify field errors and Resolve them, CHANGE REQUEST PAGEMAP=, LOGIN PAGEMAP=userName:monil.shah@kinective.io;
password:ab7UPKi34CnZIrG25Dl05g==;
key:HelloMonil!ThisIsOMNI;, TRANSACTIONS PAGEMAP=hiddenTransactions:;
searchTransactionByField:;
searchTransactionGlobal:;
fieldId:;})
(#TC9 Verify field errors and Resolve them)
verifyTransactionSortFilter
({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:Y;
assetRow:;, TestID=verifyTransactionSortFilter, LOAN SELECTOR PAGEMAP=loanNumber:0070000013;
taxId:011983400;
firstName:;
lastName:;
loanRow:;, Description=Tests of Transactions Panel Sorting and filtering, CHANGE REQUEST PAGEMAP=, LOGIN PAGEMAP=userName:monil.shah@kinective.io;
password:ab7UPKi34CnZIrG25Dl05g==;
key:HelloMonil!ThisIsOMNI;, TRANSACTIONS PAGEMAP=hiddenTransactions:76;
searchTransactionByField:;
searchTransactionGlobal:;
fieldId:;})
(#TC13 Tests of Transactions Panel Sorting and filtering)
com.kinective.omniconnect.groundControl.testscripts.changeRequestTest.changeRequestTest
createUpdateDeleteChangeRequest
({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:Y;
assetRow:;, TestID=createUpdateDeleteChangeRequest, LOAN SELECTOR PAGEMAP=loanNumber:0070000013;
taxId:11983400;
loanRow:;, Description=Request Change button for the field Id and Verify the change request, CHANGE REQUEST PAGEMAP=addLoanType:Y;
loanType:Fixed Rate;
productName:test;
coreValue:40;, LOGIN PAGEMAP=userName:monil.shah@kinective.io;
password:ab7UPKi34CnZIrG25Dl05g==;
key:HelloMonil!ThisIsOMNI;, TRANSACTIONS PAGEMAP=})
(#TC30 Request Change button for the field Id and Verify the change request)
exportChangeRequests
({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:Y;
assetRow:;, TestID=exportChangeRequests, LOAN SELECTOR PAGEMAP=loanNumber:0070000013;
taxId:11983400;
loanRow:;, Description=Export the Change Requests, CHANGE REQUEST PAGEMAP=, LOGIN PAGEMAP=userName:monil.shah@kinective.io;
password:ab7UPKi34CnZIrG25Dl05g==;
key:HelloMonil!ThisIsOMNI;, TRANSACTIONS PAGEMAP=})
(#TC19 Export the Change Requests)
verifyRequestChange
({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:Y;
assetRow:;, TestID=verifyRequestChange, LOAN SELECTOR PAGEMAP=loanNumber:0070000013;
taxId:11983400;
loanRow:;, Description=Request Change button for the field Id and Verify the change request, CHANGE REQUEST PAGEMAP=Loan Number/File Number:All Loans;Corrected Field Value:Automation;Item Priority:High Priority;Description:This is test description;, LOGIN PAGEMAP=userName:monil.shah@kinective.io;
password:ab7UPKi34CnZIrG25Dl05g==;
key:HelloMonil!ThisIsOMNI;, TRANSACTIONS PAGEMAP=hiddenTransactions:;
searchTransactionByField:;
searchTransactionGlobal:;
fieldId:EA01_0004;})
(#TC17 Request Change button for the field Id and Verify the change request)
C:\Users\Monil Shah\Documents\Gitlab\QAAutomation\testxml\GC_Chrome_Omni_connect_ground_control_test.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd">
<suite thread-count="500" name="Ground Control QA Automation" guice-stage="DEVELOPMENT" verbose="3">
<parameter name="webSite" value="https://ground-control-test.nxtsoft.com"/>
<parameter name="projectKey" value="DPF"/>
<parameter name="deviceHost" value="localhost"/>
<parameter name="sessionUrl" value="https://ground-control-test.nxtsoft.com"/>
<parameter name="devicePort" value="4444"/>
<parameter name="browserName" value="chrome_windows"/>
<test thread-count="1" parallel="methods" name="Ground_Control_QA_Chrome" verbose="3">
<classes>
<class name="com.kinective.omniconnect.groundControl.testscripts.loginTest.loginTest"/>
<class name="com.kinective.omniconnect.groundControl.testscripts.assetTest.assetTest"/>
<class name="com.kinective.omniconnect.groundControl.testscripts.loanFileTest.loanFileTest"/>
<class name="com.kinective.omniconnect.groundControl.testscripts.transactionsTest.transactionsTest"/>
<class name="com.kinective.omniconnect.groundControl.testscripts.changeRequestTest.changeRequestTest"/>
<class name="com.kinective.omniconnect.groundControl.testscripts.loanLookupTest.loanLookupTest"/>
<class name="com.kinective.omniconnect.groundControl.testscripts.generalLedgerTest.generalLedgerTest"/>
<class name="com.kinective.omniconnect.groundControl.testscripts.docConnectorTest.docConnectorTest"/>
<class name="com.kinective.omniconnect.groundControl.testscripts.profileLinksTest.profileLinksTest"/>
</classes>
</test> <!-- Ground_Control_QA_Chrome -->
</suite> <!-- Ground Control QA Automation -->
Tests for Ground Control QA Automation
- Ground_Control_QA_Chrome (9 classes)
Groups for Ground Control QA Automation
Smoke
assignLoanToNewBorrower
createUpdateDeleteChangeRequest
editChangeRequest
exportAndVerifyHistoryReports
exportChangeRequests
exportGeneralLedgerCSV
filterTransactionByField
globalSearchByField
loginSearchAndOpenAsset
loginWithInvalidCredentials
searchAssetAndVerifyError
searchBorrrower
searchCancelBorrower
searchInvalidAsset
searchTaxIdAndChangeRequestLogPg
selectBorrowerAndVerifyTransactions
submitDocConnectorLoan
unhideTransactionRequestChange
verifyAndResolveIssueList
verifyErrorsOnLoanLookup
verifyLoanSearch
verifyLoansOnLoanLookupPg
verifyPinLastAsset
verifyPinUnpinAsset
verifyPinnedAsset
verifyProfileLinks
verifyRequestChange
verifySubmitLoan
verifyTransactionSortFilter
Ui
loginSearchAndOpenAsset
loginWithInvalidCredentials
verifyPinLastAsset
verifyPinUnpinAsset
verifyPinnedAsset
verifyProfileLinks
changeRequest
createUpdateDeleteChangeRequest
editChangeRequest
exportChangeRequests
searchTaxIdAndChangeRequestLogPg
unhideTransactionRequestChange
verifyRequestChange
docConnector
exportAndVerifyHistoryReports
submitDocConnectorLoan
export
exportAndVerifyHistoryReports
exportGeneralLedgerCSV
fileSelector
assignLoanToNewBorrower
createUpdateDeleteChangeRequest
editChangeRequest
exportChangeRequests
filterTransactionByField
globalSearchByField
searchBorrrower
searchCancelBorrower
searchTaxIdAndChangeRequestLogPg
selectBorrowerAndVerifyTransactions
unhideTransactionRequestChange
verifyAndResolveIssueList
verifyLoanSearch
verifyProfileLinks
verifyRequestChange
verifySubmitLoan
verifyTransactionSortFilter
gla
exportGeneralLedgerCSV
loan
assignLoanToNewBorrower
submitDocConnectorLoan
verifyErrorsOnLoanLookup
verifyLoansOnLoanLookupPg
verifySubmitLoan
loanLookup
verifyErrorsOnLoanLookup
verifyLoansOnLoanLookupPg
login
loginSearchAndOpenAsset
loginWithInvalidCredentials
search
searchAssetAndVerifyError
searchBorrrower
searchCancelBorrower
searchInvalidAsset
verifyLoanSearch
transactions
filterTransactionByField
globalSearchByField
selectBorrowerAndVerifyTransactions
unhideTransactionRequestChange
verifyAndResolveIssueList
verifyTransactionSortFilter
Times for Ground Control QA Automation
Total running time: 1 hours
Reporter output for Ground Control QA Automation
globalSearchByField({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:Y;
a...)
Test Passed.
--- 14 Nov 21:48:10 611 - TestCaseID:: globalSearchByField
--- 14 Nov 21:48:14 012 - 3 - Driver::initialize::Get - com.kinective.omniconnect.support.WebDriverFactory.get(WebDriverFactory.java:566)
Global Search the transaction by Field
Steps:
--- 14 Nov 21:48:28 391 - Page URL:: https://ground-control-test.nxtsoft.com/login
--- 14 Nov 21:48:28 391 - 3 - Page Load Wait: (Sync) - com.kinective.omniconnect.support.Utils.waitForPageLoad(Utils.java:115)
--- 14 Nov 21:48:29 535 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (6cd032fb3e4767dc6ab6efa204fda5c5)] -> xpath: //input[@id='mat-input-0']]
--- 14 Nov 21:48:32 201 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (6cd032fb3e4767dc6ab6efa204fda5c5)] -> xpath: //input[@id='mat-input-1']]
--- 14 Nov 21:48:36 021 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (6cd032fb3e4767dc6ab6efa204fda5c5)] -> xpath: //button[@type='submit']]
--- 14 Nov 21:48:38 071 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:48:47 185 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (6cd032fb3e4767dc6ab6efa204fda5c5)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']]
--- 14 Nov 21:48:50 262 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (6cd032fb3e4767dc6ab6efa204fda5c5)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 21:48:51 430 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:48:55 954 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (6cd032fb3e4767dc6ab6efa204fda5c5)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 21:48:58 086 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (6cd032fb3e4767dc6ab6efa204fda5c5)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'qaautomation01')])[1]]
--- 14 Nov 21:49:06 465 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:49:42 335 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (6cd032fb3e4767dc6ab6efa204fda5c5)] -> xpath: //div[@id='search-bar-container']//child::input]
--- 14 Nov 21:49:44 274 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (6cd032fb3e4767dc6ab6efa204fda5c5)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'0070000013')])[1]]
--- 14 Nov 21:49:53 001 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:50:25 461 - Element not found : Filter Search
--- 14 Nov 21:50:27 394 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (6cd032fb3e4767dc6ab6efa204fda5c5)] -> xpath: //button/following-sibling::input[@type='search']]
--- 14 Nov 21:50:34 055 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (6cd032fb3e4767dc6ab6efa204fda5c5)] -> xpath: //*[@id='arrow-icons'][2]]
Test Passed.
loginSearchAndOpenAsset({ASSET SELECTOR PAGEMAP=searchAsset:test_general_ledger_accounting,QAAutomation02,ProductDemo04,QAAu...)
Test Passed.
--- 14 Nov 20:55:22 242 - TestCaseID:: loginSearchAndOpenAsset
--- 14 Nov 20:55:33 736 - 11 - Driver::initialize::Get - com.kinective.omniconnect.support.WebDriverFactory.get(WebDriverFactory.java:566)
Login and validate the Home Page, Search and Select the Assets
Steps:
--- 14 Nov 20:55:55 476 - Page URL:: https://ground-control-test.nxtsoft.com/login
--- 14 Nov 20:55:55 476 - 3 - Page Load Wait: (Sync) - com.kinective.omniconnect.support.Utils.waitForPageLoad(Utils.java:115)
--- 14 Nov 20:55:56 703 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (443eaf69e8a5e5c4b43e6259372b9ffb)] -> xpath: //input[@id='mat-input-0']]
--- 14 Nov 20:56:00 308 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (443eaf69e8a5e5c4b43e6259372b9ffb)] -> xpath: //input[@id='mat-input-1']]
--- 14 Nov 20:56:03 757 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (443eaf69e8a5e5c4b43e6259372b9ffb)] -> xpath: //button[@type='submit']]
--- 14 Nov 20:56:04 949 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 20:56:15 812 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (443eaf69e8a5e5c4b43e6259372b9ffb)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']]
--- 14 Nov 20:56:18 639 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (443eaf69e8a5e5c4b43e6259372b9ffb)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 20:56:20 250 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 20:56:24 800 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (443eaf69e8a5e5c4b43e6259372b9ffb)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 20:56:27 050 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (443eaf69e8a5e5c4b43e6259372b9ffb)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'qaautomation03')])[1]]
--- 14 Nov 20:56:33 260 - Moved to element..
--- 14 Nov 20:56:35 808 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (443eaf69e8a5e5c4b43e6259372b9ffb)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 20:56:36 834 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 20:56:41 862 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (443eaf69e8a5e5c4b43e6259372b9ffb)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 20:56:44 437 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (443eaf69e8a5e5c4b43e6259372b9ffb)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'qaautomation02')])[1]]
--- 14 Nov 20:56:55 006 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (443eaf69e8a5e5c4b43e6259372b9ffb)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 20:56:56 510 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 20:57:04 166 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (443eaf69e8a5e5c4b43e6259372b9ffb)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 20:57:07 276 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (443eaf69e8a5e5c4b43e6259372b9ffb)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'productdemo04')])[1]]
--- 14 Nov 20:57:16 580 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (443eaf69e8a5e5c4b43e6259372b9ffb)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 20:57:17 495 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 20:57:28 904 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (443eaf69e8a5e5c4b43e6259372b9ffb)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 20:57:37 407 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (443eaf69e8a5e5c4b43e6259372b9ffb)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'qaautomation01')])[1]]
--- 14 Nov 20:57:46 959 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (443eaf69e8a5e5c4b43e6259372b9ffb)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 20:57:48 647 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 20:58:03 656 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (443eaf69e8a5e5c4b43e6259372b9ffb)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 20:58:11 399 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (443eaf69e8a5e5c4b43e6259372b9ffb)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'5068')])[1]]
--- 14 Nov 20:58:19 785 - Moved to element..
--- 14 Nov 20:58:20 756 - waiting for Loading-Spinner to be disappeared.
Test Passed.
searchAssetAndVerifyError({ASSET SELECTOR PAGEMAP=
searchAsset:02i1R0000084zorQAA;
selectAssetId:02i1R0000084zorQAA;
clickAsse...)
Test Passed.
--- 14 Nov 22:01:28 683 - TestCaseID:: searchAssetAndVerifyError
--- 14 Nov 22:01:33 021 - 4 - Driver::initialize::Get - com.kinective.omniconnect.support.WebDriverFactory.get(WebDriverFactory.java:566)
Search Asset and verify the Asset's error message
Steps:
--- 14 Nov 22:01:47 181 - Page URL:: https://ground-control-test.nxtsoft.com/login
--- 14 Nov 22:01:47 181 - 3 - Page Load Wait: (Sync) - com.kinective.omniconnect.support.Utils.waitForPageLoad(Utils.java:115)
--- 14 Nov 22:01:48 361 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (28be755cfff5b30aa737dc50e3c20a34)] -> xpath: //input[@id='mat-input-0']]
--- 14 Nov 22:01:51 385 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (28be755cfff5b30aa737dc50e3c20a34)] -> xpath: //input[@id='mat-input-1']]
--- 14 Nov 22:01:55 382 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (28be755cfff5b30aa737dc50e3c20a34)] -> xpath: //button[@type='submit']]
--- 14 Nov 22:01:57 591 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 22:02:16 463 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (28be755cfff5b30aa737dc50e3c20a34)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']]
--- 14 Nov 22:02:22 603 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (28be755cfff5b30aa737dc50e3c20a34)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 22:02:25 309 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 22:02:30 902 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (28be755cfff5b30aa737dc50e3c20a34)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 22:02:34 418 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (28be755cfff5b30aa737dc50e3c20a34)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'02i1r0000084zorqaa')])[1]]
--- 14 Nov 22:02:42 865 - waiting for Loading-Spinner to be disappeared.
Test Passed.
verifyTransactionSortFilter({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:Y;
a...)
Test Passed.
--- 14 Nov 21:26:47 601 - TestCaseID:: verifyTransactionSortFilter
--- 14 Nov 21:26:50 821 - 3 - Driver::initialize::Get - com.kinective.omniconnect.support.WebDriverFactory.get(WebDriverFactory.java:566)
Tests of Transactions Pannel Sorting and filtering
Steps:
--- 14 Nov 21:27:06 171 - Page URL:: https://ground-control-test.nxtsoft.com/login
--- 14 Nov 21:27:06 171 - 13 - Page Load Wait: (Sync) - com.kinective.omniconnect.support.Utils.waitForPageLoad(Utils.java:115)
--- 14 Nov 21:27:07 379 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (98ecc7fbc9e0e9983745b3b5645ebfb6)] -> xpath: //input[@id='mat-input-0']]
--- 14 Nov 21:27:10 761 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (98ecc7fbc9e0e9983745b3b5645ebfb6)] -> xpath: //input[@id='mat-input-1']]
--- 14 Nov 21:27:15 013 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (98ecc7fbc9e0e9983745b3b5645ebfb6)] -> xpath: //button[@type='submit']]
--- 14 Nov 21:27:16 961 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:27:30 316 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (98ecc7fbc9e0e9983745b3b5645ebfb6)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']]
--- 14 Nov 21:27:33 081 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (98ecc7fbc9e0e9983745b3b5645ebfb6)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 21:27:34 467 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:27:38 988 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (98ecc7fbc9e0e9983745b3b5645ebfb6)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 21:27:41 758 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (98ecc7fbc9e0e9983745b3b5645ebfb6)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'qaautomation01')])[1]]
--- 14 Nov 21:27:50 444 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:28:13 576 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (98ecc7fbc9e0e9983745b3b5645ebfb6)] -> xpath: //div[@id='search-bar-container']//child::input]
--- 14 Nov 21:28:15 504 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (98ecc7fbc9e0e9983745b3b5645ebfb6)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'0070000013')])[1]]
--- 14 Nov 21:28:24 320 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:28:45 318 - Element is displayed:: [[[[RemoteWebDriver: chrome on Windows 11 (98ecc7fbc9e0e9983745b3b5645ebfb6)] -> tag name: mat-slide-toggle]] -> tag name: span]
--- 14 Nov 21:29:07 858 - Element is displayed:: [[[[RemoteWebDriver: chrome on Windows 11 (98ecc7fbc9e0e9983745b3b5645ebfb6)] -> tag name: mat-slide-toggle]] -> tag name: span]
--- 14 Nov 21:29:13 948 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (98ecc7fbc9e0e9983745b3b5645ebfb6)] -> xpath: //button/*[text()='sort_by_alpha']]
Test Passed.
searchInvalidAsset({ASSET SELECTOR PAGEMAP=
searchAsset:ProductDemo06;
selectAssetId:ProductDemo06;
clickAssetId:N;
ass...)
Test Passed.
--- 14 Nov 21:00:14 515 - TestCaseID:: searchInvalidAsset
--- 14 Nov 21:00:16 832 - 2 - Driver::initialize::Get - com.kinective.omniconnect.support.WebDriverFactory.get(WebDriverFactory.java:566)
Login and validate the negative Search
Steps:
--- 14 Nov 21:00:31 023 - Page URL:: https://ground-control-test.nxtsoft.com/login
--- 14 Nov 21:00:31 023 - 3 - Page Load Wait: (Sync) - com.kinective.omniconnect.support.Utils.waitForPageLoad(Utils.java:115)
--- 14 Nov 21:00:32 292 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7644de2ba1ca437ec29e2bbb6ec4c261)] -> xpath: //input[@id='mat-input-0']]
--- 14 Nov 21:00:34 693 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7644de2ba1ca437ec29e2bbb6ec4c261)] -> xpath: //input[@id='mat-input-1']]
--- 14 Nov 21:00:37 891 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7644de2ba1ca437ec29e2bbb6ec4c261)] -> xpath: //button[@type='submit']]
--- 14 Nov 21:00:39 118 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:00:56 780 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7644de2ba1ca437ec29e2bbb6ec4c261)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']]
--- 14 Nov 21:00:59 202 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7644de2ba1ca437ec29e2bbb6ec4c261)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 21:01:00 311 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:01:04 668 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (7644de2ba1ca437ec29e2bbb6ec4c261)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
Test Passed.
verifyPinUnpinAsset({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:N;
a...)
Test Passed.
--- 14 Nov 21:01:09 950 - TestCaseID:: verifyPinUnpinAsset
--- 14 Nov 21:01:13 340 - 3 - Driver::initialize::Get - com.kinective.omniconnect.support.WebDriverFactory.get(WebDriverFactory.java:566)
Search and Pin the Asset, UnPin it after verification
Steps:
--- 14 Nov 21:01:27 301 - Page URL:: https://ground-control-test.nxtsoft.com/login
--- 14 Nov 21:01:27 302 - 3 - Page Load Wait: (Sync) - com.kinective.omniconnect.support.Utils.waitForPageLoad(Utils.java:115)
--- 14 Nov 21:01:28 420 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (94afdfe6218c4834ff326a4a019ee243)] -> xpath: //input[@id='mat-input-0']]
--- 14 Nov 21:01:30 784 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (94afdfe6218c4834ff326a4a019ee243)] -> xpath: //input[@id='mat-input-1']]
--- 14 Nov 21:01:33 614 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (94afdfe6218c4834ff326a4a019ee243)] -> xpath: //button[@type='submit']]
--- 14 Nov 21:01:34 813 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:01:51 303 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (94afdfe6218c4834ff326a4a019ee243)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']]
Test Passed.
assignLoanToNewBorrower({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:Y;
a...)
Test Passed.
--- 14 Nov 21:20:28 201 - TestCaseID:: assignLoanToNewBorrower
--- 14 Nov 21:20:32 277 - 4 - Driver::initialize::Get - com.kinective.omniconnect.support.WebDriverFactory.get(WebDriverFactory.java:566)
Assign the Loan to the new Borrower
Steps:
--- 14 Nov 21:20:48 279 - Page URL:: https://ground-control-test.nxtsoft.com/login
--- 14 Nov 21:20:48 279 - 3 - Page Load Wait: (Sync) - com.kinective.omniconnect.support.Utils.waitForPageLoad(Utils.java:115)
--- 14 Nov 21:20:49 345 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (334b89c13fd9c4d669fd51e2ff71acb7)] -> xpath: //input[@id='mat-input-0']]
--- 14 Nov 21:20:52 289 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (334b89c13fd9c4d669fd51e2ff71acb7)] -> xpath: //input[@id='mat-input-1']]
--- 14 Nov 21:20:56 680 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (334b89c13fd9c4d669fd51e2ff71acb7)] -> xpath: //button[@type='submit']]
--- 14 Nov 21:20:58 756 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:21:14 952 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (334b89c13fd9c4d669fd51e2ff71acb7)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']]
--- 14 Nov 21:21:17 715 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (334b89c13fd9c4d669fd51e2ff71acb7)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 21:21:18 988 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:21:23 832 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (334b89c13fd9c4d669fd51e2ff71acb7)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 21:21:26 286 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (334b89c13fd9c4d669fd51e2ff71acb7)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'qaautomation01')])[1]]
--- 14 Nov 21:21:34 733 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:22:09 700 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (334b89c13fd9c4d669fd51e2ff71acb7)] -> xpath: //div[@id='search-bar-container']//child::input]
--- 14 Nov 21:22:11 653 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (334b89c13fd9c4d669fd51e2ff71acb7)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'0070000013')])[1]]
--- 14 Nov 21:22:20 505 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:22:37 527 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (334b89c13fd9c4d669fd51e2ff71acb7)] -> xpath: //button[contains(@class,'Btn-search')]]
--- 14 Nov 21:22:39 101 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:22:44 105 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (334b89c13fd9c4d669fd51e2ff71acb7)] -> xpath: //*[@role='dialog']]
--- 14 Nov 21:22:44 584 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (334b89c13fd9c4d669fd51e2ff71acb7)] -> xpath: //*[@id='search-table']//mat-row]
--- 14 Nov 21:22:46 719 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (334b89c13fd9c4d669fd51e2ff71acb7)] -> xpath: //*[@role]//button[contains(@class,'search-button')]]
--- 14 Nov 21:22:48 123 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:22:54 871 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (334b89c13fd9c4d669fd51e2ff71acb7)] -> xpath: //*[@id='bottom-table']//mat-row[@style!=""]]
--- 14 Nov 21:22:57 322 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (334b89c13fd9c4d669fd51e2ff71acb7)] -> xpath: //*[@role]//button[contains(@class,'new-button')]]
--- 14 Nov 21:22:59 238 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:23:03 890 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (334b89c13fd9c4d669fd51e2ff71acb7)] -> id: continue-button]
--- 14 Nov 21:23:05 295 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:23:42 648 - Unable to find a element after 34 sec
Test Passed.
submitDocConnectorLoan({ASSET SELECTOR PAGEMAP=
searchAsset:test_doc_connector;
selectAssetId:Sales555-Doc;
clickAssetId:Y;...)
Test Passed.
--- 14 Nov 22:12:24 195 - TestCaseID:: submitDocConnectorLoan
--- 14 Nov 22:12:27 358 - 3 - Driver::initialize::Get - com.kinective.omniconnect.support.WebDriverFactory.get(WebDriverFactory.java:566)
Submit Doc Connector Loans
Steps:
--- 14 Nov 22:12:46 915 - Page URL:: https://ground-control-test.nxtsoft.com/login
--- 14 Nov 22:12:46 915 - 3 - Page Load Wait: (Sync) - com.kinective.omniconnect.support.Utils.waitForPageLoad(Utils.java:115)
--- 14 Nov 22:12:48 008 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8f7167dbc0ef9592b3e3b6d26f7009fe)] -> xpath: //input[@id='mat-input-0']]
--- 14 Nov 22:12:50 667 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8f7167dbc0ef9592b3e3b6d26f7009fe)] -> xpath: //input[@id='mat-input-1']]
--- 14 Nov 22:12:54 998 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8f7167dbc0ef9592b3e3b6d26f7009fe)] -> xpath: //button[@type='submit']]
--- 14 Nov 22:12:57 012 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 22:13:06 094 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8f7167dbc0ef9592b3e3b6d26f7009fe)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']]
--- 14 Nov 22:13:09 628 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8f7167dbc0ef9592b3e3b6d26f7009fe)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 22:13:10 889 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 22:13:15 474 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8f7167dbc0ef9592b3e3b6d26f7009fe)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 22:13:17 699 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8f7167dbc0ef9592b3e3b6d26f7009fe)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'sales555-doc')])[1]]
--- 14 Nov 22:13:26 621 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 22:13:49 460 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8f7167dbc0ef9592b3e3b6d26f7009fe)] -> xpath: //input[contains(@class,'filter-input')]]
--- 14 Nov 22:13:50 371 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 22:13:54 652 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8f7167dbc0ef9592b3e3b6d26f7009fe)] -> xpath: //input[contains(@class,'filter-input')]]
--- 14 Nov 22:13:57 464 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8f7167dbc0ef9592b3e3b6d26f7009fe)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'2310000072')])[1]]
--- 14 Nov 22:14:03 156 - Moved to element..
--- 14 Nov 22:14:06 051 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8f7167dbc0ef9592b3e3b6d26f7009fe)] -> xpath: //button/span[normalize-space(text())='Confirm']]
--- 14 Nov 22:14:07 352 - waiting for Loading-Spinner to be disappeared.
Test Passed.
createUpdateDeleteChangeRequest({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:Y;
a...)
Test Passed.
--- 14 Nov 22:17:52 058 - TestCaseID:: createUpdateDeleteChangeRequest
--- 14 Nov 22:17:54 913 - 2 - Driver::initialize::Get - com.kinective.omniconnect.support.WebDriverFactory.get(WebDriverFactory.java:566)
Request Change button for the field Id and Verify the change request
Steps:
--- 14 Nov 22:18:09 875 - Page URL:: https://ground-control-test.nxtsoft.com/login
--- 14 Nov 22:18:09 875 - 3 - Page Load Wait: (Sync) - com.kinective.omniconnect.support.Utils.waitForPageLoad(Utils.java:115)
--- 14 Nov 22:18:10 969 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1c27bc89bcc169ed1f33a33e697fbf7c)] -> xpath: //input[@id='mat-input-0']]
--- 14 Nov 22:18:13 609 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1c27bc89bcc169ed1f33a33e697fbf7c)] -> xpath: //input[@id='mat-input-1']]
--- 14 Nov 22:18:17 848 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1c27bc89bcc169ed1f33a33e697fbf7c)] -> xpath: //button[@type='submit']]
--- 14 Nov 22:18:19 874 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 22:18:35 889 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1c27bc89bcc169ed1f33a33e697fbf7c)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']]
--- 14 Nov 22:18:38 532 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1c27bc89bcc169ed1f33a33e697fbf7c)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 22:18:39 612 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 22:18:44 066 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1c27bc89bcc169ed1f33a33e697fbf7c)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 22:18:46 424 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1c27bc89bcc169ed1f33a33e697fbf7c)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'qaautomation01')])[1]]
--- 14 Nov 22:18:54 882 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 22:19:29 638 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1c27bc89bcc169ed1f33a33e697fbf7c)] -> xpath: //div[@id='search-bar-container']//child::input]
--- 14 Nov 22:19:32 080 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1c27bc89bcc169ed1f33a33e697fbf7c)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'0070000013')])[1]]
--- 14 Nov 22:19:44 674 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1c27bc89bcc169ed1f33a33e697fbf7c)] -> xpath: //div[@role='listbox']/child::*/span[normalize-space(text())='Fixed Rate']]
--- 14 Nov 22:19:45 914 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1c27bc89bcc169ed1f33a33e697fbf7c)] -> xpath: (//*[contains(text(),'Product Name')]//preceding::input)[last()]]
--- 14 Nov 22:19:47 968 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1c27bc89bcc169ed1f33a33e697fbf7c)] -> xpath: (//*[contains(text(),'Core Value')]//preceding::input)[last()]]
--- 14 Nov 22:19:51 986 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1c27bc89bcc169ed1f33a33e697fbf7c)] -> xpath: //div[@role='listbox']/child::*/span[normalize-space(text())='Fixed Rate']]
--- 14 Nov 22:19:53 322 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1c27bc89bcc169ed1f33a33e697fbf7c)] -> xpath: (//*[contains(text(),'Product Name')]//preceding::input)[last()]]
--- 14 Nov 22:19:55 565 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1c27bc89bcc169ed1f33a33e697fbf7c)] -> xpath: (//*[contains(text(),'Core Value')]//preceding::input)[last()]]
--- 14 Nov 22:19:57 586 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1c27bc89bcc169ed1f33a33e697fbf7c)] -> xpath: //tr/td[normalize-space(text())='test2025.11.14.22.17.54_Changed']/following-sibling::td//button]
--- 14 Nov 22:20:02 166 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1c27bc89bcc169ed1f33a33e697fbf7c)] -> xpath: //tr/td[normalize-space(text())='test2025.11.14.22.17.54_Changed']/following-sibling::td//mat-icon[2]]
--- 14 Nov 22:20:04 344 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1c27bc89bcc169ed1f33a33e697fbf7c)] -> xpath: //div[@class='confirm-dialog']//button[2]]
Test Passed.
unhideTransactionRequestChange({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:Y;
a...)
Test Passed.
--- 14 Nov 21:56:45 376 - TestCaseID:: unhideTransactionRequestChange
--- 14 Nov 21:57:11 363 - 25 - Driver::initialize::Get - com.kinective.omniconnect.support.WebDriverFactory.get(WebDriverFactory.java:566)
UnHide the transaction and Request Change from that transaction
Steps:
--- 14 Nov 21:57:26 114 - Page URL:: https://ground-control-test.nxtsoft.com/login
--- 14 Nov 21:57:26 114 - 3 - Page Load Wait: (Sync) - com.kinective.omniconnect.support.Utils.waitForPageLoad(Utils.java:115)
--- 14 Nov 21:57:27 207 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (d05bd354195fb0f7d3963f3b6e0ac78c)] -> xpath: //input[@id='mat-input-0']]
--- 14 Nov 21:57:29 866 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (d05bd354195fb0f7d3963f3b6e0ac78c)] -> xpath: //input[@id='mat-input-1']]
--- 14 Nov 21:57:34 160 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (d05bd354195fb0f7d3963f3b6e0ac78c)] -> xpath: //button[@type='submit']]
--- 14 Nov 21:57:36 177 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:57:53 118 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (d05bd354195fb0f7d3963f3b6e0ac78c)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']]
--- 14 Nov 21:57:56 115 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (d05bd354195fb0f7d3963f3b6e0ac78c)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 21:57:57 413 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:58:02 183 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (d05bd354195fb0f7d3963f3b6e0ac78c)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 21:58:04 480 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (d05bd354195fb0f7d3963f3b6e0ac78c)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'qaautomation01')])[1]]
--- 14 Nov 21:58:12 987 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:58:37 481 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (d05bd354195fb0f7d3963f3b6e0ac78c)] -> xpath: //div[@id='search-bar-container']//child::input]
--- 14 Nov 21:58:39 521 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (d05bd354195fb0f7d3963f3b6e0ac78c)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'0070000013')])[1]]
--- 14 Nov 21:58:48 560 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:59:02 135 - Element is displayed:: [[[[RemoteWebDriver: chrome on Windows 11 (d05bd354195fb0f7d3963f3b6e0ac78c)] -> tag name: mat-slide-toggle]] -> tag name: span]
--- 14 Nov 21:59:10 353 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (d05bd354195fb0f7d3963f3b6e0ac78c)] -> xpath: (//*[contains(text(),'Corrected Field Value')]//preceding::input)[last()]]
--- 14 Nov 21:59:20 169 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (d05bd354195fb0f7d3963f3b6e0ac78c)] -> xpath: //div[@role='tab']/child::*[text()='Open Items (NXTsoft)']]
--- 14 Nov 21:59:21 744 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (d05bd354195fb0f7d3963f3b6e0ac78c)] -> xpath: //div[@role='tab']/child::*[text()='Open Items (NXTsoft)']]
--- 14 Nov 21:59:22 338 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (d05bd354195fb0f7d3963f3b6e0ac78c)] -> xpath: (//tr/td[normalize-space(text())='ID01_02_0013'])[last()]]
Test Passed.
loginWithInvalidCredentials({ASSET SELECTOR PAGEMAP=, TestID=loginWithInvalidCredentials, LOGIN PAGEMAP=userName:monil.shah@kine...)
Test Passed.
--- 14 Nov 20:59:02 459 - TestCaseID:: loginWithInvalidCredentials
--- 14 Nov 20:59:04 606 - 2 - Driver::initialize::Get - com.kinective.omniconnect.support.WebDriverFactory.get(WebDriverFactory.java:566)
Login with wrong credentials and validate the error message
Steps:
--- 14 Nov 20:59:18 458 - Page URL:: https://ground-control-test.nxtsoft.com/login
--- 14 Nov 20:59:18 458 - 3 - Page Load Wait: (Sync) - com.kinective.omniconnect.support.Utils.waitForPageLoad(Utils.java:115)
--- 14 Nov 20:59:19 634 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (228bfaaebc0528255eeb5c98918248e8)] -> xpath: //input[@id='mat-input-0']]
--- 14 Nov 20:59:22 155 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (228bfaaebc0528255eeb5c98918248e8)] -> xpath: //input[@id='mat-input-1']]
--- 14 Nov 20:59:25 046 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (228bfaaebc0528255eeb5c98918248e8)] -> xpath: //button[@type='submit']]
--- 14 Nov 20:59:26 258 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:00:13 519 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (228bfaaebc0528255eeb5c98918248e8)] -> css selector: div.ng-star-inserted.mat-form-field-underline.ng-tns-c52-5]
Test Passed.
selectBorrowerAndVerifyTransactions({ASSET SELECTOR PAGEMAP=
searchAsset:WNB Financial, N.A.;
selectAssetId:02i1R00000SCYfAQAX;
clickAss...)
Test Passed.
--- 14 Nov 22:08:20 689 - TestCaseID:: selectBorrowerAndVerifyTransactions
--- 14 Nov 22:08:23 626 - 2 - Driver::initialize::Get - com.kinective.omniconnect.support.WebDriverFactory.get(WebDriverFactory.java:566)
Search and select the borrower, verify transactions disappears
Steps:
--- 14 Nov 22:08:37 709 - Page URL:: https://ground-control-test.nxtsoft.com/login
--- 14 Nov 22:08:37 709 - 3 - Page Load Wait: (Sync) - com.kinective.omniconnect.support.Utils.waitForPageLoad(Utils.java:115)
--- 14 Nov 22:08:38 877 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (465236f9583f3e9e01ed9574ef170342)] -> xpath: //input[@id='mat-input-0']]
--- 14 Nov 22:08:41 895 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (465236f9583f3e9e01ed9574ef170342)] -> xpath: //input[@id='mat-input-1']]
--- 14 Nov 22:08:45 353 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (465236f9583f3e9e01ed9574ef170342)] -> xpath: //button[@type='submit']]
--- 14 Nov 22:08:46 744 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 22:08:55 852 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (465236f9583f3e9e01ed9574ef170342)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']]
--- 14 Nov 22:08:59 062 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (465236f9583f3e9e01ed9574ef170342)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 22:09:00 137 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 22:09:04 589 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (465236f9583f3e9e01ed9574ef170342)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 22:09:06 913 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (465236f9583f3e9e01ed9574ef170342)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'02i1r00000scyfaqax')])[1]]
--- 14 Nov 22:09:15 424 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 22:09:37 757 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (465236f9583f3e9e01ed9574ef170342)] -> xpath: //div[@id='search-bar-container']//child::input]
--- 14 Nov 22:09:39 917 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (465236f9583f3e9e01ed9574ef170342)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'4400012590')])[1]]
--- 14 Nov 22:09:49 088 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 22:10:17 935 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (465236f9583f3e9e01ed9574ef170342)] -> xpath: //button[contains(@class,'Btn-search')]]
--- 14 Nov 22:10:19 588 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 22:10:38 656 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (465236f9583f3e9e01ed9574ef170342)] -> xpath: //*[@role='dialog']]
--- 14 Nov 22:10:39 274 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (465236f9583f3e9e01ed9574ef170342)] -> xpath: //*[@id='search-table']//mat-row]
--- 14 Nov 22:10:41 964 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (465236f9583f3e9e01ed9574ef170342)] -> xpath: //*[@role]//button[contains(@class,'search-button')]]
--- 14 Nov 22:10:43 273 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 22:11:19 966 - Unable to find a element after 28 sec
--- 14 Nov 22:11:21 478 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (465236f9583f3e9e01ed9574ef170342)] -> xpath: //*[@id='bottom-table']//mat-row[@style!=""]]
--- 14 Nov 22:11:23 767 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (465236f9583f3e9e01ed9574ef170342)] -> xpath: //*[@id='bottom-table']//mat-row]
--- 14 Nov 22:11:26 096 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (465236f9583f3e9e01ed9574ef170342)] -> xpath: //*[@role]//button[contains(@class,'select-button')]]
--- 14 Nov 22:11:27 502 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 22:11:32 472 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (465236f9583f3e9e01ed9574ef170342)] -> id: continue-button]
--- 14 Nov 22:11:33 861 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 22:12:10 950 - Unable to find a element after 34 sec
Test Passed.
verifyAndResolveIssueList({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:Y;
a...)
Test Passed.
--- 14 Nov 21:14:57 181 - TestCaseID:: verifyAndResolveIssueList
--- 14 Nov 21:15:00 090 - 2 - Driver::initialize::Get - com.kinective.omniconnect.support.WebDriverFactory.get(WebDriverFactory.java:566)
Verify field errors and Resolve them
Steps:
--- 14 Nov 21:15:14 665 - Page URL:: https://ground-control-test.nxtsoft.com/login
--- 14 Nov 21:15:14 665 - 3 - Page Load Wait: (Sync) - com.kinective.omniconnect.support.Utils.waitForPageLoad(Utils.java:115)
--- 14 Nov 21:15:15 713 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8aecb56c8394c702832cc8aa766b63de)] -> xpath: //input[@id='mat-input-0']]
--- 14 Nov 21:15:18 058 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8aecb56c8394c702832cc8aa766b63de)] -> xpath: //input[@id='mat-input-1']]
--- 14 Nov 21:15:21 061 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8aecb56c8394c702832cc8aa766b63de)] -> xpath: //button[@type='submit']]
--- 14 Nov 21:15:22 330 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:15:38 202 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8aecb56c8394c702832cc8aa766b63de)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']]
--- 14 Nov 21:15:40 571 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8aecb56c8394c702832cc8aa766b63de)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 21:15:42 186 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:15:46 515 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8aecb56c8394c702832cc8aa766b63de)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 21:15:47 956 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8aecb56c8394c702832cc8aa766b63de)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'qaautomation01')])[1]]
--- 14 Nov 21:15:55 690 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:16:19 129 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8aecb56c8394c702832cc8aa766b63de)] -> xpath: //div[@id='search-bar-container']//child::input]
--- 14 Nov 21:16:20 446 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8aecb56c8394c702832cc8aa766b63de)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'0070000013')])[1]]
--- 14 Nov 21:16:28 369 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:16:49 653 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8aecb56c8394c702832cc8aa766b63de)] -> xpath: (//td[contains(@class,'alert-text') and contains(text(),'Numerical Value Expected')]//preceding::td//child::input)[last()]]
--- 14 Nov 21:16:54 028 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8aecb56c8394c702832cc8aa766b63de)] -> xpath: (//td[contains(@class,'alert-text') and contains(text(),'Exceeds Max Length')]//preceding::td//child::input)[last()]]
--- 14 Nov 21:16:57 804 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8aecb56c8394c702832cc8aa766b63de)] -> xpath: (//td[contains(@class,'alert-text') and contains(text(),'Value Not Found')]//preceding::td//child::input)[last()]]
Test Passed.
exportChangeRequests({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:Y;
a...)
Test Passed.
--- 14 Nov 21:54:45 283 - TestCaseID:: exportChangeRequests
--- 14 Nov 21:54:48 417 - 3 - Driver::initialize::Get - com.kinective.omniconnect.support.WebDriverFactory.get(WebDriverFactory.java:566)
Export the Change Requests
Steps:
--- 14 Nov 21:55:04 120 - Page URL:: https://ground-control-test.nxtsoft.com/login
--- 14 Nov 21:55:04 122 - 3 - Page Load Wait: (Sync) - com.kinective.omniconnect.support.Utils.waitForPageLoad(Utils.java:115)
--- 14 Nov 21:55:05 305 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ed39532cec7610ff2f1e85a8080866dd)] -> xpath: //input[@id='mat-input-0']]
--- 14 Nov 21:55:08 742 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ed39532cec7610ff2f1e85a8080866dd)] -> xpath: //input[@id='mat-input-1']]
--- 14 Nov 21:55:12 414 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ed39532cec7610ff2f1e85a8080866dd)] -> xpath: //button[@type='submit']]
--- 14 Nov 21:55:14 157 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:55:28 348 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ed39532cec7610ff2f1e85a8080866dd)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']]
--- 14 Nov 21:55:31 658 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ed39532cec7610ff2f1e85a8080866dd)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 21:55:32 884 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:55:37 477 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ed39532cec7610ff2f1e85a8080866dd)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 21:55:39 640 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ed39532cec7610ff2f1e85a8080866dd)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'qaautomation01')])[1]]
--- 14 Nov 21:55:48 157 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:56:10 643 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ed39532cec7610ff2f1e85a8080866dd)] -> xpath: //div[@id='search-bar-container']//child::input]
--- 14 Nov 21:56:13 181 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ed39532cec7610ff2f1e85a8080866dd)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'0070000013')])[1]]
--- 14 Nov 21:56:21 874 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:56:43 515 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ed39532cec7610ff2f1e85a8080866dd)] -> xpath: //div[@class='confirm-dialog']//button[2]]
Test Passed.
exportAndVerifyHistoryReports({ASSET SELECTOR PAGEMAP=
searchAsset:test_doc_connector;
selectAssetId:Sales555-Doc;
clickAssetId:Y;...)
Test Passed.
--- 14 Nov 22:14:28 602 - TestCaseID:: exportAndVerifyHistoryReports
--- 14 Nov 22:14:32 870 - 4 - Driver::initialize::Get - com.kinective.omniconnect.support.WebDriverFactory.get(WebDriverFactory.java:566)
Export the History Reports and verify the csvs
Steps:
--- 14 Nov 22:14:47 255 - Page URL:: https://ground-control-test.nxtsoft.com/login
--- 14 Nov 22:14:47 255 - 3 - Page Load Wait: (Sync) - com.kinective.omniconnect.support.Utils.waitForPageLoad(Utils.java:115)
--- 14 Nov 22:14:48 295 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b28052104a2f30c4f62030e7c4b33184)] -> xpath: //input[@id='mat-input-0']]
--- 14 Nov 22:14:51 065 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b28052104a2f30c4f62030e7c4b33184)] -> xpath: //input[@id='mat-input-1']]
--- 14 Nov 22:14:54 950 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b28052104a2f30c4f62030e7c4b33184)] -> xpath: //button[@type='submit']]
--- 14 Nov 22:14:57 111 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 22:15:06 648 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b28052104a2f30c4f62030e7c4b33184)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']]
--- 14 Nov 22:15:13 117 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b28052104a2f30c4f62030e7c4b33184)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 22:15:15 432 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 22:15:21 928 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b28052104a2f30c4f62030e7c4b33184)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 22:15:26 061 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b28052104a2f30c4f62030e7c4b33184)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'sales555-doc')])[1]]
--- 14 Nov 22:15:34 779 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 22:15:56 847 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 22:16:02 746 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (b28052104a2f30c4f62030e7c4b33184)] -> xpath: //button/span[normalize-space(text())='Confirm']]
--- 14 Nov 22:16:04 077 - waiting for Loading-Spinner to be disappeared.
Test Passed.
verifyErrorsOnLoanLookup({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation02;
selectAssetId:QAAutomation02;
clickAssetId:Y;
a...)
Test Passed.
--- 14 Nov 21:59:26 184 - TestCaseID:: verifyErrorsOnLoanLookup
--- 14 Nov 21:59:29 551 - 3 - Driver::initialize::Get - com.kinective.omniconnect.support.WebDriverFactory.get(WebDriverFactory.java:566)
Search the Loan on Loan Lookup Page and verify the errors
Steps:
--- 14 Nov 21:59:45 335 - Page URL:: https://ground-control-test.nxtsoft.com/login
--- 14 Nov 21:59:45 335 - 3 - Page Load Wait: (Sync) - com.kinective.omniconnect.support.Utils.waitForPageLoad(Utils.java:115)
--- 14 Nov 21:59:46 330 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (cbed2734168176243be4a139ac31250b)] -> xpath: //input[@id='mat-input-0']]
--- 14 Nov 21:59:49 004 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (cbed2734168176243be4a139ac31250b)] -> xpath: //input[@id='mat-input-1']]
--- 14 Nov 21:59:53 257 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (cbed2734168176243be4a139ac31250b)] -> xpath: //button[@type='submit']]
--- 14 Nov 21:59:55 282 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 22:00:05 679 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (cbed2734168176243be4a139ac31250b)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']]
--- 14 Nov 22:00:09 292 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (cbed2734168176243be4a139ac31250b)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 22:00:10 483 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 22:00:14 955 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (cbed2734168176243be4a139ac31250b)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 22:00:17 263 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (cbed2734168176243be4a139ac31250b)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'qaautomation02')])[1]]
--- 14 Nov 22:00:25 624 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 22:00:52 859 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (cbed2734168176243be4a139ac31250b)] -> xpath: //input[@*='Loan Number']]
--- 14 Nov 22:00:54 778 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 22:01:15 871 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (cbed2734168176243be4a139ac31250b)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'')])[1]]
--- 14 Nov 22:01:17 096 - waiting for Loading-Spinner to be disappeared.
Test Passed.
filterTransactionByField({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:Y;
a...)
Test Passed.
--- 14 Nov 21:45:47 391 - TestCaseID:: filterTransactionByField
--- 14 Nov 21:45:50 841 - 3 - Driver::initialize::Get - com.kinective.omniconnect.support.WebDriverFactory.get(WebDriverFactory.java:566)
Filter the transaction by Field
Steps:
--- 14 Nov 21:46:06 415 - Page URL:: https://ground-control-test.nxtsoft.com/login
--- 14 Nov 21:46:06 415 - 3 - Page Load Wait: (Sync) - com.kinective.omniconnect.support.Utils.waitForPageLoad(Utils.java:115)
--- 14 Nov 21:46:07 683 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8176b88d1ba11e5ef2bb38d665471988)] -> xpath: //input[@id='mat-input-0']]
--- 14 Nov 21:46:10 903 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8176b88d1ba11e5ef2bb38d665471988)] -> xpath: //input[@id='mat-input-1']]
--- 14 Nov 21:46:15 214 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8176b88d1ba11e5ef2bb38d665471988)] -> xpath: //button[@type='submit']]
--- 14 Nov 21:46:17 268 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:46:30 652 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8176b88d1ba11e5ef2bb38d665471988)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']]
--- 14 Nov 21:46:33 412 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8176b88d1ba11e5ef2bb38d665471988)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 21:46:34 620 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:46:39 250 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8176b88d1ba11e5ef2bb38d665471988)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 21:46:41 374 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8176b88d1ba11e5ef2bb38d665471988)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'qaautomation01')])[1]]
--- 14 Nov 21:46:49 923 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:47:11 679 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8176b88d1ba11e5ef2bb38d665471988)] -> xpath: //div[@id='search-bar-container']//child::input]
--- 14 Nov 21:47:13 620 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8176b88d1ba11e5ef2bb38d665471988)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'0070000013')])[1]]
--- 14 Nov 21:47:22 570 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:48:00 567 - Element not found : Filter Search
--- 14 Nov 21:48:02 344 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8176b88d1ba11e5ef2bb38d665471988)] -> xpath: //button/following-sibling::input[@type='search']]
--- 14 Nov 21:48:09 027 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (8176b88d1ba11e5ef2bb38d665471988)] -> xpath: //*[@id='arrow-icons'][2]]
Test Passed.
searchCancelBorrower({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:Y;
a...)
Test Passed.
--- 14 Nov 21:23:47 284 - TestCaseID:: searchCancelBorrower
--- 14 Nov 21:23:50 491 - 3 - Driver::initialize::Get - com.kinective.omniconnect.support.WebDriverFactory.get(WebDriverFactory.java:566)
Search the borrower and cancel the dialog
Steps:
--- 14 Nov 21:24:05 982 - Page URL:: https://ground-control-test.nxtsoft.com/login
--- 14 Nov 21:24:05 982 - 3 - Page Load Wait: (Sync) - com.kinective.omniconnect.support.Utils.waitForPageLoad(Utils.java:115)
--- 14 Nov 21:24:07 337 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (edc2d57305241dc31fe18c6464e98e36)] -> xpath: //input[@id='mat-input-0']]
--- 14 Nov 21:24:10 707 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (edc2d57305241dc31fe18c6464e98e36)] -> xpath: //input[@id='mat-input-1']]
--- 14 Nov 21:24:14 698 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (edc2d57305241dc31fe18c6464e98e36)] -> xpath: //button[@type='submit']]
--- 14 Nov 21:24:16 729 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:24:30 279 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (edc2d57305241dc31fe18c6464e98e36)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']]
--- 14 Nov 21:24:33 010 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (edc2d57305241dc31fe18c6464e98e36)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 21:24:34 284 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:24:38 943 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (edc2d57305241dc31fe18c6464e98e36)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 21:24:41 731 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (edc2d57305241dc31fe18c6464e98e36)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'qaautomation01')])[1]]
--- 14 Nov 21:24:50 395 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:25:13 922 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (edc2d57305241dc31fe18c6464e98e36)] -> xpath: //div[@id='search-bar-container']//child::input]
--- 14 Nov 21:25:15 944 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (edc2d57305241dc31fe18c6464e98e36)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'0070000013')])[1]]
--- 14 Nov 21:25:24 995 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:25:47 650 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (edc2d57305241dc31fe18c6464e98e36)] -> xpath: //button[contains(@class,'Btn-search')]]
--- 14 Nov 21:25:49 336 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:25:56 490 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (edc2d57305241dc31fe18c6464e98e36)] -> xpath: //*[@role='dialog']]
--- 14 Nov 21:25:57 008 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (edc2d57305241dc31fe18c6464e98e36)] -> xpath: //*[@id='search-table']//mat-row]
--- 14 Nov 21:25:59 280 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (edc2d57305241dc31fe18c6464e98e36)] -> xpath: //*[@role]//button[contains(@class,'search-button')]]
--- 14 Nov 21:26:00 715 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:26:02 929 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:26:07 272 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (edc2d57305241dc31fe18c6464e98e36)] -> id: cancel-button]
--- 14 Nov 21:26:08 481 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:26:46 945 - Unable to find a element after 35 sec
Test Passed.
verifyPinnedAsset({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation03;
selectAssetId:QAAutomation03;
clickAssetId:N;
a...)
Test Passed.
--- 14 Nov 21:02:05 055 - TestCaseID:: verifyPinnedAsset
--- 14 Nov 21:02:07 250 - 2 - Driver::initialize::Get - com.kinective.omniconnect.support.WebDriverFactory.get(WebDriverFactory.java:566)
Login and verify already pinned asset
Steps:
--- 14 Nov 21:02:20 752 - Page URL:: https://ground-control-test.nxtsoft.com/login
--- 14 Nov 21:02:20 752 - 3 - Page Load Wait: (Sync) - com.kinective.omniconnect.support.Utils.waitForPageLoad(Utils.java:115)
--- 14 Nov 21:02:21 967 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0b8b08719ebc401eff0472ba8f33ff44)] -> xpath: //input[@id='mat-input-0']]
--- 14 Nov 21:02:24 513 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0b8b08719ebc401eff0472ba8f33ff44)] -> xpath: //input[@id='mat-input-1']]
--- 14 Nov 21:02:27 541 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0b8b08719ebc401eff0472ba8f33ff44)] -> xpath: //button[@type='submit']]
--- 14 Nov 21:02:28 717 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:02:38 098 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0b8b08719ebc401eff0472ba8f33ff44)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']]
--- 14 Nov 21:04:57 413 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0b8b08719ebc401eff0472ba8f33ff44)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 21:04:58 713 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:05:03 312 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0b8b08719ebc401eff0472ba8f33ff44)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 21:05:05 450 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0b8b08719ebc401eff0472ba8f33ff44)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'qaautomation03')])[1]]
--- 14 Nov 21:05:14 644 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0b8b08719ebc401eff0472ba8f33ff44)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'qaautomation03')])[1]//preceding::td/*[contains(@class,'star')][1]]
--- 14 Nov 21:05:18 232 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0b8b08719ebc401eff0472ba8f33ff44)] -> id: mat-dialog-0]
--- 14 Nov 21:05:20 895 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0b8b08719ebc401eff0472ba8f33ff44)] -> xpath: //*[@role='dialog']//child::button]
--- 14 Nov 21:05:26 164 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0b8b08719ebc401eff0472ba8f33ff44)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 21:05:27 191 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:05:44 866 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0b8b08719ebc401eff0472ba8f33ff44)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'qaautomation03')])[1]//preceding::td/*[contains(@class,'star')][1]]
--- 14 Nov 21:05:44 891 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0b8b08719ebc401eff0472ba8f33ff44)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'qaautomation03')])[1]//preceding::td/*[contains(@class,'star')][1]]
--- 14 Nov 21:05:48 802 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0b8b08719ebc401eff0472ba8f33ff44)] -> id: mat-dialog-1]
--- 14 Nov 21:05:53 462 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0b8b08719ebc401eff0472ba8f33ff44)] -> xpath: //*[@role='dialog']//child::button]
Test Passed.
verifyRequestChange({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:Y;
a...)
Test Passed.
--- 14 Nov 21:50:38 994 - TestCaseID:: verifyRequestChange
--- 14 Nov 21:50:42 197 - 3 - Driver::initialize::Get - com.kinective.omniconnect.support.WebDriverFactory.get(WebDriverFactory.java:566)
Request Change button for the field Id and Verify the change request
Steps:
--- 14 Nov 21:50:58 794 - Page URL:: https://ground-control-test.nxtsoft.com/login
--- 14 Nov 21:50:58 794 - 3 - Page Load Wait: (Sync) - com.kinective.omniconnect.support.Utils.waitForPageLoad(Utils.java:115)
--- 14 Nov 21:50:59 858 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0687b6dc7da5015a824ba5045af0abb1)] -> xpath: //input[@id='mat-input-0']]
--- 14 Nov 21:51:02 930 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0687b6dc7da5015a824ba5045af0abb1)] -> xpath: //input[@id='mat-input-1']]
--- 14 Nov 21:51:07 088 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0687b6dc7da5015a824ba5045af0abb1)] -> xpath: //button[@type='submit']]
--- 14 Nov 21:51:09 025 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:51:21 491 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0687b6dc7da5015a824ba5045af0abb1)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']]
--- 14 Nov 21:51:24 019 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0687b6dc7da5015a824ba5045af0abb1)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 21:51:25 096 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:51:29 456 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0687b6dc7da5015a824ba5045af0abb1)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 21:51:31 596 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0687b6dc7da5015a824ba5045af0abb1)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'qaautomation01')])[1]]
--- 14 Nov 21:51:40 076 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:52:01 671 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0687b6dc7da5015a824ba5045af0abb1)] -> xpath: //div[@id='search-bar-container']//child::input]
--- 14 Nov 21:52:03 548 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0687b6dc7da5015a824ba5045af0abb1)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'0070000013')])[1]]
--- 14 Nov 21:52:12 332 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:52:28 809 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0687b6dc7da5015a824ba5045af0abb1)] -> xpath: (//*[contains(text(),'Corrected Field Value')]//preceding::input)[last()]]
--- 14 Nov 21:52:38 398 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0687b6dc7da5015a824ba5045af0abb1)] -> xpath: //div[@role='tab']/child::*[text()='Open Items (NXTsoft)']]
--- 14 Nov 21:52:39 335 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (0687b6dc7da5015a824ba5045af0abb1)] -> xpath: (//tr/td[normalize-space(text())='EA01_0004'])[last()]]
Test Passed.
verifyLoansOnLoanLookupPg({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation02;
selectAssetId:QAAutomation02;
clickAssetId:Y;
a...)
Test Passed.
--- 14 Nov 22:02:49 457 - TestCaseID:: verifyLoansOnLoanLookupPg
--- 14 Nov 22:02:52 566 - 3 - Driver::initialize::Get - com.kinective.omniconnect.support.WebDriverFactory.get(WebDriverFactory.java:566)
Verify different Loans on Loan Lookup Page
Steps:
--- 14 Nov 22:03:07 282 - Page URL:: https://ground-control-test.nxtsoft.com/login
--- 14 Nov 22:03:07 282 - 3 - Page Load Wait: (Sync) - com.kinective.omniconnect.support.Utils.waitForPageLoad(Utils.java:115)
--- 14 Nov 22:03:08 434 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (558c118e0a84e68716c66d49ceeb0bf2)] -> xpath: //input[@id='mat-input-0']]
--- 14 Nov 22:03:11 708 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (558c118e0a84e68716c66d49ceeb0bf2)] -> xpath: //input[@id='mat-input-1']]
--- 14 Nov 22:03:14 905 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (558c118e0a84e68716c66d49ceeb0bf2)] -> xpath: //button[@type='submit']]
--- 14 Nov 22:03:16 517 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 22:03:25 996 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (558c118e0a84e68716c66d49ceeb0bf2)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']]
--- 14 Nov 22:03:29 412 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (558c118e0a84e68716c66d49ceeb0bf2)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 22:03:30 585 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 22:03:35 207 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (558c118e0a84e68716c66d49ceeb0bf2)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 22:03:37 568 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (558c118e0a84e68716c66d49ceeb0bf2)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'qaautomation02')])[1]]
--- 14 Nov 22:03:46 158 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 22:04:14 476 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (558c118e0a84e68716c66d49ceeb0bf2)] -> xpath: //input[@*='Loan Number']]
--- 14 Nov 22:04:16 677 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 22:04:44 466 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (558c118e0a84e68716c66d49ceeb0bf2)] -> xpath: //input[@*='Loan Number']]
--- 14 Nov 22:04:46 395 - waiting for Loading-Spinner to be disappeared.
Test Passed.
verifyPinLastAsset({ASSET SELECTOR PAGEMAP=
searchAsset:02i1R00000GHkV9QAL;
selectAssetId:02i1R00000GHkV9QAL;
clickAsse...)
Test Passed.
--- 14 Nov 21:07:37 427 - TestCaseID:: verifyPinLastAsset
--- 14 Nov 21:07:39 596 - 2 - Driver::initialize::Get - com.kinective.omniconnect.support.WebDriverFactory.get(WebDriverFactory.java:566)
Scroll to the end of the page and verify and pin the last asset
Steps:
--- 14 Nov 21:07:54 651 - Page URL:: https://ground-control-test.nxtsoft.com/login
--- 14 Nov 21:07:54 654 - 3 - Page Load Wait: (Sync) - com.kinective.omniconnect.support.Utils.waitForPageLoad(Utils.java:115)
--- 14 Nov 21:07:55 959 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1954281da12e9042f373c57030d03618)] -> xpath: //input[@id='mat-input-0']]
--- 14 Nov 21:07:58 485 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1954281da12e9042f373c57030d03618)] -> xpath: //input[@id='mat-input-1']]
--- 14 Nov 21:08:01 580 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1954281da12e9042f373c57030d03618)] -> xpath: //button[@type='submit']]
--- 14 Nov 21:08:02 845 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:08:12 461 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1954281da12e9042f373c57030d03618)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']]
--- 14 Nov 21:08:14 113 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1954281da12e9042f373c57030d03618)] -> xpath: (//tr)[last()]]
Test Passed.
verifyProfileLinks({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:Y;
a...)
Test Passed.
--- 14 Nov 22:16:08 717 - TestCaseID:: verifyProfileLinks
--- 14 Nov 22:16:12 848 - 4 - Driver::initialize::Get - com.kinective.omniconnect.support.WebDriverFactory.get(WebDriverFactory.java:566)
Verify Profile Links
Steps:
--- 14 Nov 22:16:27 097 - Page URL:: https://ground-control-test.nxtsoft.com/login
--- 14 Nov 22:16:27 098 - 3 - Page Load Wait: (Sync) - com.kinective.omniconnect.support.Utils.waitForPageLoad(Utils.java:115)
--- 14 Nov 22:16:28 140 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (4d233ffe53f5ff3ce03701d3e86897de)] -> xpath: //input[@id='mat-input-0']]
--- 14 Nov 22:16:30 890 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (4d233ffe53f5ff3ce03701d3e86897de)] -> xpath: //input[@id='mat-input-1']]
--- 14 Nov 22:16:35 344 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (4d233ffe53f5ff3ce03701d3e86897de)] -> xpath: //button[@type='submit']]
--- 14 Nov 22:16:37 533 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 22:16:47 050 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (4d233ffe53f5ff3ce03701d3e86897de)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']]
--- 14 Nov 22:16:50 214 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (4d233ffe53f5ff3ce03701d3e86897de)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 22:16:52 095 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 22:16:56 743 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (4d233ffe53f5ff3ce03701d3e86897de)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 22:16:58 774 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (4d233ffe53f5ff3ce03701d3e86897de)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'qaautomation01')])[1]]
--- 14 Nov 22:17:07 288 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 22:17:31 218 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 22:17:36 847 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 22:17:44 590 - waiting for Loading-Spinner to be disappeared.
Test Passed.
verifyLoanSearch({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:Y;
a...)
Test Passed.
--- 14 Nov 21:10:40 896 - TestCaseID:: verifyLoanSearch
--- 14 Nov 21:10:43 390 - 2 - Driver::initialize::Get - com.kinective.omniconnect.support.WebDriverFactory.get(WebDriverFactory.java:566)
Search and open asset, verify Loan Presents
Steps:
--- 14 Nov 21:10:57 338 - Page URL:: https://ground-control-test.nxtsoft.com/login
--- 14 Nov 21:10:57 339 - 3 - Page Load Wait: (Sync) - com.kinective.omniconnect.support.Utils.waitForPageLoad(Utils.java:115)
--- 14 Nov 21:10:58 489 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (eb7c6ef8105a4b6a6d4081e9d776fbbd)] -> xpath: //input[@id='mat-input-0']]
--- 14 Nov 21:11:01 312 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (eb7c6ef8105a4b6a6d4081e9d776fbbd)] -> xpath: //input[@id='mat-input-1']]
--- 14 Nov 21:11:04 409 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (eb7c6ef8105a4b6a6d4081e9d776fbbd)] -> xpath: //button[@type='submit']]
--- 14 Nov 21:11:05 823 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:11:14 867 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (eb7c6ef8105a4b6a6d4081e9d776fbbd)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']]
--- 14 Nov 21:11:17 841 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (eb7c6ef8105a4b6a6d4081e9d776fbbd)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 21:11:19 194 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:11:23 656 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (eb7c6ef8105a4b6a6d4081e9d776fbbd)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 21:11:25 293 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (eb7c6ef8105a4b6a6d4081e9d776fbbd)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'qaautomation01')])[1]]
--- 14 Nov 21:11:33 103 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:11:53 586 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:11:57 495 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:12:06 875 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (eb7c6ef8105a4b6a6d4081e9d776fbbd)] -> xpath: //mat-dialog-container//button]
--- 14 Nov 21:12:11 551 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (eb7c6ef8105a4b6a6d4081e9d776fbbd)] -> xpath: //div[@id='search-bar-container']//child::input]
--- 14 Nov 21:12:13 003 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (eb7c6ef8105a4b6a6d4081e9d776fbbd)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'0070000013')])[1]]
--- 14 Nov 21:12:20 904 - waiting for Loading-Spinner to be disappeared.
Test Passed.
searchTaxIdAndChangeRequestLogPg({ASSET SELECTOR PAGEMAP=
searchAsset:ProductDemo01;
selectAssetId:ProductDemo01;
clickAssetId:Y;
ass...)
Test Passed.
--- 14 Nov 21:12:44 038 - TestCaseID:: searchTaxIdAndChangeRequestLogPg
--- 14 Nov 21:12:46 552 - 2 - Driver::initialize::Get - com.kinective.omniconnect.support.WebDriverFactory.get(WebDriverFactory.java:566)
Refresh Loan Selector Page, Search with Tax ID and go to Change Request Log Page
Steps:
--- 14 Nov 21:12:59 490 - Page URL:: https://ground-control-test.nxtsoft.com/login
--- 14 Nov 21:12:59 490 - 3 - Page Load Wait: (Sync) - com.kinective.omniconnect.support.Utils.waitForPageLoad(Utils.java:115)
--- 14 Nov 21:13:00 586 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (da2b8f3b7d28a60dbfcfef454d180885)] -> xpath: //input[@id='mat-input-0']]
--- 14 Nov 21:13:02 859 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (da2b8f3b7d28a60dbfcfef454d180885)] -> xpath: //input[@id='mat-input-1']]
--- 14 Nov 21:13:05 697 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (da2b8f3b7d28a60dbfcfef454d180885)] -> xpath: //button[@type='submit']]
--- 14 Nov 21:13:06 839 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:13:19 823 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (da2b8f3b7d28a60dbfcfef454d180885)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']]
--- 14 Nov 21:13:22 136 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (da2b8f3b7d28a60dbfcfef454d180885)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 21:13:23 131 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:13:27 358 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (da2b8f3b7d28a60dbfcfef454d180885)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 21:13:29 409 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (da2b8f3b7d28a60dbfcfef454d180885)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'productdemo01')])[1]]
--- 14 Nov 21:13:37 133 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:13:58 565 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (da2b8f3b7d28a60dbfcfef454d180885)] -> xpath: //button[contains(@class,'refresh')]]
--- 14 Nov 21:13:59 503 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:14:08 106 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (da2b8f3b7d28a60dbfcfef454d180885)] -> xpath: //div[@id='search-bar-container']//child::input]
--- 14 Nov 21:14:09 524 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (da2b8f3b7d28a60dbfcfef454d180885)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'0070000013')])[1]]
--- 14 Nov 21:14:19 406 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:14:23 624 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (da2b8f3b7d28a60dbfcfef454d180885)] -> xpath: //*[contains(@class,'link-title') and text()='Change Request Log']]
--- 14 Nov 21:14:25 018 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:14:56 409 - Unable to find a element after 28 sec
Test Passed.
searchBorrrower({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:Y;
a...)
Test Passed.
--- 14 Nov 21:17:02 580 - TestCaseID:: searchBorrrower
--- 14 Nov 21:17:04 596 - 2 - Driver::initialize::Get - com.kinective.omniconnect.support.WebDriverFactory.get(WebDriverFactory.java:566)
Search and select the borrower
Steps:
--- 14 Nov 21:17:17 424 - Page URL:: https://ground-control-test.nxtsoft.com/login
--- 14 Nov 21:17:17 424 - 3 - Page Load Wait: (Sync) - com.kinective.omniconnect.support.Utils.waitForPageLoad(Utils.java:115)
--- 14 Nov 21:17:18 563 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (a071beab4889d7eb1341e8f1b3a17faa)] -> xpath: //input[@id='mat-input-0']]
--- 14 Nov 21:17:20 985 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (a071beab4889d7eb1341e8f1b3a17faa)] -> xpath: //input[@id='mat-input-1']]
--- 14 Nov 21:17:23 970 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (a071beab4889d7eb1341e8f1b3a17faa)] -> xpath: //button[@type='submit']]
--- 14 Nov 21:17:25 169 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:17:34 830 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (a071beab4889d7eb1341e8f1b3a17faa)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']]
--- 14 Nov 21:17:36 738 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (a071beab4889d7eb1341e8f1b3a17faa)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 21:17:37 970 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:17:42 503 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (a071beab4889d7eb1341e8f1b3a17faa)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 21:17:44 011 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (a071beab4889d7eb1341e8f1b3a17faa)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'qaautomation01')])[1]]
--- 14 Nov 21:17:51 854 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:18:16 452 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (a071beab4889d7eb1341e8f1b3a17faa)] -> xpath: //div[@id='search-bar-container']//child::input]
--- 14 Nov 21:18:18 436 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (a071beab4889d7eb1341e8f1b3a17faa)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'0070000013')])[1]]
--- 14 Nov 21:18:27 311 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:18:43 235 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (a071beab4889d7eb1341e8f1b3a17faa)] -> xpath: //button[contains(@class,'Btn-search')]]
--- 14 Nov 21:18:44 813 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:18:54 405 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (a071beab4889d7eb1341e8f1b3a17faa)] -> xpath: //*[@role='dialog']]
--- 14 Nov 21:18:54 979 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (a071beab4889d7eb1341e8f1b3a17faa)] -> xpath: //*[@id='search-table']//mat-row]
--- 14 Nov 21:18:57 087 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (a071beab4889d7eb1341e8f1b3a17faa)] -> xpath: //*[@role]//button[contains(@class,'search-button')]]
--- 14 Nov 21:18:58 469 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:19:34 488 - Unable to find a element after 28 sec
--- 14 Nov 21:19:35 818 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (a071beab4889d7eb1341e8f1b3a17faa)] -> xpath: //*[@id='bottom-table']//mat-row[@style!=""]]
--- 14 Nov 21:19:37 706 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (a071beab4889d7eb1341e8f1b3a17faa)] -> xpath: //*[@id='bottom-table']//mat-row]
--- 14 Nov 21:19:39 897 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (a071beab4889d7eb1341e8f1b3a17faa)] -> xpath: //*[@role]//button[contains(@class,'select-button')]]
--- 14 Nov 21:19:41 138 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:19:45 452 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (a071beab4889d7eb1341e8f1b3a17faa)] -> id: continue-button]
--- 14 Nov 21:19:46 863 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:20:23 518 - Unable to find a element after 33 sec
Test Passed.
verifySubmitLoan({ASSET SELECTOR PAGEMAP=
searchAsset:CoredirectorQAAutomation;
selectAssetId:CoredirectorQAAutomatio...)
Failed to submit the loan. [ScreenShot]
--- 14 Nov 21:33:42 024 - TestCaseID:: verifySubmitLoan
--- 14 Nov 21:33:45 199 - 3 - Driver::initialize::Get - com.kinective.omniconnect.support.WebDriverFactory.get(WebDriverFactory.java:566)
Submit the Loan and verify the success Popup
Steps:
--- 14 Nov 21:34:02 339 - Page URL:: https://ground-control-test.nxtsoft.com/login
--- 14 Nov 21:34:02 339 - 3 - Page Load Wait: (Sync) - com.kinective.omniconnect.support.Utils.waitForPageLoad(Utils.java:115)
--- 14 Nov 21:34:03 460 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (67c8787a5de865ef9b9a3b8007fd6993)] -> xpath: //input[@id='mat-input-0']]
--- 14 Nov 21:34:06 659 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (67c8787a5de865ef9b9a3b8007fd6993)] -> xpath: //input[@id='mat-input-1']]
--- 14 Nov 21:34:10 247 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (67c8787a5de865ef9b9a3b8007fd6993)] -> xpath: //button[@type='submit']]
--- 14 Nov 21:34:12 010 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:34:21 677 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (67c8787a5de865ef9b9a3b8007fd6993)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']]
--- 14 Nov 21:34:23 829 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (67c8787a5de865ef9b9a3b8007fd6993)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 21:34:25 831 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:34:30 689 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (67c8787a5de865ef9b9a3b8007fd6993)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 21:34:33 320 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (67c8787a5de865ef9b9a3b8007fd6993)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'coredirectorqaautomation')])[1]]
--- 14 Nov 21:34:42 643 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:35:00 533 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:35:04 613 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:35:09 988 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (67c8787a5de865ef9b9a3b8007fd6993)] -> xpath: //mat-dialog-container//button]
--- 14 Nov 21:35:15 828 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (67c8787a5de865ef9b9a3b8007fd6993)] -> xpath: //div[@id='search-bar-container']//child::input]
--- 14 Nov 21:35:17 747 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (67c8787a5de865ef9b9a3b8007fd6993)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'0010001234')])[1]]
--- 14 Nov 21:35:26 467 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:35:42 952 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (67c8787a5de865ef9b9a3b8007fd6993)] -> xpath: //button[contains(@class,'Btn-search')]]
--- 14 Nov 21:35:44 523 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:36:04 239 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (67c8787a5de865ef9b9a3b8007fd6993)] -> id: continue-button]
--- 14 Nov 21:36:05 613 - waiting for Loading-Spinner to be disappeared.
Failed to submit the loan. [ScreenShot]
verifySubmitLoan({ASSET SELECTOR PAGEMAP=
searchAsset:SymitarQAAutomation;
selectAssetId:SymitarQAAutomation;
clickAs...)
Failed to submit the loan. [ScreenShot]
--- 14 Nov 21:36:50 486 - TestCaseID:: verifySubmitLoan
--- 14 Nov 21:36:53 818 - 3 - Driver::initialize::Get - com.kinective.omniconnect.support.WebDriverFactory.get(WebDriverFactory.java:566)
Submit the Loan and verify the success Popup
Steps:
--- 14 Nov 21:37:09 821 - Page URL:: https://ground-control-test.nxtsoft.com/login
--- 14 Nov 21:37:09 821 - 3 - Page Load Wait: (Sync) - com.kinective.omniconnect.support.Utils.waitForPageLoad(Utils.java:115)
--- 14 Nov 21:37:10 863 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3e13e6543459deb057aea6eceaf03760)] -> xpath: //input[@id='mat-input-0']]
--- 14 Nov 21:37:13 556 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3e13e6543459deb057aea6eceaf03760)] -> xpath: //input[@id='mat-input-1']]
--- 14 Nov 21:37:18 176 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3e13e6543459deb057aea6eceaf03760)] -> xpath: //button[@type='submit']]
--- 14 Nov 21:37:20 159 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:37:36 358 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3e13e6543459deb057aea6eceaf03760)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']]
--- 14 Nov 21:37:39 086 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3e13e6543459deb057aea6eceaf03760)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 21:37:40 203 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:37:44 681 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3e13e6543459deb057aea6eceaf03760)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 21:37:47 086 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3e13e6543459deb057aea6eceaf03760)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'symitarqaautomation')])[1]]
--- 14 Nov 21:37:55 540 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:38:16 641 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:38:20 794 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:38:26 389 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3e13e6543459deb057aea6eceaf03760)] -> xpath: //mat-dialog-container//button]
--- 14 Nov 21:38:32 128 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3e13e6543459deb057aea6eceaf03760)] -> xpath: //div[@id='search-bar-container']//child::input]
--- 14 Nov 21:38:34 086 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3e13e6543459deb057aea6eceaf03760)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'0000012654')])[1]]
--- 14 Nov 21:38:39 757 - Moved to element..
--- 14 Nov 21:38:41 478 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:39:54 299 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3e13e6543459deb057aea6eceaf03760)] -> css selector: button.mat-tooltip-trigger.mat-button-base.mat-button.mat-focus-indicator.Btn-submit]
--- 14 Nov 21:40:10 331 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:41:33 902 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (3e13e6543459deb057aea6eceaf03760)] -> css selector: button.cdk-focused.ok-button.mat-button-base.cdk-program-focused.mat-focus-indicator.mat-accent.mat-raised-button]
--- 14 Nov 21:41:50 396 - waiting for Loading-Spinner to be disappeared.
Failed to submit the loan. [ScreenShot]
verifySubmitLoan({ASSET SELECTOR PAGEMAP=
searchAsset:SilverlakeQAAutomation;
selectAssetId:SilverlakeQAAutomation;
c...)
Failed to submit the loan. [ScreenShot]
--- 14 Nov 21:42:33 282 - TestCaseID:: verifySubmitLoan
--- 14 Nov 21:42:36 441 - 3 - Driver::initialize::Get - com.kinective.omniconnect.support.WebDriverFactory.get(WebDriverFactory.java:566)
Submit the Loan and verify the success Popup
Steps:
--- 14 Nov 21:42:52 584 - Page URL:: https://ground-control-test.nxtsoft.com/login
--- 14 Nov 21:42:52 584 - 3 - Page Load Wait: (Sync) - com.kinective.omniconnect.support.Utils.waitForPageLoad(Utils.java:115)
--- 14 Nov 21:42:53 911 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (d3a9297cff3159fb98a7e1b048e21794)] -> xpath: //input[@id='mat-input-0']]
--- 14 Nov 21:42:56 631 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (d3a9297cff3159fb98a7e1b048e21794)] -> xpath: //input[@id='mat-input-1']]
--- 14 Nov 21:43:01 031 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (d3a9297cff3159fb98a7e1b048e21794)] -> xpath: //button[@type='submit']]
--- 14 Nov 21:43:03 354 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:43:12 980 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (d3a9297cff3159fb98a7e1b048e21794)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']]
--- 14 Nov 21:43:16 391 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (d3a9297cff3159fb98a7e1b048e21794)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 21:43:17 510 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:43:22 022 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (d3a9297cff3159fb98a7e1b048e21794)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 21:43:24 471 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (d3a9297cff3159fb98a7e1b048e21794)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'silverlakeqaautomation')])[1]]
--- 14 Nov 21:43:33 022 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:43:53 262 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:43:57 432 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:44:04 243 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (d3a9297cff3159fb98a7e1b048e21794)] -> xpath: //mat-dialog-container//button]
--- 14 Nov 21:44:09 819 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (d3a9297cff3159fb98a7e1b048e21794)] -> xpath: //div[@id='search-bar-container']//child::input]
--- 14 Nov 21:44:11 805 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (d3a9297cff3159fb98a7e1b048e21794)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'0010001234')])[1]]
--- 14 Nov 21:44:20 611 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:44:44 356 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (d3a9297cff3159fb98a7e1b048e21794)] -> xpath: //button[contains(@class,'Btn-search')]]
--- 14 Nov 21:44:45 665 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:45:02 837 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (d3a9297cff3159fb98a7e1b048e21794)] -> id: continue-button]
--- 14 Nov 21:45:04 270 - waiting for Loading-Spinner to be disappeared.
Failed to submit the loan. [ScreenShot]
editChangeRequest({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:Y;
a...)
Failed to change 'Change Request Status' for the field ID : LA01_0004 [ScreenShot]
--- 14 Nov 21:52:43 126 - TestCaseID:: editChangeRequest
--- 14 Nov 21:52:46 419 - 3 - Driver::initialize::Get - com.kinective.omniconnect.support.WebDriverFactory.get(WebDriverFactory.java:566)
Respond to the Change Request with added notes
Steps:
--- 14 Nov 21:53:01 253 - Page URL:: https://ground-control-test.nxtsoft.com/login
--- 14 Nov 21:53:01 254 - 3 - Page Load Wait: (Sync) - com.kinective.omniconnect.support.Utils.waitForPageLoad(Utils.java:115)
--- 14 Nov 21:53:02 401 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ea50424d2606f5fedc63182057805e05)] -> xpath: //input[@id='mat-input-0']]
--- 14 Nov 21:53:05 140 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ea50424d2606f5fedc63182057805e05)] -> xpath: //input[@id='mat-input-1']]
--- 14 Nov 21:53:08 744 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ea50424d2606f5fedc63182057805e05)] -> xpath: //button[@type='submit']]
--- 14 Nov 21:53:10 807 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:53:27 312 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ea50424d2606f5fedc63182057805e05)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']]
--- 14 Nov 21:53:29 967 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ea50424d2606f5fedc63182057805e05)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 21:53:31 376 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:53:35 814 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ea50424d2606f5fedc63182057805e05)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 21:53:37 837 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ea50424d2606f5fedc63182057805e05)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'qaautomation01')])[1]]
--- 14 Nov 21:53:46 248 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:54:08 693 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ea50424d2606f5fedc63182057805e05)] -> xpath: //div[@id='search-bar-container']//child::input]
--- 14 Nov 21:54:10 801 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ea50424d2606f5fedc63182057805e05)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'0070000013')])[1]]
--- 14 Nov 21:54:19 698 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:54:36 469 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ea50424d2606f5fedc63182057805e05)] -> xpath: (//*[contains(text(),'Corrected Field Value')]//preceding::input)[last()]]
--- 14 Nov 21:54:42 981 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (ea50424d2606f5fedc63182057805e05)] -> xpath: //div[@role='tab']/child::*[text()='Open Items (NXTsoft)']]
Failed to change 'Change Request Status' for the field ID : LA01_0004 [ScreenShot]
verifySubmitLoan({ASSET SELECTOR PAGEMAP=
searchAsset:premiercoQAAutomation;
selectAssetId:premiercoQAAutomation;
pro...)
Failed to submit the loan. [ScreenShot]
--- 14 Nov 21:29:18 354 - TestCaseID:: verifySubmitLoan
--- 14 Nov 21:29:22 171 - 3 - Driver::initialize::Get - com.kinective.omniconnect.support.WebDriverFactory.get(WebDriverFactory.java:566)
Submit the Loan and verify the success Popup
Steps:
--- 14 Nov 21:29:36 160 - Page URL:: https://ground-control-test.nxtsoft.com/login
--- 14 Nov 21:29:36 160 - 3 - Page Load Wait: (Sync) - com.kinective.omniconnect.support.Utils.waitForPageLoad(Utils.java:115)
--- 14 Nov 21:29:37 308 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bf3ba7fc2813e7a40322661813b41eb1)] -> xpath: //input[@id='mat-input-0']]
--- 14 Nov 21:29:40 304 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bf3ba7fc2813e7a40322661813b41eb1)] -> xpath: //input[@id='mat-input-1']]
--- 14 Nov 21:29:44 102 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bf3ba7fc2813e7a40322661813b41eb1)] -> xpath: //button[@type='submit']]
--- 14 Nov 21:29:46 124 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:29:59 312 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bf3ba7fc2813e7a40322661813b41eb1)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']]
--- 14 Nov 21:30:01 990 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bf3ba7fc2813e7a40322661813b41eb1)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 21:30:03 217 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:30:07 745 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bf3ba7fc2813e7a40322661813b41eb1)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 21:30:10 257 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bf3ba7fc2813e7a40322661813b41eb1)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'premiercoqaautomation')])[1]]
--- 14 Nov 21:30:19 219 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:30:51 724 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:30:55 664 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:31:05 374 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bf3ba7fc2813e7a40322661813b41eb1)] -> xpath: //mat-dialog-container//button]
--- 14 Nov 21:31:11 671 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bf3ba7fc2813e7a40322661813b41eb1)] -> xpath: //div[@id='search-bar-container']//child::input]
--- 14 Nov 21:31:13 587 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bf3ba7fc2813e7a40322661813b41eb1)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'0010001234')])[1]]
--- 14 Nov 21:31:22 366 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:31:43 151 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bf3ba7fc2813e7a40322661813b41eb1)] -> xpath: //button[contains(@class,'Btn-search')]]
--- 14 Nov 21:31:44 533 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:32:01 966 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bf3ba7fc2813e7a40322661813b41eb1)] -> xpath: //*[@id='search-table']//mat-row]
--- 14 Nov 21:32:05 466 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bf3ba7fc2813e7a40322661813b41eb1)] -> xpath: //*[@role]//button[contains(@class,'search-button')]]
--- 14 Nov 21:32:07 366 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:32:19 247 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bf3ba7fc2813e7a40322661813b41eb1)] -> xpath: //*[@id='bottom-table']//mat-row]
--- 14 Nov 21:32:20 014 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:32:24 477 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bf3ba7fc2813e7a40322661813b41eb1)] -> xpath: //*[@role]//button[contains(@class,'select-button')]]
--- 14 Nov 21:32:25 627 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:32:31 771 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bf3ba7fc2813e7a40322661813b41eb1)] -> xpath: //*[@id='search-table']//mat-row]
--- 14 Nov 21:32:35 102 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bf3ba7fc2813e7a40322661813b41eb1)] -> xpath: //*[@role]//button[contains(@class,'search-button')]]
--- 14 Nov 21:32:36 373 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:32:46 012 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bf3ba7fc2813e7a40322661813b41eb1)] -> xpath: //*[@id='bottom-table']//mat-row]
--- 14 Nov 21:32:46 827 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:32:51 199 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bf3ba7fc2813e7a40322661813b41eb1)] -> xpath: //*[@role]//button[contains(@class,'select-button')]]
--- 14 Nov 21:32:52 497 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 21:32:58 354 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (bf3ba7fc2813e7a40322661813b41eb1)] -> id: continue-button]
--- 14 Nov 21:32:59 718 - waiting for Loading-Spinner to be disappeared.
Failed to submit the loan. [ScreenShot]
exportGeneralLedgerCSV({ASSET SELECTOR PAGEMAP=
searchAsset:test_prologue_gla;
selectAssetId:test_prologue_gla;
clickAssetI...)
Failure while balancing credit-debit amount. [ScreenShot]
--- 14 Nov 22:04:55 716 - TestCaseID:: exportGeneralLedgerCSV
--- 14 Nov 22:04:58 791 - 3 - Driver::initialize::Get - com.kinective.omniconnect.support.WebDriverFactory.get(WebDriverFactory.java:566)
Export the General Ledger (GL) CSV
Steps:
--- 14 Nov 22:05:13 204 - Page URL:: https://ground-control-test.nxtsoft.com/login
--- 14 Nov 22:05:13 204 - 3 - Page Load Wait: (Sync) - com.kinective.omniconnect.support.Utils.waitForPageLoad(Utils.java:115)
--- 14 Nov 22:05:14 374 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1963968783a9725381ad04be923f0633)] -> xpath: //input[@id='mat-input-0']]
--- 14 Nov 22:05:17 026 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1963968783a9725381ad04be923f0633)] -> xpath: //input[@id='mat-input-1']]
--- 14 Nov 22:05:21 859 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1963968783a9725381ad04be923f0633)] -> xpath: //button[@type='submit']]
--- 14 Nov 22:05:23 905 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 22:05:32 894 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1963968783a9725381ad04be923f0633)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']]
--- 14 Nov 22:05:37 050 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1963968783a9725381ad04be923f0633)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 22:05:38 249 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 22:05:42 716 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1963968783a9725381ad04be923f0633)] -> xpath: //*[text()='Select an Asset']//following::div[@class='search-bar']//child::input]
--- 14 Nov 22:05:45 088 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1963968783a9725381ad04be923f0633)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'test_prologue_gla')])[1]]
--- 14 Nov 22:05:53 561 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 22:06:22 380 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1963968783a9725381ad04be923f0633)] -> xpath: //input[@*='Loan Number']]
--- 14 Nov 22:06:24 251 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 22:07:22 858 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1963968783a9725381ad04be923f0633)] -> xpath: //input[@*='Loan Number']]
--- 14 Nov 22:07:24 569 - waiting for Loading-Spinner to be disappeared.
--- 14 Nov 22:07:27 699 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 11 (1963968783a9725381ad04be923f0633)] -> xpath: (//td[contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'122307008365')])[1]]
--- 14 Nov 22:07:28 946 - waiting for Loading-Spinner to be disappeared.
Failure while balancing credit-debit amount. [ScreenShot]
0 ignored methods
Methods in chronological order
com.kinective.omniconnect.groundControl.testscripts.assetTest.assetTest
initialize(org.testng.TestRunner@fe09383)
0 ms
com.kinective.omniconnect.groundControl.testscripts.changeRequestTest.changeRequestTest
initialize(org.testng.TestRunner@fe09383)
31690 ms
com.kinective.omniconnect.groundControl.testscripts.docConnectorTest.docConnectorTest
initialize(org.testng.TestRunner@fe09383)
34429 ms
com.kinective.omniconnect.groundControl.testscripts.generalLedgerTest.generalLedgerTest
initialize(org.testng.TestRunner@fe09383)
37308 ms
com.kinective.omniconnect.groundControl.testscripts.loanFileTest.loanFileTest
initialize(org.testng.TestRunner@fe09383)
40281 ms
com.kinective.omniconnect.groundControl.testscripts.loanLookupTest.loanLookupTest
initialize(org.testng.TestRunner@fe09383)
42869 ms
com.kinective.omniconnect.groundControl.testscripts.loginTest.loginTest
initialize(org.testng.TestRunner@fe09383)
45173 ms
com.kinective.omniconnect.groundControl.testscripts.profileLinksTest.profileLinksTest
initialize(org.testng.TestRunner@fe09383)
48306 ms
com.kinective.omniconnect.groundControl.testscripts.transactionsTest.transactionsTest
initialize(org.testng.TestRunner@fe09383)
50062 ms
com.kinective.omniconnect.groundControl.testscripts.assetTest.assetTest
init(org.testng.TestRunner@fe09383)
52807 ms
com.kinective.omniconnect.groundControl.testscripts.docConnectorTest.docConnectorTest
init(org.testng.TestRunner@fe09383)
52809 ms
com.kinective.omniconnect.groundControl.testscripts.changeRequestTest.changeRequestTest
init(org.testng.TestRunner@fe09383)
52809 ms
com.kinective.omniconnect.groundControl.testscripts.loanFileTest.loanFileTest
init(org.testng.TestRunner@fe09383)
52810 ms
com.kinective.omniconnect.groundControl.testscripts.generalLedgerTest.generalLedgerTest
init(org.testng.TestRunner@fe09383)
52810 ms
com.kinective.omniconnect.groundControl.testscripts.loginTest.loginTest
init(org.testng.TestRunner@fe09383)
52811 ms
com.kinective.omniconnect.groundControl.testscripts.profileLinksTest.profileLinksTest
init(org.testng.TestRunner@fe09383)
52811 ms
com.kinective.omniconnect.groundControl.testscripts.loanLookupTest.loanLookupTest
init(org.testng.TestRunner@fe09383)
52811 ms
com.kinective.omniconnect.groundControl.testscripts.transactionsTest.transactionsTest
init(org.testng.TestRunner@fe09383)
52812 ms
com.kinective.omniconnect.groundControl.testscripts.loginTest.loginTest
loginSearchAndOpenAsset({ASSET SELECTOR PAGEMAP=searchAsset:test_general_ledger_accounting,QAAutomation02,ProductDemo04,QAAu...)
64381 ms
loginWithInvalidCredentials({ASSET SELECTOR PAGEMAP=, TestID=loginWithInvalidCredentials, LOGIN PAGEMAP=userName:monil.shah@kine...)
275275 ms
com.kinective.omniconnect.groundControl.testscripts.assetTest.assetTest
searchInvalidAsset({ASSET SELECTOR PAGEMAP=
searchAsset:ProductDemo06;
selectAssetId:ProductDemo06;
clickAssetId:N;
ass...)
347500 ms
verifyPinUnpinAsset({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:N;
a...)
404010 ms
verifyPinnedAsset({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation03;
selectAssetId:QAAutomation03;
clickAssetId:N;
a...)
457923 ms
verifyPinLastAsset({ASSET SELECTOR PAGEMAP=
searchAsset:02i1R00000GHkV9QAL;
selectAssetId:02i1R00000GHkV9QAL;
clickAsse...)
790268 ms
com.kinective.omniconnect.groundControl.testscripts.loanFileTest.loanFileTest
verifyLoanSearch({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:Y;
a...)
974060 ms
searchTaxIdAndChangeRequestLogPg({ASSET SELECTOR PAGEMAP=
searchAsset:ProductDemo01;
selectAssetId:ProductDemo01;
clickAssetId:Y;
ass...)
1097222 ms
com.kinective.omniconnect.groundControl.testscripts.transactionsTest.transactionsTest
verifyAndResolveIssueList({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:Y;
a...)
1230762 ms
searchBorrrower({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:Y;
a...)
1355267 ms
assignLoanToNewBorrower({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:Y;
a...)
1562942 ms
searchCancelBorrower({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:Y;
a...)
1761162 ms
verifyTransactionSortFilter({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:Y;
a...)
1941493 ms
verifySubmitLoan({ASSET SELECTOR PAGEMAP=
searchAsset:premiercoQAAutomation;
selectAssetId:premiercoQAAutomation;
pro...)
2092843 ms
verifySubmitLoan({ASSET SELECTOR PAGEMAP=
searchAsset:CoredirectorQAAutomation;
selectAssetId:CoredirectorQAAutomatio...)
2355865 ms
verifySubmitLoan({ASSET SELECTOR PAGEMAP=
searchAsset:SymitarQAAutomation;
selectAssetId:SymitarQAAutomation;
clickAs...)
2544490 ms
verifySubmitLoan({ASSET SELECTOR PAGEMAP=
searchAsset:SilverlakeQAAutomation;
selectAssetId:SilverlakeQAAutomation;
c...)
2887117 ms
filterTransactionByField({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:Y;
a...)
3081501 ms
globalSearchByField({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:Y;
a...)
3224678 ms
com.kinective.omniconnect.groundControl.testscripts.changeRequestTest.changeRequestTest
verifyRequestChange({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:Y;
a...)
3372866 ms
editChangeRequest({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:Y;
a...)
3497095 ms
exportChangeRequests({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:Y;
a...)
3619087 ms
com.kinective.omniconnect.groundControl.testscripts.transactionsTest.transactionsTest
unhideTransactionRequestChange({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:Y;
a...)
3762035 ms
com.kinective.omniconnect.groundControl.testscripts.loanLookupTest.loanLookupTest
verifyErrorsOnLoanLookup({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation02;
selectAssetId:QAAutomation02;
clickAssetId:Y;
a...)
3900221 ms
com.kinective.omniconnect.groundControl.testscripts.assetTest.assetTest
searchAssetAndVerifyError({ASSET SELECTOR PAGEMAP=
searchAsset:02i1R0000084zorQAA;
selectAssetId:02i1R0000084zorQAA;
clickAsse...)
4023690 ms
com.kinective.omniconnect.groundControl.testscripts.loanLookupTest.loanLookupTest
verifyLoansOnLoanLookupPg({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation02;
selectAssetId:QAAutomation02;
clickAssetId:Y;
a...)
4103236 ms
com.kinective.omniconnect.groundControl.testscripts.generalLedgerTest.generalLedgerTest
exportGeneralLedgerCSV({ASSET SELECTOR PAGEMAP=
searchAsset:test_prologue_gla;
selectAssetId:test_prologue_gla;
clickAssetI...)
4229467 ms
selectBorrowerAndVerifyTransactions({ASSET SELECTOR PAGEMAP=
searchAsset:WNB Financial, N.A.;
selectAssetId:02i1R00000SCYfAQAX;
clickAss...)
4434296 ms
com.kinective.omniconnect.groundControl.testscripts.docConnectorTest.docConnectorTest
submitDocConnectorLoan({ASSET SELECTOR PAGEMAP=
searchAsset:test_doc_connector;
selectAssetId:Sales555-Doc;
clickAssetId:Y;...)
4678031 ms
exportAndVerifyHistoryReports({ASSET SELECTOR PAGEMAP=
searchAsset:test_doc_connector;
selectAssetId:Sales555-Doc;
clickAssetId:Y;...)
4803542 ms
com.kinective.omniconnect.groundControl.testscripts.profileLinksTest.profileLinksTest
verifyProfileLinks({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:Y;
a...)
4903522 ms
com.kinective.omniconnect.groundControl.testscripts.changeRequestTest.changeRequestTest
createUpdateDeleteChangeRequest({ASSET SELECTOR PAGEMAP=
searchAsset:QAAutomation01;
selectAssetId:QAAutomation01;
clickAssetId:Y;
a...)
5005585 ms