Skip to content

NeoLoad – Correlation (Handling Dynamic Value)

Once you record the navigation flow of AUT (application under test) and check the user path the next step is handling the dynamic value that is ‘Correlation’ in the NeoLoad script. As I explained in… 

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… 

web_reg_save_param_xpath

web_reg_save_param_xpath

web_reg_save_param_xpath is used to capture the value of an XML node in the server response. Mostly, web services have their responses in XML which can be easily captured by providing the XML element name (node) in…