Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on Correlation In Loadrunner within the LoadRunner forums, part of the Software Testing category; How to do correlation in Loadrunner? at what point of time it requires?...
|
|||||||
|
|||
|
Re: Correlation In Loadrunner
correlation is done to instruct load runner not to stop execution of the script when it finds dynamic value.Once correlation is done to the script we dont get any correlation errors.We can do correlation in 2 ways
1.Manual 2.Auto First go for auto correlation for this after recording the script scan for correlated values the correlation studio in vugen list out all the values that are needed to be correlated then click on correlate all the dynamic values.Then run the script hope the script runs without any corr errors. If not we have to do manual correlation. |
|
|||
|
Re: Correlation In Loadrunner
Hi there, i am also new to lr. I found good traingin vedio clips. Below is the demonstration to do manual correlation. There are bunch of video which you can get start with lr. load runner tutorial 9 by javaguru -- revver online video sharing network
|
|
|||
|
Re: Correlation In Loadrunner
Correlation is a statistical measurement of the relationship between two variables. Possible correlations range from +1 to –1. A zero correlation indicates that there is no relationship between the variables. A correlation of –1 indicates a perfect negative correlation, meaning that as one variable goes up, the other goes down. A correlation of +1 indicates a perfect positive correlation, meaning that both variables move in the same direction together.
|
|
|||
|
Re: Correlation In Loadrunner
Correlation is the technique used to handle dynamic values in replay. We specify the Left & Right Boundaries of the Dynamic Values.
Correlation can be done by 3 methods 1. Manual using web_reg_save_param() function 2. Automatic correlation. 3. Correlation Rules. |
|
|||
|
Re: Correlation In Loadrunner
Normally people gets confuse with Parameter and Correlation.
When we access any web application, Every time server machine sends different session values to client machine for that particular session, and this dynamic session values creates errors, the method to identify and set the dynamic generated value is known as correlation. Whereas Parameter is not a dynamic value captured from server response but it is something for which the user has predefined data values available. We can use web_reg_save_param function to identify those dynamic values, but web_reg_save_param function does not perform correlation. web_reg_save_param function just registers a request for correlation from the next server response. That's why web_reg_save_param function should be placed before action functions, such as: web_url, web_submit_form, and others. This function is used often. We have two more functions like Web_create_html_param & Web_create_html_param_ex but these two are just used for backward compatibility. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Manual correlation issue | priyagi | LoadRunner | 3 | 03-18-2009 03:06 PM |
| cartkey correlation | srinivaspullabhotla | LoadRunner | 0 | 02-06-2009 01:51 PM |
| loadrunner do nothing | bothmsn | LoadRunner | 1 | 12-26-2008 12:36 PM |
| correlation studio in VuGen of LoadRunner | dileepkasula | LoadRunner | 1 | 07-03-2008 12:09 PM |
| Auto and Manual Correlation | Geek_Guest | LoadRunner | 1 | 09-28-2007 11:49 AM |