Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

Overview

DocRegistryAndRepositoryTestSuite (Standard and Passthrough)

ProvideAndRegister Test

  1. Clear Document

  2. Store Document

  3. Delete Document

DocumentQuery Test

...

Clear Documents

...

Store Document

...

QueryByPatientId

...

QueryByDocUniqueId

...

QueryByEventCode

...

QueryByEventCodeScheme (Disabled)

...

QueryNoResults

...

Overview

The TestSuite design to verify functionality of the document registry adapter.

Bimodal tests are executed in both (Standard, PassThrough) modes and required JMX enable at the server level for SoapUI to successfully switch between Standard and PassThrough.

Info

This test is calling the adapter directly and bypassed all standard and passthrough configuration of the application.

Test Cases Detail:

ProvideAndRegisterTest: the test is looking for a successful response when provide and register a document with document registry adapter.

DocumentQueryTest: the test is to verify the document registry adapter functionality: store, query by Patient Id, Document Unique Id, Event Code and No Result Query. Successful service response for all request is expected.