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

As of CONNECT 5.1, both files have been replaced with the more versatile exchangeInfo.xml and internalExchangeInfo.xml files. For users of CONNECT 5.0 and earlier versions, substitute references to these new files with the original uddiConnectionInfo.xml and internalConnectionInfo.xml files

g1 Suite: This test suite is used to test CONNECT auditing functionality that supports the endpoints implement July-2011 specs.
g0 Suite: This test suite is used to test CONNECT auditing functionality that supports the endpoints implement prior to July-2011 specs.

Overview

Send CONNECT Services request to all services and verify each service event logging.

Test Detail

The services (Passthrough) are running with JMX call script to set the CONNECT application to Passthrough without application restart, and run the services in both spec (g1, g0)

  • Clear Database Table (Event Log):

Document Query (DQ): Update Table (Correlation, AAMapping)

Patient Discovery (PD): Update mock-response (Adapter) for Passthrough

  • Send SOAP (Service) request:

PD: Create Mock Response (Adapter)

  • Assert count (events)

  • Assert element (events)

Test Case Details (G1, G0)

Document Submission Deferred (Request)

  1. Clear Event Logs

  2. SOAP: Doc Submission Deferred Req

    • Assert status (RequestAccepted)

  3. Verify Event Logs

    • Assert count (Events)

  4. Verify Elements in Event Log

    • Assert element (Events)

Document Submission Deferred (Response)

  1. Clear Event Logs

  2. SOAP: Doc Submission Deferred Resp

    • Assert status (ResponseAccepted)

  3. Verify Event Logs

    • Assert count (Events)

  4. Verify Elements in Event Log

    • Assert element (Events)

Document Submission

  1. Clear Event Logs

  2. SOAP: Doc Submission

    • Assert status (Success)

  3. Verify Event Logs

    • Assert count (Events)

  4. Verify Elements in Event Log

    • Assert element (Events)

Patient Discovery Deferred (Request)

  1. Clear Event Logs

  2. SOAP: Patient Discovery Deferred Req

    • Assert (sender, reciever, message, relateto)

  3. Verify Event Logs

    • Assert count (Events)

  4. Verify Elements in Event Log

    • Assert element (Events)

Patient Discovery Deferred (Response)

  1. Clear Event Logs

  2. SOAP: Patient Discovery Deferred Resp

    • Assert (codeType, acknowledgementDetail)

  3. Verify Event Logs

    • Assert count (Events)

  4. Verify Elements in Event Log

    • Assert element (Events)

Document Submission

  1. Clear Event Logs

  2. SOAP: Doc Submission

    • Assert status (Success)

  3. Verify Event Logs

    • Assert count (Events)

  4. Verify Elements in Event Log

    • Assert element (Events)

Patient Discovery

  1. Clear Event Logs

  2. Set Up PassThru (mockPDAdapter)

  3. SOAP: Doc Submission

    • Assert (controlActProcess, Given Name, Family Name)

  4. Mock Response

  5. Verify Event Logs

    • Assert count (Events)

  6. Verify Elements in Event Log

    • Assert element (Events)

Document Query

  1. Clear Event Logs

  2. Clear Correlation Table & Add Correlation

  3. Clear AA Mapping Table & Add Mapping

  4. SOAP: Document Query

    • Assert DocumentId

  5. Verify Event Logs

    • Assert count (Events)

  6. Verify Elements in Event Log

    • Assert element (Events)

Document Retrieve

  1. Clear Event Logs

  2. SOAP: Document Retrieve

    • Assert (Repository Id, Document Id, Document Data)

  3. Verify Event Logs

    • Assert count (Events)

  4. Verify Elements in Event Log

    • Assert element (Events)

Admin Distribution

  1. Clear Event Logs

  2. SOAP: Document Retrieve

    • Assert HTTP status (202)

  3. Delay (15 second)

  4. Verify Event Logs

    • Assert count (Events)

  5. Verify Elements in Event Log

    • Assert element (Events)

Document Data Submission (G1 only)

  1. Clear Event Logs

  2. SOAP: Document Data Submission

    • Assert status (Success)

  3. Verify Event Logs

    • Assert count (Events)

  4. Verify Elements in Event Log

    • Assert element (Events)

Patient Location Query (G1 only)

  1. Clear Event Logs

  2. SOAP: Patient Location Query

    • Assert count (PatientLocationResponse == 2)

  3. Verify Event Logs

    • Assert count (Events)

  4. Verify Elements in Event Log

    • Assert element (Events)

  • No labels