Thankx for reply Noel. > > Yes. It is possible to do that way. But it spawns off a new process. > > I was wondering if we can > > 1. create a testcase programatically and populate the hashtree in jmeter > 2. Invoke StandAloneJMeter and pass on this hashtree(configuration) > 3. Gather the results and populate them into database from custom program. > > ~Rajesh.B > > > On Wed, Apr 8, 2009 at 10:04 AM, Noel O'Brien <[email protected]> wrote: > >> 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. >> >> > > > -- > ~Rajesh.B >
-- ~Rajesh.B

