Multiple choice technology testing

What is the purpose of web_set_max_html_param_len()?

  1. Avoid correlation error

  2. Avoid Text Not Found Error

  3. Both of these

  4. None of these

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

web_set_max_html_param_len() is used to set the maximum length for HTML parameters during correlation. When dynamic values in HTML responses exceed the default limit, correlation fails - this function prevents those correlation errors by extending the buffer size. It does not handle Text Not Found errors, which are a different issue.