Table of Contents |
---|
Overview
The test design verify the Registry Error for Document Retrieval; mock (DR Adapter) response send RegistryError Response verify by TestCase.
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 restarting application server.
...
Test Suite is designed to verify failure in the Document Retrieval registry, using a mock adapter as failure response.
Bimodal tests are executed in both (Standard, PassThrough) modes and required JMX enable at the server level for SoapUI to successfully switch between Standard and PassThrough.
Test Case Detail for Standard and Passthrough
Document Retrieve Registry Error
...
Modify internalExchangeInfo
...
SOAP: Document Retrieve
Match RegistryError codeContext (Not a valid response)
Match RegistryError errorCode (XDSRepositoryError)
Match RegistryError severity (error)
...
: using mock adapter to send RegistryError response, the test case update the internal exchange to call mock adapter and verify document retrieve service failure from mock response.