Multiple choice technology testing

What is the function that is used in correlation

  1. Web_reg_save_param

  2. web_report_data_point

  3. web_save_param_length

  4. web_set_max_html_param_len

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

web_reg_save_param is the LoadRunner function used for correlation - it captures dynamic values from server responses (like session IDs, CSRF tokens) and stores them in parameters for reuse in subsequent requests. web_report_data_point is for reporting, web_save_param_length gets parameter length, and web_set_max_html_param_len sets size limits - none handle correlation.