HP Exam Questions

Which command allows you to ignore this failure and continue the script execution?

You are tasked with building a Web script. Upon replay, one URL sometimes throws a 404 error
that results in the script execution stopping. You want to continue running the script when this 404
occurs because it is not critical to the test. Which command allows you to ignore this failure and
continue the script execution?

A.
lr_continue_on_failure(1);

B.
lr_failure_continue(1);

C.
lr_continue_on_error(1);

D.
lr_error_continue(1);

Explanation: