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 the think time?
What is the use of "swing time" in Load Runner?
if we have licence for 200 vuser and if we u want to get performance matrix to 300 vuser how will u perform
i dnt kw loadrunner but i want kw.plz can any 1 help me
what r the arguments in imagecheck in loadrunner vugenerator?
Suppose you are not using Web server (But using Application Server and DB server). Then what are the graphs available in LoadRunner?
how can u capture the database counters?
what is is difference between load testing and other testings?
1 Answers 4soft solutions, Four soft,
What is the difference between transaction and transaction instance in loadrunner ?
What are monitors?
What is the difference between Scalbility Testing and Volumetric Testing. in Performance Testing?
How are concurrent users differing from simultaneous users?