Skip to main content

Case Variations

Case Variations let you record a flow once and let AI create multiple data scenarios for the same steps - valid logins, empty fields, invalid formats, boundary values, and more. You keep one case structure and cover many datasets instead of duplicating whole tests.

AI actions

Generating case variations counts toward your plan’s shared AI action quota (same pool as Auto-Heal and AI Step Generation). Discover 5 / Pro 100 / Business 500 per billing cycle. See Pro plan.

New to recording? Start with Recorder and Your first test.

1Record
2Generate
3Review
4Execute

How it worksHow it works

Follow this flow: record a base case once, let AI generate datasets, then review and execute the variations.

Recorded caseAI datasetsMany runs

Login Form Validation

✦ AI
  1. 1. Navigate to login page
  2. 2. Enter admin in username
  3. 3. Enter admin123 in password
  4. 4. Click login

Recorded once

AI
Generating variations…

Positive, negative, and boundary datasets from your recorded steps

5 data variations

  • Valid Login
    admin / admin123
    Positive
  • Empty Fields
    (empty) / (empty)
    Negative
  • Invalid Format
    John123 / 123-456
    Negative
  • Boundary Values
    Very long values
    Negative
  • Special Characters
    !@#$ / ***
    Negative

What you getWhat you get

AI datasets
Generated data variations from your recorded case - no manual row-by-row entry.
Positive cases
Happy-path scenarios with valid inputs that should succeed.
Negative cases
Empty fields, invalid formats, special characters, and similar failure paths.
Boundary values
Edge cases such as very long usernames or passwords.
Same steps
One step structure, many datasets - no duplicated test cases.
Many runs
Execute the variations to cover more scenarios from a single recording.

How to use Case VariationsHow to use Case Variations

Use this path end to end after you have a recorded base case:

1
Record a solid base case

Create or open a test case and record the main flow once - for example a login with valid credentials.

2
Open AI Case Variations

In the test case, use the AI action to generate case variations from the recorded steps.

3
Wait while AI builds datasets

QAlity analyzes the steps and creates multiple data variations. You may see a short Generating variations… state.

4
Review each variation

Check names, sample data, and Positive / Negative tags. Keep what you need and discard or adjust what you do not.

5
Run the variations

Execute the variations to cover many datasets with the same underlying steps - record once, execute many.

Best use

Case Variations shine for forms and validation flows where you need many input combinations. For a one-off happy path, a single recorded case is usually enough.