버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.

This document provides how to manage test cases in a test plan.

...

When you create a test case in a test plan, if the test plan type is Auto/Manual, the test test case type is automatically set to Auto/Manual.

Test case type

  • Manual : enter texts

  • Auto : enter python scripts (only professional edition)

...

  1. In TESTaide home, select a project that you want to create test cases.

  2. Select the 'Test Plans' menu on the left sidebar.

  3. In the test plan page, select a test plan from the list you want to create test cases.

  4. In the test plan detail page, click the ‘More’ button on the bottom right. When a pop-up menu appears, select ‘Create Test Case’.

  5. In the test case creation page, enter the following information

    • Category : Choose a predefined category of test case

    • Test Case Name* : The maximum length is 50 characters.

    • Test Case type : Fixed by type of test plan

    • Priority

    • Requirement : Requirements defined in Jira (multiple inputs possible)

    • Tags : You can search for test cases at the top Tag Search with that tag. (multiple inputs possible)

    • Pre-Condition : Precondition for testing

    • Attachments

  6. If you click the 'Test Case Save' button on the top right, you will see the test step/script pop-up.

  7. Create a test case by referring to the link below according to the test case type.

정보

If you want to create more than one test step/script, click the ‘Step Create’ button on the right side of the test step/script panel at the bottom to create it.

...

  1. In TESTaide home, select a project that you want to add test cases.

  2. Select the 'Test Plans' menu on the left sidebar.

  3. In the test plan page, select a test plan from the list you want to add test cases.

  4. In the test plan detail page, click the ‘Add Test Cases’ button on the bottom right.

  5. In the ‘Add Test Cases’ pop-up window, select test cases to add from the list.(Test cases already registered in the plan are not be exposed)

  6. Click the ‘Add Test Cases’ button at the bottom to complete adding test cases.

...

Add a Test Case

...

from Test Suite to Test Plan

To add test cases which are in a test suite:

...

  1. In TESTaide home, select a project that you want to remove all test cases.

  2. Select the ‘Test Plans’ menu on the left sidebar.

  3. In the test plan page, select a test plan from the list you want to remove all test cases.

  4. In the test plan detail page, click the ‘More’ button on the bottom right. When a pop-up menu appears, select ‘Delete All Test Cases’.

  5. When the deletion confirmation pop-up window appears, click the ‘OK’ button to complete the deletion.

Drag&Drop Test Cases

...

Changing Test Case Ordering

There are two ways to change the order of test cases in a test plan:

Drag & Drop

  1. Click ‘NO.’ of the test case you want to change the order of.

  2. Drag and Drop it to the desired location.

  3. Check the changed order.

...

Up & Down arrows

  • Click either the up or down arrow on the Action column for the test case you want to change the order of.

...

Pre-Test Test Scripts

To pre-test test scripts before executing test:

...