Documentations
5 Minutes
Documentations
5 Minutes
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.
Step 1: Before creating a test case, you need to create a project to contain all the test cases.

Step 2: Create test cases
On this page, simply click the “+ Case" to start creating 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.

After the user has finished entering and checking the content, click the Create button to create a 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.

After filling it in, click on the “Tick” icon, and the test case will be automatically added to the existing set of cases.
Articles
5Minutes
In today’s digital world, software drives everything from mobile apps to enterprise platforms that manage mission-critical operations. As applications become more complex, ensuring they run smoothly and deliver an exceptional user experience becomes increasingly challenging. This is where Software Testing Basics come into play....
Documentations
5Minutes
A test case is a detailed, step-by-step instruction set used to determine if a specific software feature or functionality works as intended. It includes the test inputs, execution conditions, and expected results. Therefore, it is essential to create a good test case as it ensures thorough coverage of the software’s functionality, helps identify defects early, and provides clear documentation for future testing efforts...