Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

Currently we don’t recommend running this test. This test was designed to hit the adapter layer directly and skips out on the Entity, NwHIN, Audit, Standard and Passthrough processing. If this test being redesigned, Patient Discovery Deferred Response should be hitting the service at entity layer instead of the adapter.

Table of Contents

Overview

Deferred Service are broken down to multiple services (Request/Response), each with its own acknowledgement. The PD Async Response (Test Project) is to verify the Response service and Acknowledgement.

Test Detail

The Bimodal test are design to hit service in standard and passthrough, by calling the JMX console to switch the service mode on the fly.

AdapterPatientDiscoveryAsyncRespTestSuite

AdapterPatientDiscoveryAsyncRespTestCase

AdapterPatientDiscoveryAsyncResp (SOAP: Patient Discovery Deferred Response)

...

Verify SOAP Response

...

Verify Receiver

...

Verify Sender

...

Overview

A deferred service is broken down to request and response, each with it own acknowledgement. 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.

  • passthrough service skip out on the policy engine.

Currently the test suite is targeting Patient Discovery Deferred Response service at the adapter endpoint to verify acknowledgement response for both standard and passthough.

Info

Currently as service (adapter) does not have standard or passthrough configuration, and the test case will switch the service over to passthrough but there no JMX to ensure the service is run in standard. Unsure if the testcase is testing the right service endpoint.

To test the service for standard and passthrough, it should hit the service at the entity-endpoint.

TestCases Detail (standard and passthough)

AdapterPatientDiscoveryAsyncRespTestCase: the test case is to verify the Patient Discovery Deferred Response (adapter) acknowledgement response.

Related To

...