In this tutorial, we are going to demonstrate the default approval role route by creating a test case and routing it for pre-execution approval.
Table of Contents | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
...
Open and log in to qTest
Open the Vera Tutorial project
Navigate to Test Design
Create a new Module and name the Module “Samples”
Create a new Test Case and name the Test Case “Tutorial Test Case 1” under the Samples Module
In the Type field, select Manual from the dropdown
In the Description field, type “Add new user”
In the Precondition field (Step 0), type “ User “User logged in as user administrator”
In the Test Step section, click +add ADD to add the following steps
Step 1:
In the step description Step Description field, type “With Admin role navigate to user management”
In the expected result Expected Result field, type “User List is displayed”
Step 2:
In the step description Step Description field, type “Click Add User”
In the expected result Expected Result field, type “New user form displayed”
Step 3:
In the step description Step Description field, type “Enter username, fullnamefull name, email and password then submit”
In the expected result Expected Result field, type “Record created and capture ID and screenshot”
In the Status field, select Baselined from the dropdown
Click Save
...