AI-generate more tests
Use AI generation to add more test cases to your test suite and increase your coverage.
Have the AI agent auto-generate more tests
Similar to the initial AI test generation during project setup you can use the generate more from here
feature and create a new test from here
to expand your test case suite.
Go into the test case view and click on the plus
icon. Two options open:
Have the AI agent generate more tests, 12/2024
With the first - generate more from here
- our AI Agent will discover and auto-generate up to 3 new tests “following” the test case you launched it from. The original test will be added as a dependency automatically.
The second option - create new test from here
- allows you to prompt the Agent with a specific test flow instruction to create a test “following” the test you launched it from.
Prompt the Agent to generate a specific test case, 12/2024
You can follow the progress of these newly created tests in the AI Agent status bar.
AI agent informs what it does, 10/2024
At the end of the agent run, the Agent should have auto-generated test steps and validated them for each test case. For those that the validation succeeded, it turned the test ON - into active mode.
Help the Agent when it couldn’t quite nail the auto-generation - yellow alert highlights a failed step generation. See how in the edit test case section.
New generated tests, 10/2024