Versions Compared

Key

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

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.

...

The Test Design to verify CONNECT Multispec Support (NhinTargetCommunities, useSpecVersion) driven by exchangeInfo configuration.

  • if If the spec version is supportsupported, the service call should response with service spec (July-2011 spec, prior to July-2011 specs).

  • if If the spec version is unsupportunsupported, the service call should result with RegistryError response.

...

Verifying the DQ and DR services with Multispec Support for both Standard and Passthrough. The service (G1, G0) implementation specify by the endpoint, exchangeInfo files specify the spec support by CONNECT and CONNECT configuration workflow and processing of the service.

Standard

  • update Update config: set documentQueryQuerySelf to false

  • Clear Correlation Table & Add Correlation

  • Clear AA Mapping Table & Add Mapping

...

Assert (Support, Unsupport) spec version

  • if supportIf supported, assert (Expected Document)

  • if unsupportIf unsupported, assert (Error: Context, Severity, Location)

DQ_NoGuidance

  1. ** update Update config

  2. ** Clear Correlation Table & Add Correlation

  3. ** Clear AA Mapping Table & Add Mapping

  4. ** Check Passthru

  5. SOAP: Document Query

    • ** Assert (Expected Document)

    • ** Assert Unsupport (Error: Context, Severity, Location)

DQ_20Guidance

  1. ** update Update config

  2. ** Clear Correlation Table & Add Correlation

  3. ** Clear AA Mapping Table & Add Mapping

  4. ** Check Passthru

  5. SOAP: Document Query

    • ** Assert Support (Expected Document)

    • ** Assert Unsupport (Error: Context, Severity, Location)

DQ_30Guidance

  1. ** update Update config

  2. ** Clear Correlation Table & Add Correlation

  3. ** Clear AA Mapping Table & Add Mapping

  4. ** Check Passthru

  5. SOAP: Document Query

    • ** Assert Support (Document Id)

    • ** Assert Unsupport (Error: Context, Severity, Location)

...