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 the correlation topic of LoadRunner and JMeter, there are 3 steps involved in the correlation which are: These three steps … 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

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 table format for your better understanding. To get detailed information on correlation functions, refer to the below links: Refer to the … Read more

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 the query string of the function. The server response of some of the HTML web requests contains the embedded XML … Read more