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 main usage and function of MI Listener? Please anyone give me a correct ans.....
How can we find database related issues?
How to increase the performance of an application?real timers plz(Chandana)
Any one could help me please in modeling of OpenSTA performance test script for session-id maintenance,so that edited script can used for several users.
What is SoketLevelData? And Its purpose?
how test an real time application using the loadrunner .plz give me an example
How do you load a load runner agent?
Where do you set Iteration for Vuser testing?
how can u see agent process in controller?
I read the answers given for 90 percentile calcutaion in the analysis report. If i am running a test for 1 record how is the 90 percent calculation done.
For what purpose are the virtual users created ?
what is monitoring in load runner ?