What is the differences between parameterization and
correlation ?
Answer Posted / piyush singh
As as example, suppose we have recorded a script for login page with username: abc1 and password: Abc1
Now, while replaying the script you don't want the same hardcoded values in you script since that will not imitate the real world scenario.
So we will parameterized it by substituting it with a parameter say {username} and {password} and then we will modify the parameterization property and add rows and column in data file and select occurrence as either sequential or random.
On the other hand, when we send a request (for e.g. booking a flight) to server and in the response for each iteration server sends a dynamic session id or any dynamic value, then we will apply correlation here by using web_reg_param function or through design studio (automatic correlation) so that the dynamic value can be replaced by a parameter and script wouldn't get failed
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is scenario default?
What is vuser-init section?
While scripting you created correlation rules for automatic correlation. If you want to share the correlation rules with your team member working on the same application so that he/she can use the same on his workstation, how will you do that?
How many users can I emulate with loadrunner on a pc?
What the vuser script contain?
When a scenario run exactly what happened?
Hi all, I am having an interview on LoadRunner (SAP Web Protocol). I am wondering if somebody can help me with some interview questions at a 2 yr Scriptor level. Thanks and all answers are much appreciated.
How you load a loadrunner agent?
What are the different types goals in goal-oriented scenario?
How are concurrent users differing from simultaneous users?
What is the configuration of systems when using load runner?
What are the section contain by the vugen while creating a vuser script?
How can we develop the database vuser script?
What are the different sections of the script? In what sequence do these sections run?
What are the 5 icons appear in the buttom of the controller windows?