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

Overview

The TestSuite design to simulate negative document repository adapter response for the document retrieve service. Bimodal test suite, test the service in both standard and passthrough and will call the JMX in the test case to switch service mode between standard and passthrough without application server restart.

TestCases Detail for standard and passthrough (DR)

Each test case simulate an error status with mock adapter for document respository and look for specify error code in the document retrieve response.

  • XDSRegistryError TestCase: simulate and verify XDSRegistryError response.

  • XDSRegistryBusy TestCase: simulate and verify XDSRegistryBusy response.

  • XDSRegistryOutOfResources TestCase: simulate and verify XDSRegistryOutOfResources response.

  • XDSTooManyResults TestCase: simulate and verify XDSTooManyResults response.

  • XDSUnknownStoredQuery TestCase: simulate and verify XDSUnknownStoredQuery response.

  • XDSStoredQueryMissingParam TestCase: simulate and verify XDSStoredQueryMissingParam response.

  • XDSStoredQueryParamNumber TestCase: simulate and verify XDSStoredQueryParamNumber response.

PartialSuccess TestCase: in the case of Partial Success verify the response status.

  • No labels