Creating test templates and test suites

You can implement several tests with similar logic. When creating tests, define a template if a test is repeatedly created. Test suites are used mainly to construct reusable, packaged regression tests that can be run across multiple environments, or repeatedly within the same environment.

Consider the following points when creating a test suite:
  • If there are dependencies on other tests or stubs that run before you run the suite, make sure to include them in the References tab of the Scenario editor.
  • Make sure that the test suite is repeatable. Add tests to clean up databases and reinitialize components at the start of the test suite.