System integration testing

You can do system integration testing (SIT) to verify services functions when integrated to create an end-to-end business process that spans across multiple systems.

The testing can cover business logic, sequencing, exception handling, and process decomposition (including service and process reuse) that spans multiple systems.

Consider the following points:
  • A new execution environment can be defined in HCL OneTest API.
  • Leverage existing test assets and create new assets as required. The Run Test functionality can be used to call different tests as children of the parent test.
  • All of the end-to-end business processes along with all the paths can be validated, depending on your risk-based approach. Different tests can be created for each path and include exception handling (negative testing) in an end-to-end business process.
  • All of the tests that are created for a business process can be grouped into appropriate test suites.