Why do you create parameters?
Answers were Sorted based on User's Feedback
Answer / mahesh sv
Parameters are like script variables. They are used to vary
input to the server and to emulate real users. Different
sets of data are sent to the server each time the script is
run. Better simulate the usage model for more accurate
testing from the Controller; one script can emulate many
different users on the system.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / pravash0000@gmail.com
To Avoid cache memory we are using parameterization
EX:if i send the userid and password to the server at ist server will check the user id and password.if second time i will send the same userid and password it will fetch from browser thats means cache memory will work .so we cant get proper response time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / maheshwar
Parameters are used inorder to check how your application
performs the same operation with different data.
| Is This Answer Correct ? | 0 Yes | 1 No |
what are the objectives of performance testing?
what are the risks you faced with loadrunner
what are the skip functions in Load Runner?
What is the difference between hits/second and requests/second?
What is the difference between manual and auto correlation? Why we need Manual correlation? what is the main Drawback in auto correlation?
what is mean by splitfunction give me one example?
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)
Where should you add a web_reg_save_param function to a script?
why parameterization is necessary when load testing the web server and the data base server ?
What Is The Cofidence Level In Load Runner?
How can we recording vuser scripts using vugen?
When Do u Do LoadTesting and When You do StressTesting? What settings you have to changes for loadtesting and stress testing?