Skip to main content

Edit and iterate with Thunders AI

Written by Ines

Update an existing test case through conversation.

Scoped edits

When you want to change the current test, be explicit about the part to update.

Example

You: Add a step before checkout that applies the promo code SAVE10, and assert the total drops by 10 percent.

Useful edit requests

You can ask Thunders AI to:

  • Add, remove, or rewrite a step

  • Add an assertion

  • Change a variable value

  • Reorder or move steps (e.g. "Move step 3 before step 1")

  • Add teardown steps (cleanup steps that run after the main flow)

  • Translate step descriptions to another language (e.g. "Translate all steps to French")

  • Reference an existing test case as a reusable step (e.g. "Add the Login test case before checkout")

  • Work with any step type Thunders supports: web, API, file comparison, and visual comparison

You can also ask questions about the test case before changing it, for example: "What does this test cover?"

Manage your tests

Beyond editing a single test case, Thunders AI can help you keep your test library organized. You can ask it to:

  • Organize tests into test sets (e.g. "Group all checkout tests into a Checkout test set")

  • Assign labels (e.g. "Label these tests as smoke")

  • Find and remove duplicate tests (e.g. "Find duplicate tests in this project")

  • Improve existing tests (e.g. "Rewrite this test with clearer steps and stronger assertions")

Did this answer your question?