Running a Composed Test Set
When running a test set which includes other test sets, the test runner runs the test cases in the order that they appear in the test set or test case hierarchy.
Consider the following when running a composed test set:
By default, only the active test cases are executed. The rest are automatically skipped.
The included test sets are expanded to show their test cases during the run. The test cases' order stays the same as it was in the included test sets.
Duplicate test cases added by the included test set are run multiple times. If an included test set contains a test case which appears elsewhere in the hierarchy, the test case is executed as many times as it appears in the hierarchy.
If a test case inside the test set has parameters, the test runner tries to pick the parameters from the included test set first, and then from the outer test set.
Was this helpful?