Execute from Step/ Resume from/ Apply fixes & Continue
Available only in Verne 20201010 /MAGELLAN 2.24 onwards
Creating automated tests can be a tedious task that requires sometimes edit and rerun multiple times the same test case, this includes writing tests and debugging tests. Most of the time if a test fails users must run the tests again and again till debug the errors on the steps. To save time Magellan provides capabilities to avoid rerun the whole test again but concentrate on the solve the problem. The 3 methods we provide are:
- Apply fix and continue
- Resume from This Step
- Run from This Step
Once the step is modified will not update the current Test section step.
Apply Fixes & Continue
The debugging section will show up when a test fails and will allow users to fix the problem by updating/deleting/adding the step definition that is failing. For example on the screenshot below the tester used Continue2 rather than Continue, to fix this problem we are going to update the failed step with Continue

We update the step with problem and we click the button Apply Fixes & Continue

Resume from
Resume from This Step will show when the user is at Debug Apply Fixes & Continue screen. This option will enable users to resume the test from any step selected while the debug section is enabled.

Run from This Step
Run from This Step will enable users to start from any selected step if the browser still open. If the browser was closed by mistake this step will start a new browser and will attempt to run the selected step if this happens please make sure to leave the browser on the same place where the step must be executed, otherwise will fail.


