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

As of CONNECT 5.1, both files have been replaced with the more versatile exchangeInfo.xml and internalExchangeInfo.xml files. For 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

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

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

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

Test Detail

The Bimodal test are design to hit service in standard and passthrough, by calling the JMX console to switch the service mode without application server restart.

ValidateDQDRMultispecSupportTest (G1, G0, Standard and Passthrough)

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 config: set documentQueryQuerySelf to false

  • Clear Correlation Table & Add Correlation

  • Clear AA Mapping Table & Add Mapping

Passthrough

  • Check Passthru: set PolicyEngineProxyConfig to adapterpepnoopdeny

Assert (Support, Unsupport) spec version

  • If supported, assert (Expected Document)

  • If unsupported, assert (Error: Context, Severity, Location)

DQ_NoGuidance

  1. ** 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 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 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)

DR_NoGuidance

  1. ** Check Passthru

  2. SOAP: Document Retrieve

    • ** Assert Support (Expected Document)

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

DR_20Guidance

  1. ** Check Passthru

  2. SOAP: Document Retrieve

    • ** Assert Support (Expected Document)

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

DR_30Guidance

  1. ** Check Passthru

  2. SOAP: Document Retrieve

    • ** Assert Support (Expected Document)

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

  • No labels