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

To manage test plans, you need a permission such as Project Manager, Create Plan/TC … . For more information, please refer to Global Permissions.

note

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

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)

Create Test Case

To create test cases in a test plan:

  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

  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.


Add Test Case

To add test cases in a test plan:

  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 Test Case In Test Suite

To add test cases which are in a test suite:

  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 ‘More’ button on the bottom right. When a pop-up menu appears, select ‘Add Test Cases in Test Suite’.

  5. In the ‘Test Suites’ pop-up window, select a test suite with test cases you want to add.

  6. In the ‘Add Test Cases’ pop-up window, select test cases to add from the list.

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


Delete Test Case

To remove test cases in a test plan:

  1. In TESTaide home, select a project that you want to remove 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 test cases.

  4. In the test plan detail page, click the ‘Remove’ icon besides the test case you want to delete from the list.

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


Delete All Test Cases

To remove all test cases in a test plan:

  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

To change the order of test cases in a test plan:

  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.


Pre-Test Test Scripts

To pre-test test scripts before executing test:

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

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

  3. In the test cases in test plan panel, click the  ‘▶’  button.

  4. When the select environment pop-up window appears, select environment then click the ‘Run' button.

  5. In the Exe Log tab, you can check the test results. (If the python script is entered incorrectly, you will get an error.)