Create a new automated test
Create a named automated test containing a series of steps to execute.
Before you begin
Role required: atf_test_admin or atf_test_designer
Procedure
Navigate to All > Automated Test Framework > Tests.
Click New.
On the Test new record form, enter a Name for your test.
The system identifies this test by this name wherever it displays a list of tests (for example, in the Tests module).
Enable parameterized testing to run a test multiple times with different test data for each run.
For more information, see Parameterized tests.
Enter a Description for your test.
Click Save.
The system creates a new test record and returns to the list of tests.
What to do next
Add steps to an automated test.
- Add a predefined list of steps (template) to an automated test
With test templates you can add a predefined list of steps to a test. Any list of steps that follows a set pattern makes a good candidate for a template. - Add steps to an automated test
Create a series of steps for an automated test to run in a specified order. - Change automated test step
If necessary, edit a test step after you create it. - Edit automated test step order
By default, steps execute in the order in which you created them. You can change this order by editing the Execution Order field.
Parent Topic:Building and running automated tests with the Automated Test Framework