Test Case

A test case is a set of instructions executed to verify a particular functionality of the application.

 

Instructions to create a Test

 

  1. Click on Design on left panel.

     

  2. Click on Test Case.

     

  3. Click on Add Module button. Module Details form will be displayed. Modules are folders to organize tests. They can be nested to any level.

     

  4. Enter Module meta data.

    1. Enter Module Name

    2. Enter Module Description

    3. Enter Module Priority

       

  5. Click on Save.

     

  6. Click on Add Test button. Test Case Details form will be displayed.

     

  7. Enter Test Case meta data.

    1. Enter the test case Objective - a single liner to define what the test is supposed to test.

    2. Select Automated  from the dropdown Manual  - Bq supports both Automated and Manual tests.

    3. Select the Priority of the test case

    4. Select the Designer and Reviewer - This is used to send notifications at appropriate stages of the workflow. 

    5.  Enter the test case Summary - Add a description for this test so others can understand what this test is doing.

    6. Select test case Type : UI / API - Bq categorizes tests as either UI or API tests. Any functional test from end user perspective will be a UI test. For testing your backend REST APIs use API tests.

    7. Select the test case Category

    8. Select Test Path

    9. Select the Data file if you are using an external excel file for data.

    10. Select the checkbox(s) for test case category : Smoke, Integration, Regression or Partial Regression

    11. Select Sprint in which the test case is being worked upon.

    12. Select the checkbox for Generate manual steps if you wish to generate the manual steps for the automated test case

       

  8. Click on Save button.

     

  9. Click on the Test Steps tab. This is where you add steps for you test.

     

  10. There are two ways to create your test. Using actions from the Test Action column drop down or using the very powerful Bq Genie which is started from the Record Button in the action bar below.

  11. Use BQ Genie to record the test case and click on the Save button to save the recorded steps.

  12. Click on Save button to save the Steps.

 

Watch a video :

The below video displays how to record steps using BqGenie.

 

Mapping a Test Case to User Story

In order to map the test case to the user story, simply select the desired story from the Stories dropdown in the Test Case Detail tab and save the test.

To verify if the test case has been mapped to the User story, navigate to the mapped user story & click on Associated Test Cases tab.

The mapped test case will be displayed as below.

 

Related articles

https://bqurious.atlassian.net/wiki/spaces/BSD/pages/461930500
https://bqurious.atlassian.net/wiki/spaces/BSD/pages/443318275
https://bqurious.atlassian.net/wiki/spaces/BSD/pages/459505665