Skip to main content

Overview

TestSprite gives you full control over your automated test cases with powerful in-place editing. Whether you’re watching tests run live or reviewing results days later, you can fine-tune every step to match your exact requirements.
modification hero

Interactive Step Editing

Click on any step to see a snapshot of that exact moment in your test, then modify it if needed.
modification hero

Edit Any Interaction

When you select a step, you can:
1

Change the Interaction Type

Switch between Click, Navigate, Input, Scroll, Assert, or modify the Selector.
change interaction type
2

Update Input Values

Change what text gets entered into form fields.
update input values
3

Adjust Timeouts

Fine-tune wait times for slow-loading elements.
adjust timeouts
4

Modify Interaction Element

Pick a new element on the page if the current one isn’t right.
modification hero

Visual Element Selection

Don’t like the current locator? Simply click any element on the page preview, and TestSprite will prompt you: “Change locator to this element to suit your needs.” This visual selection means you don’t need to manually write CSS selectors or XPath—just point and click.
change locator

Smart Regeneration Options

TestSprite will automatically regenerate the affected steps while preserving your customizations.
smart regeneration options
After making your edits, choose how TestSprite should handle the changes:
OptionWhen to Use
Update this step onlyYour change is isolated and doesn’t affect subsequent steps
Update this and following stepsYour change impacts the test flow, and later steps need to adapt

Key Benefits

See exactly what your tests are doing with video recordings and step-by-step snapshots.
Visual editing means you can adjust locators, inputs, and actions without touching code.
As your application evolves, easily update test steps to match new UI layouts or workflows.
Pinpoint issues instantly with detailed error messages and execution recordings.

Quick Reference

ToolPurpose
testsprite_generate_code_and_executeGenerate and run tests with live progress tracking
testsprite_open_test_result_dashboardReopen dashboard to review/edit past test runs

Next Step