LR Continue On Error
LR Continue On Error
LR Continue On Error
This function specifies how to handle errors. We can choose to continue running if on error occurs, or to
abort the rub execution.
Normally, we specify how the test rub component handles error during script execution using the
General section in VuGen’s Runtime Setting.
However, we can control error handling for specific segment of the script, b inserting the
lr_continue_on_error function before & after the desired segment.
Return value: No
By using this function we can manually set the log options in the VUsers script.
We can place this function before the code in Action () method and close as per requirement