You can record new steps from any point in your scenario using Record from here in the scenario editor. This document explains how to use Record from here in Autify Nexus.
Start the recording session
In the scenario editor:
Hover over the top or bottom of an existing step
Click the + button
Click Record from here
Wait for the replay to complete
Your test will replay all of the steps leading up to the point you have chosen to record from. Replay will start in a new browser, and you can see actions as they are performed in real time. The Autify Nexus window will also display the status of the replay as it advances through your scenario. If a step fails during replay, you can choose to retry it or ignore it and start recording from the failed step. Otherwise, once all steps have been replayed successfully, the recording will start at your chosen point in the scenario.
Replaying a scenario does not generate any test results.
Stopping the replay
It is not possible to stop the replay while it’s executing unless a step fails.
However, you can cancel the replay at any time by closing the browser itself or closing the replay status window in Autify Nexus.
Handling errors during replay
If a step fails during replay, an error will be displayed in the replay status window in Autify Nexus.
You have the following options.
Ignore
Click Ignore to ignore the error and start recording new steps. New steps will be added from the point you originally selected when using Record from here. You can also temporarily pause the recorder to navigate manually to the expected part of your website before recording new steps.
Retry
Click Retry to restart the whole replay process if you believe the error is accidental. If you observe intermittent errors during replay, it could be a sign of race conditions or other flaky behavior that needs to be addressed.
Cancel
Click the X in the top-right of the dialog to cancel Record from here and return to the scenario editor.
Record new steps for your scenario
Record steps as normal by performing actions on your web page, using the recorder toolbar, and closing the recorder when you are finished.
Once you’ve verified your changes, don’t forget to save your updated scenario.