On 20/11/2007, Musuvathy, Ashok <[EMAIL PROTECTED]> wrote: > Hi, > > Is it possible to call the method "startNonGui (CLOption testFile, > CLOption logFile, CLOption remoteStart)" in class "JMeter" directly from > my java code ?
No; it's a private method. However, the source is available so of course you can take you own copy and try it out. > Has anyone had experience calling JMeter non gui mode directly from > another java class and read the test results ? - This is mainly to avoid > having to invoke a new JVM for every test. > > Any pointers to docs/discussions will be much appreciated. > > Regards > Ashok > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

