Building and running automated tests with the Automated Test Framework
-
- UpdatedAug 1, 2024
- 2 minutes to read
- Xanadu
- 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.