On Wednesday 08 April 2009 14:57:38 Rajesh Balamohan wrote: > Hello Folks, > > I have some experience in using this wonderful JMeter tool. It is really > useful. > > I was wondering if we could the following with latest release of JMeter. > > 1. Create test plan programatically (using java client code, is it possible > to create test-plan and pass it on to JMeter?) > 2. Is it possible to kick off JMeter from some other java program?. (I know > only java-ant task is available. However, I would like to know if it is > possible to kick off from some other java code). This will help in doing > some performance automation.
You could use Runtime.exec() to run JMeter from Java code Regards, Noel > > Any pointers on this would be of great help.

