Next steps with the Automated Test Framework

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:1分
  • 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.

    Reuse common sequences of steps with templates

    If you frequently add the same sequence of steps to your tests, save time by creating a template. To learn more about templates, see Add a predefined list of steps (template) to an automated test