Building and running automated tests with the Automated Test Framework
-
- UpdatedJan 30, 2025
- 2 minutes to read
- Yokohama
- Automated Test Framework
Basic tasks in the Automated Test Framework.
To build and run any test, you always perform certain operations:
You perform other operations often, but not necessarily for every test.
- For tests involving form steps, you might need to View results screenshots from an automated test.
- For some tests, you might need to know about Passing data from one automated test step to another.
- Some steps frequently occur in the same sequence in many different tests, so you can Add a predefined list of steps (template) to an automated test.
Related Content
- Building and running automated test suites
Run a group of tests in a specific order to test an application or a group of related features.
- Auto-generate ATF tests
Auto-generate ATF tests by selecting the auto-generate option either from the Auto-generate Tests module or Tests/Suites modules.
- Cancelling automated tests and test suites
You can cancel automated tests and automated test suites that are running or are queued to run.