0
votes

I am getting the following error while replaying the load runner script. I used auto correlation after recording the script and it has web_reg_save_param_regexp, which is causing the issue.

Error -27257: Pending web_reg_save_param/web_create_html_param/web_create_html_param_ex/web_reg_find request(s) detected and reset at the end of iteration number 1

1

1 Answers

0
votes

When auto correlation fails, use manual correlation.

Best guess is that you have an application which is returning HTTP 200 class pages and you have not implemented checking for expected results and branching when those expected results fail. As a result your last correlation/check cannot be satisfied, which is why it is still pending at the end of the iteration.

Testing 101: For every step there is a positive, expected output. Check for that output and terminate your virtual user when that output is not achieved.