In a specific order
It may be useful to run tests one after another. For example, the first test will initialize the tested application, the second one will check data loading, the third one will test the dialogs that modify the loaded data, and so on. A complete sequence will make up a comprehensive test of the application.
To specify a sequence of tests, you can do any of the following:
-
Specify the needed test sequence in the Execution Plan editor of your project.
-
Run all the needed tests from a keyword test using the Run Keyword Test, Run Script Routine, and Run Test operations.
-
Write a script routine that will run all the tests in the needed order.
Grouped by criteria
See Also
Tests, Test Items, and Test Cases
How to Create or Delete a Script Routine
About Script Tests
Keyword Tests