Another approach to testing your web application is to use automated recording tools, such as Badboy, to record the steps you want to test with your web application. Then you can pass the same script to Jmeter for testing purposes.
You can also pass different values โโto parameters in a script to test different scripts. For example, for your application there is a login page with a username / password field. Then you can write a script in case 1) and 2) invalid credentials.
Then, during testing, you can pass various values โโthrough CSV or by changing some values โโdirectly in the recorded script.
Further information on Badboy can be found at http://www.badboy.com.au/
source share