Running a Test Suite

After you create a test suite, the test suite is ready to run.

To run a test suite: 

    Procedure
  1. Navigate to the activity bar and click the testing action item.
  2. Click (Run Test icon) next to the respective test suite.

After the test suite run is completed, the result is generated.

A result terminal displays the total number of test suites and test cases with the number of passed and failed test suites and test cases.

Note:
  • You can hide the test suites by right-clicking on the test suite to exclude it from Run all Test Suites.
  • When the engine is running in unit test mode, it does not fail fast and continues on connection errors. The connections have a retry mechanism, then the start-up time increases considerably. If any activity that uses connections is not mocked, the test case generates an error.