Lesson 8: Creating a compound test
You can learn about creating a compound test with multiple tests. Every individual test within the compound test performs a part of the main scenario. When you run the compound test, the individual tests are run in sequence.
You must have completed the following tasks:
- Generated a Web UI test. See Lesson 1: Recording actions on an AUT.
- Read and been familiar with splitting actions in a test. See Lesson 5: Splitting actions in a test.
- Read and been familiar with the concept of compound tests. See Compound tests.
For the test scenario in this tutorial, you can create a compound test that consists of the wiki-search test followed by the wiki-search-animals test.


