Test Editor - Recording
Recording is an interactive feature that automatically captures your browser interactions and converts them into test steps in real-time.
Table of Contents
Overview
The Recording feature allows you to create test steps by simply interacting with your web application in the Live View browser. Instead of manually writing test steps, you can perform the actions naturally, and Shiplight AI will automatically capture and convert them into executable test steps.
How to Use Recording
Prerequisites
- A test must be open in the Test Editor
- The debugger must be active (click on 'Step' button on the debugger button bar)
- Live View must be visible
Starting Recording
- Start the debugger by clicking on the 'Step' button on the debugger button bar
- Locate the toolbar above the Live View title bar
- Click the "Record" button (green button with a record icon)
- The button will change to show "Recording" to indicate recording is active
During Recording
- Interact naturally with the web application in the Live View browser
- Use your mouse and keyboard to navigate, click, type, and interact with elements
- Each interaction is automatically captured and appears as a new test step in the left panel
- Steps are appended in real-time as you perform actions
Stopping Recording
- Click the "Recording" button again to stop recording
- The button returns to "Record" state
- All captured steps are now part of your test