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 |
If web server, database and Network are all fine where could be the problem?
what r the major concepts in C are very much used in load run script?
How to identify what to correlate and what to parameterize?
What is visual recorder in Load Runner?
What in percentile graph?
difference between latency and transaction response time
Specific Performance Monitoring counters for, 1. Web Servers (IIS, Apache etc) 2. Application Servers (Weblogic etc) 3. Database Servers a. Oracle Database b. Sybase c. SQL Server d. DB2
What are different types of vuser logs which can be used while scripting and execution? What is the difference between these logs?
What is Injector in Loadrunner?
what are the skip functions in Load Runner?
What do you mean by creating vuser script?
Why do you create parameters?