Key Capabilities


Copilot brings together a set of capabilities that make test authoring, debugging, and execution faster and more reliable. The table below provides a quick overview of each capability, its functions, and the value it delivers.

Capability What it does Why it helps
Record Steps Captures interactions from a live browser and automatically converts them into executable test steps. Combines step creation and execution by automatically executing and validating recorded steps during the session.
Debug Points Pause the test at any chosen step. They can be added or removed before or during a run. While paused, the application can be inspected and upcoming steps adjusted before continuing. Gives you precise control over where execution halts, so you can investigate issues exactly where they happen, without restarting the test.
Copilot Debug Toolbar A global debug toolbar that provides execution controls such as Pause, Resume, Skip Over, Step Over, and Restart to manage test execution during an active session. Keeps every action you need to reach within, so you can stay focused on the test instead of searching for controls.
Execute from Step Executes a specific step in a test case instead of running the entire test from the start. Before using this option, make sure the state of the application under test is in sync with the next step to be executed. Once you confirm, all prior steps are marked as Skipped, and execution starts from the selected step. Saves time when you're debugging long tests, validating a fix, or focusing on one section of the flow.
In-Session Step Management Add, edit, delete, reorder, or bulk-update steps directly inside the session. Keeps authoring and debugging in one smooth loop without needing to restart the session to adjust your test.