Adding Test Case

Last Updated: 12/07/2015 Introduced in Verision: 2.0

Summary

A Test Case is a collection of steps that evaluates functions, processes, modules and other discrete elements of an application or the system. Test Cases can include requirements for success, preconditions and setup information, test case priorities and version information, the duration of staff time, and test steps.

Before adding a test case, the TaskManager module must be installed and a Test Folder must exist. To add a test case, navigate to the Test Folder and click the Create Test Case button.

Example

We will begin by navigating to the Test Cases Folder and clicking the Create Test Case button.

01.-Create_Test_Cases_Button.png

In the Add TestCase pop-up, we will enter a name for this Test Case, and select High in the Priority drop-down list. In the Test Steps field, we will enter the steps in the test case, one step per line, and then we will click Save.

02.-Add_Test_Case_Popup.png

To view the steps in our Test Case, we will click its entry in the Folder Data panel.

03.-Select_Test_Case.png

The page will update with details of our Test Case, including the test steps.

04.-Test_Case_Steps.png

Additional Resources