Create a Test Suite
Introduction
A test suite enables the user to execute test cases and test suites in a specific order. You can add test steps to your test suite and link a test case or another test suite to that test step. ATS executes the test steps in the same way as a test case.
This how-to uses the Company Expenses app as an example. You will create a test suite and add the test cases you created in How to Create a Test Case. If you don't have them anymore, create two new test cases without any test steps to walk through this how-to.
This how-to teaches you how to do the following:
- Create a test suite
- Add test cases and test suites to a test suite
Prerequisites
Before starting this how-to, make sure you have completed the following prerequisites:
- Complete How to Get Started
- Complete How to Create a Test Case
Create a Test Suite
To create a test suite, follow these steps:
- 
Open your project in ATS and go to the Repository. 
- 
Click Add Test inside the Tests tab:   You can also click Add Item inside the All Objects tab:   Clicking either button opens the Create new dialog box:   
- 
Select Test Suite in the drop-down menu. 
- 
Enter a name in the Name field. It is advisable to use a predefined naming structure. 
- 
Enter a description in the Description field. It is advisable to give each test suite a description of what it does. 
- 
Click Create.   
The Test Suite page opens after you click Create. ATS displays the Name and Description in the upper-left corner of the Test Suite page.
The Test Suite page looks like the Test Case page, but with fewer options:
 
 
    
Add Existing Test Cases and Test Suites to a Test Suite
To add a test case or another test suite to a test suite, follow these steps:
- 
Click Add on the Test Suite page.   
- 
The Select Test pop-up dialog opens:   
You can add an existing test case or test suite to the test suite, or you can create a new test case and add this to the test suite.
To add an existing test case or test suite, follow these steps:
- 
Enter a description of the test step in the Describe Test Step field. 
- 
Use the Search Test field to search for the test case or test suite you want to add to your test suite. 
- 
Select the test from the Select a Test data grid. 
- 
Click Save:   
Repeat this process for the Recorder test case to complete your test suite.
 
 
    
You have now completed the test suite. In the next section, you will add a new test case.
Adding New Test Cases or Test Suites to a Test Suite
To create a new test case, click Create a new Test Case, and complete How to Create a Test Case.
 
 
    
Next up
You have now learned how to create a test suite, so the next how-to is How to Create Custom Actions, which will cover creating your own actions. You can also proceed with How to Upload a File in Your App Using ATS.
For an overview of all the how-tos and the structure, see ATS 1 How-tos. We advise following the how-tos in the order listed there.