Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

Overview

The TestSuite used mock adapter to verify Document Query Additional Stored Queries. The TestSuite is run in passthrought, the JMX script is to ensure that the service is in passthrough without the need for server restart.

TestCases Detail for passthrough

The Test cases send Additional Stored Queries in Document Query service and verify the Additional Stored Queries from the mock adapter; update the endpoint for mock adapter, send DQ request and verify successful service response and addional stored queries.

  • findDocumentsTestCase: verify XDSDocumentEntryPatientId and XDSDocumentEntryStatus

  • FindSubmissionSetsTestCase: verify XDSSubmissionSetPatientId and XDSSubmissionSetStatus

  • FindFoldersTestCase: verify XDSFolderPatientId and XDSFolderStatus

  • GetFoldersTestCase: verify XDSFolderEntryUUID

  • GetAllTestCase: verify patientId, XDSDocumentEntryStatus, XDSSubmissionSetStatus and XDSFolderStatus

  • GetFoldersForDocumentTestCase: verify XDSDocumentEntryEntryUUID

  • GetDocumentsTestCase: verify XDSDocumentEntryEntryUUID

  • GetAssociationsTestCase: verify uuid

  • GetDocumentsAndAssociationsTestCase: verify uuid, XDSFolderEntryUUID

  • GetSubmissionSetsTestCase: verify uuid

  • GetSubmissionSetAndContentsTestCase: verify XDSSubmissionSetEntryUUID

  • GetFolderAndContentsTestCase: verify XDSFolderEntryUUID

  • GetSubmissionSetsTestCase: verify AssociationTypes

  • No labels