I'm Vijay, and I've been working on this blog for the past 20+ years! I’ve been in the IT industry for more than 20 years now. I completed my graduation in B.E. Computer Science from a reputed Pune university and then started my career in…
Here, in this tutorial, we will explore the concept of Correlation in LoadRunner in detail in simple terms along with a classic video tutorial for your reference.
Correlation is done for the dynamic value or the value returned by server for any request.
Parameterization differs from correlation in a way that former takes care of user input data whereas later takes care of data returned by server.
Manual correlation and automated correlation follow the same steps.
In Manual Correlation, we have to identify the dynamic value and capture it from the response of previous request. Replace dynamic value with parameter name manually everywhere in the script.
Automated Correlation works with existing rules.
WDiff is used to identify the dynamic value. With WDiff compare two scripts with identical steps and user input.
WDiff does line by line comparison. Another tool available can also be used for word by word comparison.
Correlation function web_reg_save_param is used for capturing the value for correlation. The other versions of correlation are web_reg_save_param_ex and web_reg_save_param_regexp.
The mandatory attributes of correlation function web_reg_save_param are parameter name, left boundary (LB) and right boundary (RB).
Correlation is not only done for dynamic values which change every time but also for data returned by server for different users. To identify such data record, use two scripts with different users (login credentials) keeping user input and steps same. Compare these scripts either with WDiff or any text comparison tool.
An In-Depth tutorial on Test Result Analysis in LoadRunner. We explored all about VuGen Script Files and Runtime Settings in the previous tutorial. Here, in this informative tutorial, we will explore all about Test Result Analysis and Reports in LoadRunner in simple terms along with a video tutorial for your…
HP LoadRunner is now changed to Micro Focus LoadRunner but still, the content on the page is valid on the new Micro Focus domain and tools as well. This introductory tutorial will explain to you all about Micro Focus LoadRunner in detail along with a video tutorial for your easy…
LoadRunner Tutorials: Hands-on free training course for beginners (and helpful for experienced professionals as well!) Micro Focus LoadRunner (earlier HP) is one of the most popular load testing software. It is used to performance test an application under the load. It can simulate thousands of concurrent users to produce real-time load…
What is LoadUI? LoadUI is a free and open-source load testing tool that allows you to perform complex load tests and test performance by simply dragging different components around. LoadUI lets you create and update test cases while you run them. What makes load UI powerful is the focus on…
Difference Between Performance Testing, Load Testing, and Stress Testing – With Examples Our previous tutorial in this series will be the best Performance Testing Guide for any beginner. In the software testing field, we come across terms like performance testing, load testing, stress testing, etc. These terms are often misunderstood…
This Comprehensive Guide on Soak Testing Explains What is Soak Testing, Why do we need it, its Application, Advantages, Best Practices and Disadvantages: Various types of testing need to be performed while testing a software application. Functional and Non-functional testing are the two broad categories into which we can categorize…
Web Service Scripting using the Web Services Protocol in LoadRunner VuGen: In this LoadRunner Training Tutorials for Beginners, we learned more about LoadRunner Functions. This tutorial is an addendum to our VuGen scripting series, here we will learn to script in one of the most important protocols (other than Web-HTTP/HTML…
What is Cloud Performance Testing and What are the Top Cloud-Based Performance Testing Service Providers? In the last tutorial, we came across the Ways to Supercharge your Performance Testing in detail. With the emergence of Cloud Technology, all of us are now moving towards adopting a cloud-based paradigm and this is…