Chapter 7. Suites

Table of Contents

7.1. Create a new PETA Suite
7.2. Adding a test case
7.3. Launch a suite

To organize the executions of test cases, PETA Suites are used. A suite groups test cases together that shall be executed in a single test run. The test cases are referenced by their IDs inside a test suite and are implemented in separate files.

7.1.  Create a new PETA Suite

To create a new PETA suite, press the New test suite button in the toolbar. Keep the selection on the folder peta/suite as the destination folder of the suite's file and enter for example allTests as the name of the suite and press the Next button.

Figure 7.1.  Create a new PETA suite

Create a new PETA suite


On the second page, enter a description of the suite, for example Suite containing all project's test cases and finish the suite creation by pressing the Finish button. The suite will be created in the specified folder and opened in the editor.

Figure 7.2.  Annotation of new PETA suite

Annotation of new PETA suite