com.imm.testscripts.DocumentRTS.DocumentRTS
verifyBarcodeTypeAndBarcodeFunctionUI
({Tenant_URL=https://esignnonprod.immesign.com/qa/tenantmanager/, EditFullName=, Email=, Platform=TeSign-[TeSign], Sender_Emails=, ShortName=StudentS,AnchorS,cpatrickS,MPSC, PartyName=, IndexFieldsValue=CSI-WKFS-BarcodeParser(ACCOUNT_NUMBER);CSI-WKFS-BarcodeParser(SUB_ACCOUNT_NUMBER) , password=, PartiesToView=, ReceivedFromNames=, TextField=, plusfi=FALSE, ImagingSettings=, DocumentName=, Dropdownvalues=, Workflow=, AttachmentTypeOption=, NumOfAttachments=, Folderpath=src/main/resources/testdata/files/documentRTS/Student;src/main/resources/testdata/files/documentRTS/Dynamic;src/main/resources/testdata/files/documentRTS/OCR;, NameDescription=StudentDescription,AnchorSDescription,cpatrickSDescription, Export_Values=, UserType=Admin, Tenant_User=immadmin2@immesignqa.onmicrosoft.com, Group=, Description=Verify 'Barcode Type' droplist and 'Barcode Function' text field functionality, Message=, BarcodeDropdownValues=None;Wolters Kluwer, FileName=DocumentExport.csv, EditShortName=, Phone_Number=, Step Name=, Filepath=src/main/resources/testdata/files/BarcodeFunctionalityTemplates2.Zip;, DocumentPermission=, TestID=verifyBarcodeTypeAndBarcodeFunctionUI, FItype=Unified, Required=, IndexSource=, Document Names=, Inbox=, Password=iMM@2022, Path=src/main/resources/testdata/files/fingerprint01.pdf, Tenant_Password=iMM@2022, UserName=, Comments=, Email_Id=, Index_Field_Name=Account_Number;Sub_Account_Number, Sender_Email_Id=, FI_ID=AdobeUser, Vendor=, From=, TemplatePermission=, Subject=, Date=, Response=, Type=TeSign Documents;, AttachmentPath=, Username=janedoe@immtestcu.onmicrosoft.com, FullName=StudentF,AnchorF,cpatrickF, EditNameDescription=, ErrorMessage=})
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.openqa.selenium.support.pagefactory.internal.LocatingElementListHandler.invoke(LocatingElementListHandler.java:40)
at jdk.proxy2/jdk.proxy2.$Proxy40.get(Unknown Source)
at com.imm.pages.DocumentMaintenanceRTS.expandSession(DocumentMaintenanceRTS.java:480)
at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyBarcodeTypeAndBarcodeFunctionUI(DocumentRTS.java:15278)
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.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
(Verifying BarcodeType Dropdown and Barcode Function textbox field functionality)
C:\Users\sunitha.patterm\AppData\Local\Temp\testng-eclipse--1728337947\testng-customsuite.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd">
<suite thread-count="500" name="IMM_Esign_Chrome" guice-stage="DEVELOPMENT" verbose="3">
<parameter name="webSite" value="https://esignplusqa.immesign.com/TEAASP/login.aspx"/>
<parameter name="projectKey" value="SIGN"/>
<parameter name="deviceHost" value="localhost"/>
<parameter name="sessionUrl" value="https://esignplusqa.immesign.com/teaasp/hostdispatch.aspx?hostid=XP&hsfiid=autoesign&XMLData=D:\Automation_DataFiles\PrimarySpouse.xml"/>
<parameter name="devicePort" value="4444"/>
<parameter name="browserName" value="chrome_windows"/>
<test thread-count="500" name="Default test" verbose="2">
<classes>
<class name="com.imm.testscripts.DocumentRTS.DocumentRTS">
<methods>
<include name="verifyBarcodeTypeAndBarcodeFunctionUI"/>
</methods>
</class> <!-- com.imm.testscripts.DocumentRTS.DocumentRTS -->
</classes>
</test> <!-- Default test -->
</suite> <!-- IMM_Esign_Chrome -->
Tests for IMM_Esign_Chrome
- Default test (1 class)
Groups for IMM_Esign_Chrome
DocumentRTS
verifyBarcodeTypeAndBarcodeFunctionUI
P1
verifyBarcodeTypeAndBarcodeFunctionUI
Smoke
verifyBarcodeTypeAndBarcodeFunctionUI
Times for IMM_Esign_Chrome
Total running time: 2 minutes
Reporter output for IMM_Esign_Chrome
verifyBarcodeTypeAndBarcodeFunctionUI({Tenant_URL=https://esignnonprod.immesign.com/qa/tenantmanager/, EditFullName=, Email=, Platform=TeS...)
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
Successfully navigated to 'Manage FI' page [ScreenShot]
'Search by FI Name/Host FIID' displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
Successfully navigated to 'Client Settings' page [ScreenShot]
Clicked on Save button
Verified 'ImageBasedDocumentsToggle' set as Enable [ScreenShot]
Successfully verified 'Read Document Barcode' set as Disabled [ScreenShot]
Index 0 out of bounds for length 0 [ScreenShot]
--- 18 Jul 12:17:40 473 - TestCaseID:: verifyBarcodeTypeAndBarcodeFunctionUI
--- 18 Jul 12:17:44 312 - 3 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558)
Verify 'Barcode Type' droplist and 'Barcode Function' text field functionality COMMENTS:
Steps:
--- 18 Jul 12:17:54 419 - Page URL:: https://login.microsoftonline.com/organizations/oauth2/v2.0/authorize?client_id=7be6e63f-308a-4475-979c-c5c021156f67&scope=api%3a%2f%2f7ab4b4a1-91a2-4b47-8aa5-e2ab73338e0b%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fesignnonprod.immesign.com%2fqa%2ftenantmanager%2f&client-request-id=6ca16f5b-f749-48cc-b087-ea2338ab5bfa&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=3.0.2&client_info=1&code_challenge=qdc5c3fs5xwdscnwkrmqzx-qxukafvw4br9gmpgj_im&code_challenge_method=s256&nonce=01d15d10-e95f-4604-b6c7-1822c3bc2733&state=eyjpzci6ijjkzda2mtzklwi1mjutndm0ms1intvlltjmyzuwnjjkymrmzcisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
--- 18 Jul 12:17:54 421 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 18 Jul 12:18:13 500 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (51f1586b5e8e93f0a8b2d4759c68d8c5)] -> id: idSIButton9]
--- 18 Jul 12:18:13 609 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (51f1586b5e8e93f0a8b2d4759c68d8c5)] -> id: i0116]
--- 18 Jul 12:18:14 345 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (51f1586b5e8e93f0a8b2d4759c68d8c5)] -> id: idSIButton9]
--- 18 Jul 12:18:17 674 - Page URL:: https://login.microsoftonline.com/organizations/oauth2/v2.0/authorize?client_id=7be6e63f-308a-4475-979c-c5c021156f67&scope=api%3a%2f%2f7ab4b4a1-91a2-4b47-8aa5-e2ab73338e0b%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fesignnonprod.immesign.com%2fqa%2ftenantmanager%2f&client-request-id=6ca16f5b-f749-48cc-b087-ea2338ab5bfa&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=3.0.2&client_info=1&code_challenge=qdc5c3fs5xwdscnwkrmqzx-qxukafvw4br9gmpgj_im&code_challenge_method=s256&nonce=01d15d10-e95f-4604-b6c7-1822c3bc2733&state=eyjpzci6ijjkzda2mtzklwi1mjutndm0ms1intvlltjmyzuwnjjkymrmzcisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
--- 18 Jul 12:18:17 674 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 18 Jul 12:18:19 824 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (51f1586b5e8e93f0a8b2d4759c68d8c5)] -> id: idSIButton9]
--- 18 Jul 12:18:24 769 - Page URL:: https://login.microsoftonline.com/common/login
--- 18 Jul 12:18:24 770 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 18 Jul 12:18:24 861 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (51f1586b5e8e93f0a8b2d4759c68d8c5)] -> id: lightbox]
--- 18 Jul 12:18:24 946 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (51f1586b5e8e93f0a8b2d4759c68d8c5)] -> id: idSIButton9]
--- 18 Jul 12:18:32 118 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/home
--- 18 Jul 12:18:32 118 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 18 Jul 12:18:35 273 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 18 Jul 12:18:35 274 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 18 Jul 12:18:35 372 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (51f1586b5e8e93f0a8b2d4759c68d8c5)] -> id: createdFIList]
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
--- 18 Jul 12:18:38 657 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 18 Jul 12:18:38 658 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 18 Jul 12:18:38 749 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (51f1586b5e8e93f0a8b2d4759c68d8c5)] -> css selector: .header]
--- 18 Jul 12:18:41 081 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (51f1586b5e8e93f0a8b2d4759c68d8c5)] -> xpath: //*[@id='Menu_EditFI']/c-sidebar-nav-link-content]
--- 18 Jul 12:18:44 393 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 18 Jul 12:18:44 394 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 18 Jul 12:18:47 478 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 18 Jul 12:18:47 479 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 18 Jul 12:18:50 599 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 18 Jul 12:18:50 600 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 18 Jul 12:18:50 692 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (51f1586b5e8e93f0a8b2d4759c68d8c5)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
--- 18 Jul 12:18:53 865 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 18 Jul 12:18:53 866 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 18 Jul 12:18:53 955 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (51f1586b5e8e93f0a8b2d4759c68d8c5)] -> css selector: .header]
Successfully navigated to 'Manage FI' page [ScreenShot]
--- 18 Jul 12:18:54 168 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (51f1586b5e8e93f0a8b2d4759c68d8c5)] -> css selector: div.d-flex.align-items-center.justify-content-between.ng-star-inserted > div > label]
'Search by FI Name/Host FIID' displayed in 'Manage FI' page [ScreenShot]
Max characters accepted in search box is 10 [ScreenShot]
--- 18 Jul 12:18:54 612 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (51f1586b5e8e93f0a8b2d4759c68d8c5)] -> id: searchFIIdName]
FI Search Option Displayed in 'Manage FI' page [ScreenShot]
--- 18 Jul 12:19:00 810 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 18 Jul 12:19:00 810 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 18 Jul 12:19:03 808 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (51f1586b5e8e93f0a8b2d4759c68d8c5)] -> xpath: //span[@id='item-undefined']]
--- 18 Jul 12:19:07 206 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/basic
--- 18 Jul 12:19:07 207 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 18 Jul 12:19:10 324 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (51f1586b5e8e93f0a8b2d4759c68d8c5)] -> xpath: //div[@class='textWrapper' and contains(text(),'Client Settings')]]
--- 18 Jul 12:19:18 688 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/client-settings
--- 18 Jul 12:19:18 688 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 18 Jul 12:19:37 658 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (51f1586b5e8e93f0a8b2d4759c68d8c5)] -> id: enableClient]
--- 18 Jul 12:19:40 799 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/manage/client-settings
--- 18 Jul 12:19:40 800 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 18 Jul 12:19:40 887 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (51f1586b5e8e93f0a8b2d4759c68d8c5)] -> css selector: .header]
Successfully navigated to 'Client Settings' page [ScreenShot]
Clicked on Save button
Verified 'ImageBasedDocumentsToggle' set as Enable [ScreenShot]
Successfully verified 'Read Document Barcode' set as Disabled [ScreenShot]
--- 18 Jul 12:19:53 110 - TestCaseID:: verifyBarcodeTypeAndBarcodeFunctionUI
--- 18 Jul 12:19:55 314 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558)
--- 18 Jul 12:20:02 295 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 18 Jul 12:20:02 296 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 18 Jul 12:20:02 415 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2fb40568241fa3b636a6fe558015b6ad)] -> xpath: //*[@id='btnSubmit']]
--- 18 Jul 12:20:02 519 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2fb40568241fa3b636a6fe558015b6ad)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 18 Jul 12:20:03 135 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2fb40568241fa3b636a6fe558015b6ad)] -> xpath: //*[@id='btnSubmit']]
--- 18 Jul 12:20:08 869 - Page URL:: https://login.microsoftonline.com/common/oauth2/authorize?client_id=df5cfe56-31ba-43bf-a2fd-8c4167ee609c&response_type=code%20id_token&scope=openid%20profile&state=openidconnect.authenticationproperties%3di-gs6s01h7b_58zkuzng-saqrx3ijn5uv0ut0kodzwi28wmfthkvdbkxvt8ey-pfgafi8ct5zwzqfbhvs-_ggxvrwr1t-5wwp5_rdinimjmges0zxy62p9rwbvz1g8yxsemyrzntkgvqdnq0x4uotf4d79vdashw-qb91gxze_hokzybbilsodhwxqskriwt9z_ctlej-kiocn3rbvrica&response_mode=form_post&nonce=638884182034471511.mdvhmda4mzetmzq0yi00ogyxlthmyjmtnwnhyze3mwe4nthmmzuzntc1otitzgu3ns00ywqwltg4ytutndk2n2i1y2i1n2vl&redirect_uri=https%3a%2f%2fesignplusqa.immesign.com%2fteaasp%2flogin.aspx&post_logout_redirect_uri=https%3a%2f%2fesignplusqa.immesign.com%2fteaasp%2flogin.aspx&x-client-sku=id_net461&x-client-ver=5.3.0.0&sso_reload=true
--- 18 Jul 12:20:08 870 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 18 Jul 12:20:13 970 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2fb40568241fa3b636a6fe558015b6ad)] -> id: lightbox]
--- 18 Jul 12:20:14 061 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2fb40568241fa3b636a6fe558015b6ad)] -> id: i0116]
--- 18 Jul 12:20:14 742 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2fb40568241fa3b636a6fe558015b6ad)] -> id: idSIButton9]
--- 18 Jul 12:20:18 023 - Page URL:: https://login.microsoftonline.com/common/oauth2/authorize?client_id=df5cfe56-31ba-43bf-a2fd-8c4167ee609c&response_type=code%20id_token&scope=openid%20profile&state=openidconnect.authenticationproperties%3di-gs6s01h7b_58zkuzng-saqrx3ijn5uv0ut0kodzwi28wmfthkvdbkxvt8ey-pfgafi8ct5zwzqfbhvs-_ggxvrwr1t-5wwp5_rdinimjmges0zxy62p9rwbvz1g8yxsemyrzntkgvqdnq0x4uotf4d79vdashw-qb91gxze_hokzybbilsodhwxqskriwt9z_ctlej-kiocn3rbvrica&response_mode=form_post&nonce=638884182034471511.mdvhmda4mzetmzq0yi00ogyxlthmyjmtnwnhyze3mwe4nthmmzuzntc1otitzgu3ns00ywqwltg4ytutndk2n2i1y2i1n2vl&redirect_uri=https%3a%2f%2fesignplusqa.immesign.com%2fteaasp%2flogin.aspx&post_logout_redirect_uri=https%3a%2f%2fesignplusqa.immesign.com%2fteaasp%2flogin.aspx&x-client-sku=id_net461&x-client-ver=5.3.0.0&sso_reload=true
--- 18 Jul 12:20:18 023 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 18 Jul 12:20:20 177 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2fb40568241fa3b636a6fe558015b6ad)] -> id: idSIButton9]
--- 18 Jul 12:20:24 331 - Page URL:: https://login.microsoftonline.com/common/login
--- 18 Jul 12:20:24 332 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 18 Jul 12:20:24 415 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2fb40568241fa3b636a6fe558015b6ad)] -> id: lightbox]
--- 18 Jul 12:20:24 497 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2fb40568241fa3b636a6fe558015b6ad)] -> id: idSIButton9]
--- 18 Jul 12:20:35 387 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 18 Jul 12:20:35 388 - 10 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 18 Jul 12:20:38 588 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 18 Jul 12:20:38 589 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 18 Jul 12:20:38 682 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2fb40568241fa3b636a6fe558015b6ad)] -> id: btnUpload]
--- 18 Jul 12:20:41 853 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 18 Jul 12:20:41 853 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 18 Jul 12:20:41 934 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2fb40568241fa3b636a6fe558015b6ad)] -> css selector: .header]
--- 18 Jul 12:20:44 044 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2fb40568241fa3b636a6fe558015b6ad)] -> xpath: //a[text()='Administration']]
--- 18 Jul 12:20:52 627 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 18 Jul 12:20:52 628 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 18 Jul 12:20:52 713 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2fb40568241fa3b636a6fe558015b6ad)] -> xpath: //button[@id='btnAddNewIndexType']]
--- 18 Jul 12:20:56 047 - Page URL:: https://esignplusqa.immesign.com/teaasp/indexfieldsmaintenance
--- 18 Jul 12:20:56 047 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 18 Jul 12:20:56 123 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2fb40568241fa3b636a6fe558015b6ad)] -> css selector: .header]
--- 18 Jul 12:21:15 205 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2fb40568241fa3b636a6fe558015b6ad)] -> xpath: //a[text()='Administration']]
--- 18 Jul 12:21:24 603 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2fb40568241fa3b636a6fe558015b6ad)] -> xpath: //*[text()='Select All']]
--- 18 Jul 12:21:24 682 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2fb40568241fa3b636a6fe558015b6ad)] -> xpath: //*[text()='Select All']]
--- 18 Jul 12:21:29 767 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2fb40568241fa3b636a6fe558015b6ad)] -> xpath: //*[text()='Select All']]
--- 18 Jul 12:21:33 066 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
--- 18 Jul 12:21:33 067 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 18 Jul 12:21:35 085 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2fb40568241fa3b636a6fe558015b6ad)] -> xpath: //div[text()='No records found']]
Expected: Delete the ALL documents
Actual(Passed): Successfully deleted ALL the documents[ScreenShot]
Actual(Passed): Successfully deleted ALL the documents[ScreenShot]
--- 18 Jul 12:21:40 308 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (2fb40568241fa3b636a6fe558015b6ad)] -> xpath: //*[text()='Import Template']]
Expected: The File upload in Import template
Actual(Failed): Failed to upload in the import template[ScreenShot]
Actual(Failed): Failed to upload in the import template[ScreenShot]
Index 0 out of bounds for length 0 [ScreenShot]
62 ignored methods
com.imm.testscripts.DocumentRTS.DocumentRTS
verifyAddingOptionalSigDocuments
verifyGovernmentIDAuthenticationSigningMethod
verifyUIelementsForDefineAttachmentsOnTheDocumentMaintenanceRTSPage
verifyAddingSignatureFieldsInDesignerPage
verifyMergingDocswithSameName1
verifySplitPDFSession
verifyAdobeSMSPasswordAuthenticationSigningMethodRTSSession
verifyKBAAuthenticationSigningMethod
verifyProcessASessionWithASingleWorkflow
verifyEmailAuthenticationSigningMethod
verifySenderEmailIneSignatureManagementPage
verifyTemplateMangementInTheDocumentRTSPage
verifyProcessSessionWithAttachmentAndReProcess
verifyProcessingASessionAndMergingRTSDocuments
verifyImageBasedDocumentInTheDocumentRTSPage
verifyCreateSessionUsingBarcodeDocument
verifyAdobeSMSPhoneAuthenticationSigningMethodRTSSession
verifySMSKioskFeatureSignerInformationRTSSession
verifyMergingDocswithSameName
verifyAdobeSMSBlendedSigningIDMeAuthentication
verifyAdobeSMSKBAAuthenticationSigningMethodRTSSession
verifyUploadMaxFileSizeLimitInTemplateManagerPageWhenDefaultFileSizeLimitSet
verifyInPersonSigningMethodineSignPage
verifyUIelementsOnTheDocumentMaintenanceRTSPage
verifyConditionalRoutingWithDocumentTypes
verifyDynamicDocPDFSession
verifyEdeliveryMergeReorder
verifyDocumentWithTemplateDesignPage
verifyAdobeSMSGovernmentIDAuthenticationSigningMethodRTSSession
verifyProcessASessionWithAMultipleWorkflow
verifySearchCriteriaOnTheDocumentMaintenanceRTSPage
verifyMultipleDocumentUploadIncollectionDocumentPage
verifyPasswordAuthenticationSigningMethod
verifyAdobeSMSInPersonSigningMethodRTSSession
verifyUploadMaxFileSizeLimitInCollectedDocumentsPageWhenDefaultFileSizeLimitSet
verifyTemplateMangementInTheCollectedDocumentPagee
verifyReversingPartySequence
verifySessionsInCollectionDocumentPage
verifyUIElementsInCollectionDocumentPage
VerifyAddingIndexFieldsType
verifyPermissionsForDefiningDocuments
verifyAddingUnknownDocumentsToASession
verifyMaxFileSizeLimitAddDocumentsToSessionWhenDefaultFileSizeLimitSet
verifyIDMeAuthenticationSigningMethod
verifyExportAndDeletingTemplatesOnTheDocumentMaintenanceRTSPage
verifyAddingDocumentsAndAttachmentInCollectionDocumentPage
verifyReadDocumentBarcodeOptionInTenantManagerAndSign
verifyAdobeSMSIDMeAuthenticationSigningMethodRTSSession
verifyDefiningDocumentsWithDisablePermissions
verifyReversingDocumentOrder
verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage
verifyAddingDocumentsToASessionRTS
verifyAdobeSMSEmailAuthenticationSigningMethodRTSSession
verifyMergingSignersUIImprovements
verifyTemplateMangementInTheCollectedDocumentPagee2
AddingattachmentToExistingSessionInCollectionDocumentPage
verifyDeliveryRouteToUserWithDocVisibilityOff
verifyUploadInCollectionDocumentPage
verifyPhoneAuthenticationSigningMethod
verifySMSOptionInSigningMethods
verifyProcessSessionDeleteDocumentAndFinishSigning
verifyParallelDocumentUploadIncollectionDocumentPage
verifyGovernmentIDAuthenticationSigningMethod
verifyUIelementsForDefineAttachmentsOnTheDocumentMaintenanceRTSPage
verifyAddingSignatureFieldsInDesignerPage
verifyMergingDocswithSameName1
verifySplitPDFSession
verifyAdobeSMSPasswordAuthenticationSigningMethodRTSSession
verifyKBAAuthenticationSigningMethod
verifyProcessASessionWithASingleWorkflow
verifyEmailAuthenticationSigningMethod
verifySenderEmailIneSignatureManagementPage
verifyTemplateMangementInTheDocumentRTSPage
verifyProcessSessionWithAttachmentAndReProcess
verifyProcessingASessionAndMergingRTSDocuments
verifyImageBasedDocumentInTheDocumentRTSPage
verifyCreateSessionUsingBarcodeDocument
verifyAdobeSMSPhoneAuthenticationSigningMethodRTSSession
verifySMSKioskFeatureSignerInformationRTSSession
verifyMergingDocswithSameName
verifyAdobeSMSBlendedSigningIDMeAuthentication
verifyAdobeSMSKBAAuthenticationSigningMethodRTSSession
verifyUploadMaxFileSizeLimitInTemplateManagerPageWhenDefaultFileSizeLimitSet
verifyInPersonSigningMethodineSignPage
verifyUIelementsOnTheDocumentMaintenanceRTSPage
verifyConditionalRoutingWithDocumentTypes
verifyDynamicDocPDFSession
verifyEdeliveryMergeReorder
verifyDocumentWithTemplateDesignPage
verifyAdobeSMSGovernmentIDAuthenticationSigningMethodRTSSession
verifyProcessASessionWithAMultipleWorkflow
verifySearchCriteriaOnTheDocumentMaintenanceRTSPage
verifyMultipleDocumentUploadIncollectionDocumentPage
verifyPasswordAuthenticationSigningMethod
verifyAdobeSMSInPersonSigningMethodRTSSession
verifyUploadMaxFileSizeLimitInCollectedDocumentsPageWhenDefaultFileSizeLimitSet
verifyTemplateMangementInTheCollectedDocumentPagee
verifyReversingPartySequence
verifySessionsInCollectionDocumentPage
verifyUIElementsInCollectionDocumentPage
VerifyAddingIndexFieldsType
verifyPermissionsForDefiningDocuments
verifyAddingUnknownDocumentsToASession
verifyMaxFileSizeLimitAddDocumentsToSessionWhenDefaultFileSizeLimitSet
verifyIDMeAuthenticationSigningMethod
verifyExportAndDeletingTemplatesOnTheDocumentMaintenanceRTSPage
verifyAddingDocumentsAndAttachmentInCollectionDocumentPage
verifyReadDocumentBarcodeOptionInTenantManagerAndSign
verifyAdobeSMSIDMeAuthenticationSigningMethodRTSSession
verifyDefiningDocumentsWithDisablePermissions
verifyReversingDocumentOrder
verifySessionsWithAndWitoutOptionalSignatureInCollectionDocumentPage
verifyAddingDocumentsToASessionRTS
verifyAdobeSMSEmailAuthenticationSigningMethodRTSSession
verifyMergingSignersUIImprovements
verifyTemplateMangementInTheCollectedDocumentPagee2
AddingattachmentToExistingSessionInCollectionDocumentPage
verifyDeliveryRouteToUserWithDocVisibilityOff
verifyUploadInCollectionDocumentPage
verifyPhoneAuthenticationSigningMethod
verifySMSOptionInSigningMethods
verifyProcessSessionDeleteDocumentAndFinishSigning
verifyParallelDocumentUploadIncollectionDocumentPage
Methods in chronological order
com.imm.testscripts.DocumentRTS.DocumentRTS
initialize(org.testng.TestRunner@7a4c1a6c)
0 ms
init(org.testng.TestRunner@7a4c1a6c)
10149 ms
verifyBarcodeTypeAndBarcodeFunctionUI({Tenant_URL=https://esignnonprod.immesign.com/qa/tenantmanager/, EditFullName=, Email=, Platform=TeS...)
145235 ms