Create a test script.
Select Create a new project and customize the project name.
Enter the initial URL.
Enter the URL to be tested. The URL must start with the protocol, for example: https://www.jd.com.
Record the script.
Click REC on the right to start recording. A new browser pop-up window opens. Complete the test flow in that window as required.
After recording is complete, close the pop-up window and click the stop button to stop recording.
Name the recorded file.
The debugging page is displayed after recording succeeds.
Playback.
After recording succeeds, play back the script to check whether it runs as expected.
Debugging.
If an error occurs at a specific step during playback, debug the script and modify the corresponding action.
Delete: select the step to delete, right-click it, and choose delete.
Modify: for example, if a click or value input does not take effect, you can execute JavaScript, such as document.getElementById("key").value="3090 graphics card".
Export the script.
After recording succeeds, export the script from the location shown in the figure and save it to a known location.