Multiple choice technology testing

The LR function corresponding to Text check is

  1. web_reg_save_param

  2. web_set_max_html_param_len

  3. lr_get_attrib_string

  4. lr_check_text

  5. web_reg_find

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

web_reg_find is the LoadRunner function used for text validation - it checks whether a specific text string exists in the server response. web_reg_save_param is for correlation, lr_get_attrib_string gets parameter attributes, lr_check_text doesn't exist in LoadRunner.