Business Flow Logic

LoadRunner 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 (Booked/Available). As per the business case, a user has to pick only that hotel which has occupancy status as ‘Available’. … Read more

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 by providing the path of the element name (node) in the query string of the function. The captured value is … Read more