Answer:
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.
Previous Question | Next Question |
How do you find out where correlation is required? | How do you perform functional testing under load? |