Next steps with the Automated Test Framework
After you feel comfortable creating and running simple tests, explore the more advanced features of the Automated Test Framework.
Batch tests together with test suites
If you commonly run a set of tests together, you can group them using test suites. To learn about test suites, see Building and running automated test suites.Pass data from one test step to another with input and output variables
You can pass data from one test step to another using input variables and output variables. For more information, see Passing data from one automated test step to another.