Multiple choice technology performance

One of the following commands cannot be used to check the presence of a particular response in the script:

  1. lr_xml_find

  2. lr_eval_string

  3. web_image_check

  4. web_reg_find

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The question asks which command CANNOT check for response presence. lr_eval_string evaluates a parameter's value but does not search or validate response content - it's a string substitution function. The other three (lr_xml_find, web_image_check, web_reg_find) are content verification functions that actively check for text, images, or XML elements in server responses.