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:1402) 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--1501676693\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 13:18:33 115 - TestCaseID:: verifyExportButtonOnTheDocumentMaintenanceRTSPage
   --- 17 Feb 13:18:39 093 - 5 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:561)
verify Export Button On The Document Maintenance RTS Page COMMENTS:
Steps:
   --- 17 Feb 13:18:47 687 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
   --- 17 Feb 13:18:47 690 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 17 Feb 13:18:48 066 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ec7a2c58180662e60acb9d61e1c9f20f)] -> id: btnSubmit]
 Navigated to 'eSign Login' page
   --- 17 Feb 13:18:48 258 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ec7a2c58180662e60acb9d61e1c9f20f)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
 Entered values for the fields in 'Login' page [ScreenShot]
   --- 17 Feb 13:18:49 747 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ec7a2c58180662e60acb9d61e1c9f20f)] -> id: btnSubmit]
   --- 17 Feb 13:19:10 244 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ec7a2c58180662e60acb9d61e1c9f20f)] -> id: lightbox]
   --- 17 Feb 13:19:10 442 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ec7a2c58180662e60acb9d61e1c9f20f)] -> id: i0116]
   --- 17 Feb 13:19:11 788 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ec7a2c58180662e60acb9d61e1c9f20f)] -> id: idSIButton9]
   --- 17 Feb 13:19:19 843 - Page URL:: https://login.microsoftonline.com/common/login
   --- 17 Feb 13:19:19 845 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 17 Feb 13:19:20 011 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ec7a2c58180662e60acb9d61e1c9f20f)] -> id: lightbox]
   --- 17 Feb 13:19:20 168 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ec7a2c58180662e60acb9d61e1c9f20f)] -> id: idSIButton9]
   --- 17 Feb 13:19:27 775 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
   --- 17 Feb 13:19:27 776 - 6 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 17 Feb 13:19:27 947 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ec7a2c58180662e60acb9d61e1c9f20f)] -> id: btnUpload]
   --- 17 Feb 13:19:31 318 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
   --- 17 Feb 13:19:31 319 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 17 Feb 13:19:31 493 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ec7a2c58180662e60acb9d61e1c9f20f)] -> css selector: .header]
 Login as FiAdmin with Existing FI : autoesign
   --- 17 Feb 13:19:31 664 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ec7a2c58180662e60acb9d61e1c9f20f)] -> xpath: //a[text()='Administration']]
 Navigated to 'Document Maintenance RTS' Page
   --- 17 Feb 13:19:40 263 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
   --- 17 Feb 13:19:40 264 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 17 Feb 13:19:40 798 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ec7a2c58180662e60acb9d61e1c9f20f)] -> 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 13:19:51 360 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
   --- 17 Feb 13:19:51 362 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 17 Feb 13:19:51 888 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ec7a2c58180662e60acb9d61e1c9f20f)] -> 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 13:20:02 991 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
   --- 17 Feb 13:20:02 992 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
 StudentsloanDocument exists
   --- 17 Feb 13:20:08 044 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
   --- 17 Feb 13:20:08 046 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 17 Feb 13:20:11 227 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ec7a2c58180662e60acb9d61e1c9f20f)] -> xpath: //*[@id='btnSearch']]
   --- 17 Feb 13:20:14 445 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmaintenance
   --- 17 Feb 13:20:14 446 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
   --- 17 Feb 13:20:14 605 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 10 (ec7a2c58180662e60acb9d61e1c9f20f)] -> 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@61ec2cb5) 0 ms
init(org.testng.TestRunner@61ec2cb5) 10174 ms
verifyExportButtonOnTheDocumentMaintenanceRTSPage({Tenant_URL=, EditFullName=, Email=, Platform=TeSign-[TeSign], ShortName=Disclosure,Loan,students lo...) 16630 ms