Test results
1 suite, 1 failed test
com.imm.testscripts.DocumentRTS.DocumentRTS
verifyExportButtonOnTheDocumentMaintenanceRTSPage ({Tenant_URL=, EditFullName=, Email=, Platform=TeSign-[TeSign], ShortName=Disclosure,Loan,students loan, PartyName=, PartiesToView=, ReceivedFromNames=, TextField=, ArchiveOptions=Archive on Action,Always Archive,Never Archive, DocumentName=, Dropdownvalues=, Workflow=, AttachmentTypeOption=, NumOfAttachments=, Folderpath=, NameDescription=Esign Consent Disclousure,Auto loan application,Loan application students, Export_Values=, UserType=, Tenant_User=, Group=, Description=verify Export Button On The Document Maintenance RTS Page, Message=, FileName=DocumentExport.csv, EditShortName=, Phone_Number=, Step Name=, Filepath=src/main/resources/testdata/files/DocumentExport.Zip, DocumentPermission=, TestID=verifyExportButtonOnTheDocumentMaintenanceRTSPage, FItype=, Required=, IndexSource=, Document Names=, Inbox=, Password=, Path=src/main/resources/testdata/files/fingerprint01.pdf, Tenant_Password=, UserName=, Comments=, Email_Id=, Index_Field_Name=File Room-{Full_Name};Cabinet-{Member_Number};Type-FILevelTYPE;Institution-12223335;Authority-IMM@ONLINE;Vocabulary-08062019;Document Name-{Document_Name};, Sender_Email_Id=, FI_ID=autoesign, Vendor=, From=, TemplatePermission=, Subject=, Date=, Response=, Type=, AttachmentPath=, Username=, FullName=eSignDisclosure,AutoLoan,Studentsloan, EditNameDescription=, ErrorMessage=})
java.lang.NullPointerException: Cannot read the array length because "dirContents" is null at com.imm.pages.DocumentMaintenanceRTS.verifyIfDownloadedFileAvailable(DocumentMaintenanceRTS.java:1401) at com.imm.testscripts.DocumentRTS.DocumentRTS.verifyExportButtonOnTheDocumentMaintenanceRTSPage(DocumentRTS.java:14280) 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:293) at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91)
(verify Export Button On The Document Maintenance RTS Page)
C:\Users\rahul.polisetty\AppData\Local\Temp\testng-eclipse--1448601005\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="ESPC"/>
  <parameter name="deviceHost" value="localhost"/>
  <parameter name="sessionUrl" value="https://esignplusqa.immesign.com/teaasp/hostdispatch.aspx?hostid=XP&amp;hsfiid=autoesign&amp;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="verifyExportButtonOnTheDocumentMaintenanceRTSPage"/>
        </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
verifyExportButtonOnTheDocumentMaintenanceRTSPage
P1
verifyExportButtonOnTheDocumentMaintenanceRTSPage
Smoke
verifyExportButtonOnTheDocumentMaintenanceRTSPage
Times for IMM_Esign_Chrome
Total running time: 1 minutes
Reporter output for IMM_Esign_Chrome
verifyExportButtonOnTheDocumentMaintenanceRTSPage({Tenant_URL=, EditFullName=, Email=, Platform=TeSign-[TeSign], ShortName=Disclosure,Loan,students lo...)
   --- 17 Feb 12:40:46 646 - TestCaseID:: verifyExportButtonOnTheDocumentMaintenanceRTSPage
   --- 17 Feb 12:40:53 701 - 7 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
verify Export Button On The Document Maintenance RTS Page COMMENTS:
Steps:
   --- 17 Feb 12:41:04 293 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
   --- 17 Feb 12:41:04 295 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 17 Feb 12:41:04 748 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d1e456859c08697dd2e7e68422799ccc)] -> id: btnSubmit]
 Navigated to 'eSign Login' page
   --- 17 Feb 12:41:04 969 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d1e456859c08697dd2e7e68422799ccc)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
 Entered values for the fields in 'Login' page [ScreenShot]
   --- 17 Feb 12:41:06 525 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d1e456859c08697dd2e7e68422799ccc)] -> id: btnSubmit]
   --- 17 Feb 12:41:27 394 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d1e456859c08697dd2e7e68422799ccc)] -> id: lightbox]
   --- 17 Feb 12:41:27 600 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d1e456859c08697dd2e7e68422799ccc)] -> id: i0116]
   --- 17 Feb 12:41:28 984 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d1e456859c08697dd2e7e68422799ccc)] -> id: idSIButton9]
   --- 17 Feb 12:41:36 227 - Page URL:: https://login.microsoftonline.com/common/login
   --- 17 Feb 12:41:36 228 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 17 Feb 12:41:36 406 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d1e456859c08697dd2e7e68422799ccc)] -> id: lightbox]
   --- 17 Feb 12:41:36 593 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d1e456859c08697dd2e7e68422799ccc)] -> id: idSIButton9]
   --- 17 Feb 12:41:44 210 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
   --- 17 Feb 12:41:44 212 - 6 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 17 Feb 12:41:44 395 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d1e456859c08697dd2e7e68422799ccc)] -> id: btnUpload]
   --- 17 Feb 12:41:48 048 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
   --- 17 Feb 12:41:48 050 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 17 Feb 12:41:48 227 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d1e456859c08697dd2e7e68422799ccc)] -> css selector: .header]
 Login as FiAdmin with Existing FI : autoesign
   --- 17 Feb 12:41:48 410 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d1e456859c08697dd2e7e68422799ccc)] -> xpath: //a[text()='Administration']]
 Navigated to 'Document Maintenance RTS' Page
   --- 17 Feb 12:41:58 367 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
   --- 17 Feb 12:41:58 368 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 17 Feb 12:41:58 887 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d1e456859c08697dd2e7e68422799ccc)] -> xpath: //*[text()='Import Template']]
 File uploaded successfully: DocumentExport.Zip
