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 is RDR files in Load runner? What is Scenario Configuration in Load runner
what is the difference between placing a think time in between trasaction and the end of the transaction
In Load Runner how to get the particular server response time?
What is the advantage of running vuser as a process than a thread?
Can someone suggest me which is the best institute in Hyderabad for Load runner and Selenium
For what purpose are the virtual users created ?
How the graph works when increasing from minimum vuser to maximum vuser in loadrunner?
difference between GET & POST methods in JAVA?
which is the best institute to learn load runner in hyderabad?
What do you mean by remote command launcher(rcl)?
U r taken ORD=All in correlated function.What it represents.Now i want to capture the ORD=3 occurance& place it in web_submit_data of vu gen script. How can u do it?
unexpectedly in analysis when i generated the report think time is added to response time.how to remove the thinktime from the report?