Question - Why do you create parameters?
Answer -
Parameters are like script variables, and they are used to vary input to the server to emulate real users.
- Different sets of data are sent to the server whenever the script is run.
- Better simulate the usage model for more accurate testing from the Controller, and one script can emulate many different users on the system.