Expected: The File upload in Import template
Actual(Passed): Successfully uploaded zip file in the Import template
[ScreenShot]
   --- 17 Feb 12:42:09 985 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
   --- 17 Feb 12:42:09 987 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 17 Feb 12:42:10 508 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d1e456859c08697dd2e7e68422799ccc)] -> xpath: //*[text()='Import Template']]
 File uploaded successfully: DocumentExport.Zip
Expected: The File upload in Import template
Actual(Passed): Successfully uploaded zip file in the Import template
[ScreenShot]
   --- 17 Feb 12:42:21 726 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
   --- 17 Feb 12:42:21 727 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
 StudentsloanDocument exists
   --- 17 Feb 12:42:25 810 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
   --- 17 Feb 12:42:25 811 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 17 Feb 12:42:28 973 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d1e456859c08697dd2e7e68422799ccc)] -> xpath: //*[@id='btnSearch']]
   --- 17 Feb 12:42:32 134 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
   --- 17 Feb 12:42:32 135 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 17 Feb 12:42:32 304 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (d1e456859c08697dd2e7e68422799ccc)] -> css selector: .header]
 Clicked 'Export' button

Cannot read the array length because "dirContents" is null [ScreenShot]
57 ignored methods
com.imm.testscripts.DocumentRTS.DocumentRTS
verifyAddingOptionalSigDocuments
verifyGovernmentIDAuthenticationSigningMethod
verifyUIelementsForDefineAttachmentsOnTheDocumentMaintenanceRTSPage
verifyAddingSignatureFieldsInDesignerPage
verifyMergingDocswithSameName1
verifySplitPDFSession
verifyAdobeSMSPasswordAuthenticationSigningMethodRTSSession
verifyKBAAuthenticationSigningMethod
verifyProcessASessionWithASingleWorkflow
verifyEmailAuthenticationSigningMethod
verifyTemplateMangementInTheDocumentRTSPage
verifyProcessSessionWithAttachmentAndReProcess
verifyProcessingASessionAndMergingRTSDocuments
verifyImageBasedDocumentInTheDocumentRTSPage
verifyAdobeSMSPhoneAuthenticationSigningMethodRTSSession
verifySMSKioskFeatureSignerInformationRTSSession
verifyMergingDocswithSameName
verifyAdobeSMSBlendedSigningIDMeAuthentication
verifyAdobeSMSKBAAuthenticationSigningMethodRTSSession
verifyInPersonSigningMethodineSignPage
verifyUIelementsOnTheDocumentMaintenanceRTSPage
verifyConditionalRoutingWithDocumentTypes
verifyDynamicDocPDFSession
verifyEdeliveryMergeReorder
verifyDocumentWithTemplateDesignPage
verifyAdobeSMSGovernmentIDAuthenticationSigningMethodRTSSession
verifyProcessASessionWithAMultipleWorkflow
verifySearchCriteriaOnTheDocumentMaintenanceRTSPage
verifyMultipleDocumentUploadIncollectionDocumentPage
verifyPasswordAuthenticationSigningMethod
verifyAdobeSMSInPersonSigningMethodRTSSession
verifyTemplateMangementInTheCollectedDocumentPagee
verifyReversingPartySequence
verifyDoNotArchiveOnTheDocumentMaintenanceRTSPage
verifySessionsInCollectionDocumentPage
verifyUIElementsInCollectionDocumentPage
VerifyAddingIndexFieldsType
verifyPermissionsForDefiningDocuments
verifyAddingUnknownDocumentsToASession
verifyIDMeAuthenticationSigningMethod
verifyExportAndDeletingTemplatesOnTheDocumentMaintenanceRTSPage
verifyAddingDocumentsAndAttachmentInCollectionDocumentPage
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@400d1c30) 0 ms
init(org.testng.TestRunner@400d1c30) 10113 ms
verifyExportButtonOnTheDocumentMaintenanceRTSPage({Tenant_URL=, EditFullName=, Email=, Platform=TeSign-[TeSign], ShortName=Disclosure,Loan,students lo...) 17594 ms