I have created some test plans in Jmeter. Now I need to run them trough command line or java API.
Can anyone please suggest any links or examples on from CLI/JAVA API how to:
- Start jmeter
- Load the *.jmx [testplan] plan
- Specify number of threads
- Start the test
- Redirect the output result xml to result directory.