Creating Test Cases

Here you will learn how to create new Test Cases

Step 1: Open the Test Cases tab

The Test Cases tab can be found on the left side of the Projects section

Step 2: Create a Test Folder (Optional)

A Test Folder is a custom category you can make for your Test Cases to sort them.

For this demonstration, we will make an "Android" Test Folder to put our Test Case into by clicking "Create test folder," typing in "Android" beside the folder icon, and pressing enter.

You may also make a Test Folder later to sort Test Cases into.

Step 3: Click "Create test case" button

Click one of the "Create Test Case" buttons and choose "Create new test case" from the drop-down list that will appear. This will bring you to the "Create new test case" page.

Step 5: Choose a Template

Pick either a default template from the list, which includes text, steps, exploratory session, and behavior driven development, or choose custom template to create your own.

To learn more about templates click here

Step 4: Pick a Name

Name your Test Case to reflect the test you want to run.

For example: "Successfully Login" if you wanted to run a test for successfully logging in to an app or software. For all default templates, the name is all that is required to create a Test Case

Step 6: Fill in Template fields (optional)

You may fill in all the fields for the template you have chosen. You can also choose to edit the Test Case later and fill in the templates then.

To learn how to Edit a Test Case click here.

Step 7: Click "Create"

Once you have filled in as many template fields as you want, you can click "Create" to finish creating the Test Case.

Once your test case is created, your page should look similar to the image below.

You have now created your first test case! In the next page, you will learn how to create a quick Test Case from the Test Cases home page.

Last updated