Skip to content

Generate Test Cases

This is the final step in the CaseRunner workflow. Test cases are generated by combining the extracted features with the Page Object Models.

Prerequisites

  • Features must be extracted from BRDs.
  • Page Object Models must be generated.

Steps

  1. Navigate to the Test Cases tab in your project.
  2. Select the features you want to generate test cases for:
    • Use "Select All" to include all features
    • Or select individual features from the list
  3. Click "Generate Test Cases".
  4. Wait for the generation to complete.

Reviewing Test Cases

Once generation is complete, you can:

  • Review the generated test cases in the built-in editor
  • Edit test cases to fine-tune steps or assertions
  • Download the test cases for use in your automation framework

The test cases are generated in a format compatible with the testing framework you selected when creating the project.

What's Next

After generating test cases, you can:

  • Download and integrate them into your test automation suite
  • Re-generate test cases if you update your BRDs or page metadata
  • Create additional projects for other applications