Skip to content
LoadRunner Content Check Text Check

LoadRunner – Text Check

As the name specified, text check is used to verify the presence of a word or string in the response coming from the server. It is a good practice to have a text check for each… 

LoadRunner Loop Statement

Loop Statement in LoadRunner

The reason behind adding a loop statement in the LoadRunner script is to implement the repetitive code logic. In the LoadRunner script, if you want to send a particular request for X number of times… 

LoadRunner Business Flow Logic

Business Flow Logic

In some cases, you need to write custom code to handle the user activities while preparing the script. For example, a hotel booking site displays a list of the hotels along with their occupancy status… 

web_reg_save_param_json

web_reg_save_param_json

web_reg_save_param_json is used to capture the value of a JSON node in the server response. Mostly, this function is used where the server response is formatted in JSON. The required dynamic value can be easily captured… 

LoadRunner – Difference Between Correlation Functions

In my previous blogs, I have described all 5 correlation functions of LoadRunner in detail. Here, I have shown you what are the functional differences between these correlation functions. I have summarized the differences in the…