Create an automated test suite

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 2분
  • Group automated tests into a suite you can execute as a batch.

    시작하기 전에

    The tests you want to include in the test suite must exist.

    Role required: atf_test_admin or atf_test_designer

    프로시저

    1. Navigate to All > Automated Test Framework > Suites.
    2. Click New.
      The system displays the Test Suite New Record form.
    3. In the Name field, enter a name for this suite.
    4. Select the tests to be included in this suite.
      옵션설명
      Filter Add tests dynamically using a filter:
      1. In the Filter field, use the condition builder to create the conditions a test must match for inclusion in the test suite.
      2. Click Save.

      All tests that match the filter conditions appear in the Test Suite Tests related list. Because the suite is dynamic, any new test that matches the conditions is automatically added to the suite.

      Test Suite Tests

      Add tests manually:

      1. In the Test Suite Tests related list, click Insert a new row....
      2. In the Test field, enter the name of the test to add to this test suite.
    5. In the Description field, enter a description for this test suite.
    6. In the Test Suite Tests related list, specify options for a test.
      옵션설명
      Execution order Enter a value to specify the order in which this test should execute within the test suite.
      Abort on Failure Enter a value that indicates whether you want the test suite to stop or continue if this test fails.
      • By default, the system assigns the value false to this field. If this test fails, the system still executes any further tests in the test suite.
      • Set the value to true to stop the test suite if this test fails.
    7. Repeat steps 4 - 6 for every test you want to include in this test suite.
    8. Click Submit.