Multiple choice technology performance

Which function allows you to capture dynamic values returned from the server?

  1. web_reg_find

  2. web_reg_save_find

  3. web_reg_save_value

  4. web_reg_save_param

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

web_reg_save_param is the classic LoadRunner function used to register a request to save dynamic data (correlation) from the server. web_reg_find checks for text, and other functions like web_reg_save_find or web_reg_save_value either do not exist or do not serve this purpose.