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 4 Next »

Overview

The TestSuite design to verify successful functionality of Document Query with slot value for Event Code. Bimodal test suite, test the service in both standard and passthrough and will call the JMX in the test case to switch service mode between standard and passthrough without application server restart.

TestCases Detail for standard and passthrough

The test cases will update document repository event code with necessary records for the Document Query to successful retrieve the specific document and event code.

Document Query in standard mode call the patient correlation service and required additional configuration for the Patient Correlation and AA Mapping.

  • DQ EventCode Entry having same Document when there are multiple slots: the test case is setup with two event codes record and expected successful DQ to return the document as result.

  • DQ EventCode Entry one Slot having Document when there are multiple slots: the test case setup with one event code record and expected zero document as result.

  • DQ EventCode Entry found when there is single slot with comma separated Values: the test case setup with one event code record and expected successful DQ to return the document as result

  • DQ EventCode Entry found when there is single slot with multiple ValueList: the test case setup with one event code record and expected successful DQ to return the document as result

  • DQ EventCode Entry having same document for multiple slot with multiple ValueList: the test case setup with four event codes record and expected successful DQ to return the document as result

  • DQ EventCode Entry one not having same document for multiple slot with multiple ValueList: the test case setup with three event codes record and expected zero document as result

  • No labels