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 the rendezvous point?
What is Standard deviation? How it will use in Lr?
What is action section?
What kind of problem can we face regarding hardware, software, network and memory bottleneck during the performance test?
What is the configuration of systems when using load runner?
What is the significance of “vuser-init “?
What is remote command launcher?
What is a correlation?
What are the loadrunner testing process?
What are the advantages of load runner?
Why we insert the rendezvous point while running the scenario?
What are the vuser components in loadrunner?
How to record the desktop application in Loadrunner 12.53 version 64 bit window.
What is running virtual user graph?
How you develop the database vuser script?