Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomfanning/382cbf0bbfe5b9124cc12ebeab1c4cd1 to your computer and use it in GitHub Desktop.
Save tomfanning/382cbf0bbfe5b9124cc12ebeab1c4cd1 to your computer and use it in GitHub Desktop.
Batch file to run command line jmeter tests
del results.jtl
pushd C:\Users\Administrator\Desktop\apache-jmeter-2.13\bin
call jmeter.bat -n -t ..\..\jmeter-results\test-plan.jmx
popd
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment