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 |
HI Any one can say the how to use the loadrunner to test the application. How to write the test scenarios & test cases.
lr_debug_message ?
Correlation without manually how u can do? i.e Automation correlation option where it is?
When we go for manula correlation, automation correlation Expl?(Chandana) Real timers Plz
What is visual recorder in Load Runner?
can we use Load Runner to perform load testing on client- server application developeds in java? if yes, which protocol to use and how to go for it?
what is bottleneck?
What is remote command launcher?
how to add 100 for dynamic(correlate value) value
What are the components of LoadRunner?
What are all the types of goals in goal-oriented scenario of load runner?
I am facing the active Screen Problem in loadrunner.While runnning the script active screen pop up is dispalying, always asking for username and password.This popup having OK,Cancel and HELP buttons.After clicking any OK or CANCEL button , then only it is moving to next step.What can i do? Please give any suggestion...