Wednesday, 30 May 2012

Loadrunner checkpoints - validating response


Loadrunner checkpoints - validating response

Call this as text checkpoint or page validation or response verification, but these checkpoints you insert for every request helpful in identifying the failed transactions.

Function to be used as text checkpoint -
Web_reg_find("text=expected string on the page", LAST);

This function has to be inserted above the http request that you want to validate.

I will add more posts on this function later. 

No comments:

Post a Comment