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 |
How can we find database related issues?
What is the advantage of running the Vuser as thread?
)what is web protocol& webservices protocol .Can u just give the examples.
What is correlation? Explain the difference between automatic correlation and manual correlation?
What is the difference between classic schedule and real schedule in controller ?
what is built monitors and they are explain plz?
What is Injector in Loadrunner?
What is protocol function?
What is local configuration file?
There is scenario. Total no. of transaction you have to done 1,00,000 in 8 Hour duration. One transaction taking time to complete 6 mins. how many Vusers you will run on this test.
we run a load test for one hour, while doing analysis every transaction was took 3 to 4 sec, but login functionality was took 10 sec, how will you analyse this ploblem
What is the difference between load, performance testing?