Example: lr.continue_on_error

In the following example, the Continue on Error runtime setting is enabled.

To instruct the test run component to continue on error for the entire script except for a segment, enclose the segment with lr.continue_on_error statements.

lr.continue_on_error (0);
...code...
lr.continue_on_error(1);