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…
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…
There are 2 methods to select the last value from correlation parameter list in LoadRunner. When last value is needed from any no of items appeared on page
How to select a random value from correlation parameter in LoadRunner? How to use lr_paramarr_random function in LoadRunner?
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…
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 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…