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 file.

Overview

The Tests are designed to insert the event codes into document repository and verifying the Document Query result.

Test Detail

The Bimodal tests are designed to hit service in standard and passthrough, by calling the JMX console to switch the service mode without restarting the application server.

DQEventCodeEntryValueList

The TestCase are different in standard and passthrough mode

Standard

  • Update config: change documentQueryQuerySelf to false

  • Clear Correlation Table & Add Correlation

  • Clear AA Mapping Table & Add Mapping

PassThrough

  • Check Passthru: update PolicyEngineProxyConfig to adapterpepnoopdeny

DQ EventCode Entry having same Document when there are multiple slots

  1. ** Update config

  2. ** Clear Correlation Table & Add Correlation

  3. ** Clear AA Mapping Table & Add Mapping

  4. ** Check Passthru

  5. clear EventCode Table; Add EventCodes

  6. SOAP: Document Query

    • Assert (Document ID)

DQ EventCode Entry one Slot having Document when there are multiple slots

  1. ** Update config

  2. ** Clear Correlation Table & Add Correlation

  3. ** Clear AA Mapping Table & Add Mapping

  4. ** Check Passthru

  5. Clear EventCode Table; Add EventCodes

  6. SOAP: Document Query

    • Assert (Number of Documents)

DQ EventCode Entry found when there is single slot with comma separated Values

  1. ** Update config

  2. ** Clear Correlation Table & Add Correlation

  3. ** Clear AA Mapping Table & Add Mapping

  4. ** Check Passthru

  5. Clear EventCode Table; Add EventCodes

  6. SOAP: Document Query

    • Assert (Document ID)

DQ EventCode Entry found when there is single slot with multiple ValueList

  1. ** Update config

  2. ** Clear Correlation Table & Add Correlation

  3. ** Clear AA Mapping Table & Add Mapping

  4. ** Check Passthru

  5. Clear EventCode Table; Add EventCodes

  6. SOAP: Document Query

    • Assert (Document ID)

DQ EventCode Entry having same document for multiple slot with multiple ValueList

  1. ** Update config

  2. ** Clear AA Mapping Table & Add Mapping

  3. ** Check Passthru

  4. Clear EventCode Table; Add EventCodes

  5. SOAP: Document Query

    • Assert (Document ID)

DQ EventCode Entry one not having same document for multiple slot with multiple ValueList

  1. ** Update config

  2. ** Clear AA Mapping Table & Add Mapping

  3. ** Check Passthru

  4. Clear EventCode Table; Add EventCodes

  5. SOAP: Document Query

    • Assert (Number of Documents)

  • No labels