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 a ramp up and how it can be set?
Which is the best institute to learn Performance testing with real time project in hyderabad?
what is benchmarking?
What is threshold time in load runner
What are the documents your using ,and how your distibute the users
can you tell some load testing tools?
What is Differed Bug?
Pls post me Load Runner Certification details
Application Description: My current Project is a .net application & has Active X components also implements AJAX technology for report generation. Flow : A report has to be generated as soon as the preferences have been selected. Issue With Web(http/html) protocol in LR 8.1.4 and LR 9.1: Replay snap shot doesn't show any screens except the login screen(junk data is displayed instead of Reports)..And the last snap shot has "session expired" messsage. Issue with Web(click and Script) Able to record and replay sometimes...but no consistentency. Couldn't execute the script in the controller due to this incosistency. Any suggestions would be really helpfull.E-mail me for any further clarifications/information.
why do u need a parameterize fields in ur virtual user script ?
What is the process for developing a vuser script?
Why do you create parameter?