Create an automated test suite
- UpdatedAug 1, 2024
- 2 minutes to read
- Xanadu
- Automated Test Framework
Group automated tests into a suite you can execute as a batch.
Before you begin
Role required: atf_test_admin or atf_test_designer
Procedure
- Navigate to All > Automated Test Framework > Suites.
-
Click New.
The system displays the Test Suite New Record form.
- In the Name field, enter a name for this suite.
-
Select the tests to be included in this suite.
Option Description Filter Add tests dynamically using a filter: - In the Filter field, use the condition builder to create the conditions a test must match for inclusion in the test suite.
- Click Save.
All tests that match the filter conditions appear in the Test Suite Tests related list. Because the suite is dynamic, any new test that matches the conditions is automatically added to the suite.
Test Suite Tests Add tests manually:
- In the Test Suite Tests related list, click Insert a new row....
- In the Test field, enter the name of the test to add to this test suite.
- In the Description field, enter a description for this test suite.
-
In the Test Suite Tests related list, specify options
for a test.
Option Description Execution order Enter a value to specify the order in which this test should execute within the test suite. Abort on Failure Enter a value that indicates whether you want the test suite to stop or continue if this test fails. - By default, the system assigns the value false to this field. If this test fails, the system still executes any further tests in the test suite.
- Set the value to true to stop the test suite if this test fails.
- Repeat steps 4 - 6 for every test you want to include in this test suite.
- Click Submit.