Report Analysis

Documentations

clock

5Minutes

avatar

eye

1,237

calendar

08/30/2024

2.2 Writing test cases

2.2. Writing test cases

QAlify is a test management tool that helps users easily create test cases by manual or with Generative AI with simple prompts and clicks. The tool is capable of covering all aspects of testing, from testing a specific function, a feature, or a complex set of tests. This document contains important information for writing test cases. 

Steps to create a Test Case:  

2.1.1. Normal create test case

Step 1: Before creating a test case, you need to create a project to contain all the test cases. 
Create Project
Step 2: Create test cases  On this page, simply click the “+ Case" to start creating test cases.  
Create test cases
Step 3: Once you click on the “+ Case” section, a sidebar window will appear for you to enter information to build the test case, including:  - Title: the name of the test case Description: related information related to the test case Test folder: in case you have created test folder(s) before, you can choose to put this case in what folder you want. Or if you haven't created any folder yet, this feature won't work.  - Priority: You can set the priority/importance of the case with 3 levels: High, Medium, and Low for easy management.  - Template: Right now, the platform only supports the “text" template.   - Tags: are used to categorize different types of cases together through tags customized by you.  - Pre-condition: Users should mention the prerequisites that must be fulfilled before executing the test. They can also specify the setup needed for a case to be executed successfully.  - Steps: Users will enter the details of the entire process needed to test this case.  - Test data: users can input test data in advance (if any) to serve the testing process more effectively.  - Expected result: users define the results that this case needs to achieve. 
Create Test Case Panel
After the user has finished entering and checking the content, click the Create button to create a test case. 

2.1.2. Quick create test case 

In case users need to create more new test cases but do not need to define details about the testing process or expected results because these cases are too simple, users can use the QuickKk Create feature to quickly create these cases.  This is a form of building test cases quickly in just 2 steps: Click on the "Quick Create" button and enter information about the name and priorities. 
Quick Create
After filling it in, click on the “Tick” icon, and the test case will be automatically added to the existing set of cases.