Re-recording and editing
Re-recording lets you add new steps to an existing test case without rebuilding it from scratch. When you click Record on a test case that already has steps, QAlity replays all existing steps first, then starts recording from the end so you can continue the flow.
If you are new to recording, read Recorder and Your first test first.
How re-recording worksHow re-recording works
Follow this flow: QAlity opens your site, replays existing steps, then records new actions from the end.
QAlity opens your site in Incognito, runs every existing step one by one (the active step is highlighted in blue in the Test Steps panel), then switches into recording so new actions are appended after the last step. Chrome may also show a banner that QAlity Recorder started debugging the browser.
QAlity always replays the full case, then records from the end. You cannot start re-recording from a step in the middle. To change middle steps, edit them manually (see below).
How to re-recordHow to re-record
Use this path end to end on a test case that already has steps:
Go to Test Cases and open the test case you want to extend.
At the top right of the test case click the Record button. This is separate from the Run button - it sits next to it on the right.
QAlity executes all existing steps automatically. Watch the Test Steps panel - the current step is highlighted in blue. Do not interact with the browser while steps are running.
When the replay finishes, recording begins from the end. The Test Steps panel keeps the existing steps and is ready to capture new ones.
Continue using your web app from where the existing steps left off. Every new action is added after the existing ones.
Click the red Stop button in the Test Steps panel when you are done. New steps appear in the test case after the existing ones.
Check the new steps in the Test Steps tab. Edit or delete any that need adjusting. Changes apply as you work - there is no separate Save button.
Editing steps after recordingEditing steps after recording
Use the toolbar above the steps list for bulk actions, and the icons on each step row for single-step changes.
Steps toolbarSteps toolbar
On each stepOn each step
Adding a new stepAdding a new step
You can add a step without re-recording:
- Click + Add step manually, or
- Click in the empty area below the last step to open an inline step row
New step
Create
Cancel
-
Open the new step row
Use + Add step manually or click below the last step. A step input row appears.
-
Type or select a step
Search for a step type or pick one from the dropdown.
-
Click Create
Click Create to add the step, or Cancel to discard it.
To change steps in the middle of a flow, edit or delete those steps directly - do not rely on re-recording for mid-case changes.