Running a Test Suite
After you are done with creating a test suite, the test suite is ready to run.
- Procedure
-
To run a test suite, click the Play icon
next to the test suite.
-
After the test suite run is completed, the result is generated.
A result window displays the total number of test suites and test cases with the number of passed and failed test suites and test cases.
The icons on the result window are described as follows:
Icon Description The assertion on the particular field has passed. The assertion on the particular field has failed. The assertion on the particular field is skipped.
Note:
- You can enable the test suites to include in the Run all Test Suites. Disable the test suite to exclude it from Run all Test Suites.
- When 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 considerably increases. If any activity that uses connections is not mocked, the test case throws an error.