Test Cases Generation from Requirement Document
Generate Test Cases from a Requirement File
Creating test cases directly from your requirements file helps streamline your QA process and ensures coverage of all business needs. Follow these steps to import a requirements file, generate test cases, and review the results.
Click the plus sign to start adding a new import.
Select the Import file option from the menu.
Click Import file to begin uploading your requirements.
Choose Import requirement for the file type.
Select the requirements file from your computer and click the button to confirm the upload.
Click Gen Create test cases to start generating test cases based on your requirements.
The system will analyze your requirements and automatically create relevant test cases. You may get prompted with a few questions—this keeps humans in the loop, making sure everything is accurate. If you want to skip these questions and proceed, do the following:
Click skip and generate test cases to let the system move ahead.
The software will process the file and generate the test cases. Wait for the processing to complete.
Once ready, click the pencil icon to check the imported files and review the status.
When the status of your requirement shows as completed, you’ll see the total number of generated test cases—for example, 37.
Click on the relevant entry to review details about the created test cases.
On this screen, see the breakdown of positive, negative, and edge test cases (such as 11 positive, 11 negative, 10 edge). Duplicate test cases are flagged, so you can distinguish between unique and repeated scenarios.
Importing requirements and generating test cases this way saves time, ensures thorough coverage, and helps you stay organized. Review all generated cases to verify their quality and completeness before starting test execution.
Last updated