You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by "Anupindi, Satish" <Sa...@cable.comcast.com> on 2009/09/23 00:21:29 UTC

Question on using the JUnit Sampler with JMeter




Hi,

            As a proof of concept, I created a sample JUNit Test Java
file (which is attached), compiled fine, created a jar file out of the
package defined for it. I then, copied the jar file to the
"JMeter_root_dir\lib\junit"  directory, and restarted JMeter. But I
could not find the SampleTest under the ClassName option. Any ideas why?
I Googled the hell out of it - but to no avail. Please help!!

 

Thanks,

Satish


Re: Question on using the JUnit Sampler with JMeter

Posted by Deepak Shetty <sh...@gmail.com>.
Just to have the solution in the mailing archives, another issue was that
the code was compiled with JDK 1.6. In which case JMeter also needs to be
run with that JDK or we need to recompile with JDK1.4

regards
deepak

On Wed, Sep 23, 2009 at 9:33 AM, sebb <se...@gmail.com> wrote:

> Turns out the jar file contained the java source only ... but a good
> idea anyway.
>
> On 23/09/2009, Deepak Shetty <sh...@gmail.com> wrote:
> > did you try running Junit using this jar directly to run your class?
> >
> >  regards
> >  deepak
> >
> >  On Wed, Sep 23, 2009 at 8:19 AM, Anupindi, Satish <
> >
> > Satish_Anupindirao@cable.comcast.com> wrote:
> >
> >  >
> >  > I am using JUnit3.
> >  >
> >  > -----Original Message-----
> >  > From: sebb [mailto:sebbaz@gmail.com]
> >  > Sent: Wednesday, September 23, 2009 10:54 AM
> >  > To: JMeter Users List
> >  > Subject: Re: Question on using the JUnit Sampler with JMeter
> >  >
> >  > On 23/09/2009, Anupindi, Satish <Satish_Anupindirao@cable.comcast.com
> >
> >  > wrote:
> >  > >
> >  > >  Does not seem to work with JMeter 2.3.4 either. Any ideas?
> >  >
> >  > Are you using JUnit3 or JUnit4?
> >  >
> >  > >
> >  > >  -----Original Message-----
> >  > >  From: sebb [mailto:sebbaz@gmail.com]
> >  > >  Sent: Tuesday, September 22, 2009 6:30 PM
> >  > >  To: JMeter Users List
> >  > >  Subject: Re: Question on using the JUnit Sampler with JMeter
> >  > >
> >  > >  On 22/09/2009, Anupindi, Satish
> >  > <Sa...@cable.comcast.com>
> >  > >  wrote:
> >  > >  >
> >  > >  >
> >  > >  >
> >  > >  >
> >  > >  >  Hi,
> >  > >  >
> >  > >  >             As a proof of concept, I created a sample JUNit Test
> >  > Java
> >  > >  >  file (which is attached), compiled fine, created a jar file out
> of
> >  > >  the
> >  > >  >  package defined for it. I then, copied the jar file to the
> >  > >  >  "JMeter_root_dir\lib\junit"  directory, and restarted JMeter.
> But
> >  > I
> >  > >  >  could not find the SampleTest under the ClassName option. Any
> >  > ideas
> >  > >  why?
> >  > >  >  I Googled the hell out of it - but to no avail. Please help!!
> >  > >  >
> >  > >
> >  > >  Please don't send attachments to the list (in this case it was
> >  > dropped
> >  > >  anyway).
> >  > >
> >  > >  N.B. JMeter 2.3.4 only supports JUnit3 because it targets Java 1.4+
> >  > >  There will be JUnit4 support in the next release of JMeter (no
> >  > release
> >  > >  date yet, but it will require Java 1.5+).
> >  > >
> >  > >  >
> >  > >  >  Thanks,
> >  > >  >
> >  > >  >
> >  > >  >  Satish
> >  > >  >
> >  > >  >
> >  > >  >
> >  > >  >
> >  > ---------------------------------------------------------------------
> >  > >  >  To unsubscribe, e-mail:
> jmeter-user-unsubscribe@jakarta.apache.org
> >  > >  >  For additional commands, e-mail:
> >  > jmeter-user-help@jakarta.apache.org
> >  > >  >
> >  > >
> >  > >
>  ---------------------------------------------------------------------
> >  > >  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> >  > >  For additional commands, e-mail:
> jmeter-user-help@jakarta.apache.org
> >  > >
> >  > >
> >  > >
>  ---------------------------------------------------------------------
> >  > >  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> >  > >  For additional commands, e-mail:
> jmeter-user-help@jakarta.apache.org
> >  > >
> >  > >
> >  >
> >  > ---------------------------------------------------------------------
> >  > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> >  > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> >  >
> >  >
> >  > ---------------------------------------------------------------------
> >  > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> >  > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> >  >
> >  >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

Re: Question on using the JUnit Sampler with JMeter

Posted by sebb <se...@gmail.com>.
Turns out the jar file contained the java source only ... but a good
idea anyway.

On 23/09/2009, Deepak Shetty <sh...@gmail.com> wrote:
> did you try running Junit using this jar directly to run your class?
>
>  regards
>  deepak
>
>  On Wed, Sep 23, 2009 at 8:19 AM, Anupindi, Satish <
>
> Satish_Anupindirao@cable.comcast.com> wrote:
>
>  >
>  > I am using JUnit3.
>  >
>  > -----Original Message-----
>  > From: sebb [mailto:sebbaz@gmail.com]
>  > Sent: Wednesday, September 23, 2009 10:54 AM
>  > To: JMeter Users List
>  > Subject: Re: Question on using the JUnit Sampler with JMeter
>  >
>  > On 23/09/2009, Anupindi, Satish <Sa...@cable.comcast.com>
>  > wrote:
>  > >
>  > >  Does not seem to work with JMeter 2.3.4 either. Any ideas?
>  >
>  > Are you using JUnit3 or JUnit4?
>  >
>  > >
>  > >  -----Original Message-----
>  > >  From: sebb [mailto:sebbaz@gmail.com]
>  > >  Sent: Tuesday, September 22, 2009 6:30 PM
>  > >  To: JMeter Users List
>  > >  Subject: Re: Question on using the JUnit Sampler with JMeter
>  > >
>  > >  On 22/09/2009, Anupindi, Satish
>  > <Sa...@cable.comcast.com>
>  > >  wrote:
>  > >  >
>  > >  >
>  > >  >
>  > >  >
>  > >  >  Hi,
>  > >  >
>  > >  >             As a proof of concept, I created a sample JUNit Test
>  > Java
>  > >  >  file (which is attached), compiled fine, created a jar file out of
>  > >  the
>  > >  >  package defined for it. I then, copied the jar file to the
>  > >  >  "JMeter_root_dir\lib\junit"  directory, and restarted JMeter. But
>  > I
>  > >  >  could not find the SampleTest under the ClassName option. Any
>  > ideas
>  > >  why?
>  > >  >  I Googled the hell out of it - but to no avail. Please help!!
>  > >  >
>  > >
>  > >  Please don't send attachments to the list (in this case it was
>  > dropped
>  > >  anyway).
>  > >
>  > >  N.B. JMeter 2.3.4 only supports JUnit3 because it targets Java 1.4+
>  > >  There will be JUnit4 support in the next release of JMeter (no
>  > release
>  > >  date yet, but it will require Java 1.5+).
>  > >
>  > >  >
>  > >  >  Thanks,
>  > >  >
>  > >  >
>  > >  >  Satish
>  > >  >
>  > >  >
>  > >  >
>  > >  >
>  > ---------------------------------------------------------------------
>  > >  >  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  > >  >  For additional commands, e-mail:
>  > jmeter-user-help@jakarta.apache.org
>  > >  >
>  > >
>  > >  ---------------------------------------------------------------------
>  > >  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  > >  For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>  > >
>  > >
>  > >  ---------------------------------------------------------------------
>  > >  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  > >  For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>  > >
>  > >
>  >
>  > ---------------------------------------------------------------------
>  > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>  >
>  >
>  > ---------------------------------------------------------------------
>  > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>  >
>  >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Question on using the JUnit Sampler with JMeter

Posted by Deepak Shetty <sh...@gmail.com>.
did you try running Junit using this jar directly to run your class?

regards
deepak

On Wed, Sep 23, 2009 at 8:19 AM, Anupindi, Satish <
Satish_Anupindirao@cable.comcast.com> wrote:

>
> I am using JUnit3.
>
> -----Original Message-----
> From: sebb [mailto:sebbaz@gmail.com]
> Sent: Wednesday, September 23, 2009 10:54 AM
> To: JMeter Users List
> Subject: Re: Question on using the JUnit Sampler with JMeter
>
> On 23/09/2009, Anupindi, Satish <Sa...@cable.comcast.com>
> wrote:
> >
> >  Does not seem to work with JMeter 2.3.4 either. Any ideas?
>
> Are you using JUnit3 or JUnit4?
>
> >
> >  -----Original Message-----
> >  From: sebb [mailto:sebbaz@gmail.com]
> >  Sent: Tuesday, September 22, 2009 6:30 PM
> >  To: JMeter Users List
> >  Subject: Re: Question on using the JUnit Sampler with JMeter
> >
> >  On 22/09/2009, Anupindi, Satish
> <Sa...@cable.comcast.com>
> >  wrote:
> >  >
> >  >
> >  >
> >  >
> >  >  Hi,
> >  >
> >  >             As a proof of concept, I created a sample JUNit Test
> Java
> >  >  file (which is attached), compiled fine, created a jar file out of
> >  the
> >  >  package defined for it. I then, copied the jar file to the
> >  >  "JMeter_root_dir\lib\junit"  directory, and restarted JMeter. But
> I
> >  >  could not find the SampleTest under the ClassName option. Any
> ideas
> >  why?
> >  >  I Googled the hell out of it - but to no avail. Please help!!
> >  >
> >
> >  Please don't send attachments to the list (in this case it was
> dropped
> >  anyway).
> >
> >  N.B. JMeter 2.3.4 only supports JUnit3 because it targets Java 1.4+
> >  There will be JUnit4 support in the next release of JMeter (no
> release
> >  date yet, but it will require Java 1.5+).
> >
> >  >
> >  >  Thanks,
> >  >
> >  >
> >  >  Satish
> >  >
> >  >
> >  >
> >  >
> ---------------------------------------------------------------------
> >  >  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> >  >  For additional commands, e-mail:
> jmeter-user-help@jakarta.apache.org
> >  >
> >
> >  ---------------------------------------------------------------------
> >  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> >  For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> >
> >
> >  ---------------------------------------------------------------------
> >  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> >  For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

Re: Question on using the JUnit Sampler with JMeter

Posted by sebb <se...@gmail.com>.
Are there any errors reported in the jmeter.log file?
If so, what are they?

If not, please send me privately (not to the list):

The jar.
The source for the test case(s) in the jar.

On 23/09/2009, Anupindi, Satish <Sa...@cable.comcast.com> wrote:
>
>  I am using JUnit3.
>
>
>  -----Original Message-----
>  From: sebb [mailto:sebbaz@gmail.com]
>
> Sent: Wednesday, September 23, 2009 10:54 AM
>  To: JMeter Users List
>  Subject: Re: Question on using the JUnit Sampler with JMeter
>
>  On 23/09/2009, Anupindi, Satish <Sa...@cable.comcast.com>
>  wrote:
>  >
>  >  Does not seem to work with JMeter 2.3.4 either. Any ideas?
>
>  Are you using JUnit3 or JUnit4?
>
>  >
>  >  -----Original Message-----
>  >  From: sebb [mailto:sebbaz@gmail.com]
>  >  Sent: Tuesday, September 22, 2009 6:30 PM
>  >  To: JMeter Users List
>  >  Subject: Re: Question on using the JUnit Sampler with JMeter
>  >
>  >  On 22/09/2009, Anupindi, Satish
>  <Sa...@cable.comcast.com>
>  >  wrote:
>  >  >
>  >  >
>  >  >
>  >  >
>  >  >  Hi,
>  >  >
>  >  >             As a proof of concept, I created a sample JUNit Test
>  Java
>  >  >  file (which is attached), compiled fine, created a jar file out of
>  >  the
>  >  >  package defined for it. I then, copied the jar file to the
>  >  >  "JMeter_root_dir\lib\junit"  directory, and restarted JMeter. But
>  I
>  >  >  could not find the SampleTest under the ClassName option. Any
>  ideas
>  >  why?
>  >  >  I Googled the hell out of it - but to no avail. Please help!!
>  >  >
>  >
>  >  Please don't send attachments to the list (in this case it was
>  dropped
>  >  anyway).
>  >
>  >  N.B. JMeter 2.3.4 only supports JUnit3 because it targets Java 1.4+
>  >  There will be JUnit4 support in the next release of JMeter (no
>  release
>  >  date yet, but it will require Java 1.5+).
>  >
>  >  >
>  >  >  Thanks,
>  >  >
>  >  >
>  >  >  Satish
>  >  >
>  >  >
>  >  >
>  >  >
>  ---------------------------------------------------------------------
>  >  >  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  >  >  For additional commands, e-mail:
>  jmeter-user-help@jakarta.apache.org
>  >  >
>  >
>  >  ---------------------------------------------------------------------
>  >  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  >  For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>  >
>  >
>  >  ---------------------------------------------------------------------
>  >  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  >  For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>  >
>  >
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


RE: Question on using the JUnit Sampler with JMeter

Posted by "Anupindi, Satish" <Sa...@cable.comcast.com>.
I am using JUnit3. 

-----Original Message-----
From: sebb [mailto:sebbaz@gmail.com] 
Sent: Wednesday, September 23, 2009 10:54 AM
To: JMeter Users List
Subject: Re: Question on using the JUnit Sampler with JMeter

On 23/09/2009, Anupindi, Satish <Sa...@cable.comcast.com>
wrote:
>
>  Does not seem to work with JMeter 2.3.4 either. Any ideas?

Are you using JUnit3 or JUnit4?

>
>  -----Original Message-----
>  From: sebb [mailto:sebbaz@gmail.com]
>  Sent: Tuesday, September 22, 2009 6:30 PM
>  To: JMeter Users List
>  Subject: Re: Question on using the JUnit Sampler with JMeter
>
>  On 22/09/2009, Anupindi, Satish
<Sa...@cable.comcast.com>
>  wrote:
>  >
>  >
>  >
>  >
>  >  Hi,
>  >
>  >             As a proof of concept, I created a sample JUNit Test
Java
>  >  file (which is attached), compiled fine, created a jar file out of
>  the
>  >  package defined for it. I then, copied the jar file to the
>  >  "JMeter_root_dir\lib\junit"  directory, and restarted JMeter. But
I
>  >  could not find the SampleTest under the ClassName option. Any
ideas
>  why?
>  >  I Googled the hell out of it - but to no avail. Please help!!
>  >
>
>  Please don't send attachments to the list (in this case it was
dropped
>  anyway).
>
>  N.B. JMeter 2.3.4 only supports JUnit3 because it targets Java 1.4+
>  There will be JUnit4 support in the next release of JMeter (no
release
>  date yet, but it will require Java 1.5+).
>
>  >
>  >  Thanks,
>  >
>  >
>  >  Satish
>  >
>  >
>  >
>  >
---------------------------------------------------------------------
>  >  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  >  For additional commands, e-mail:
jmeter-user-help@jakarta.apache.org
>  >
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Question on using the JUnit Sampler with JMeter

Posted by sebb <se...@gmail.com>.
On 23/09/2009, Anupindi, Satish <Sa...@cable.comcast.com> wrote:
>
>  Does not seem to work with JMeter 2.3.4 either. Any ideas?

Are you using JUnit3 or JUnit4?

>
>  -----Original Message-----
>  From: sebb [mailto:sebbaz@gmail.com]
>  Sent: Tuesday, September 22, 2009 6:30 PM
>  To: JMeter Users List
>  Subject: Re: Question on using the JUnit Sampler with JMeter
>
>  On 22/09/2009, Anupindi, Satish <Sa...@cable.comcast.com>
>  wrote:
>  >
>  >
>  >
>  >
>  >  Hi,
>  >
>  >             As a proof of concept, I created a sample JUNit Test Java
>  >  file (which is attached), compiled fine, created a jar file out of
>  the
>  >  package defined for it. I then, copied the jar file to the
>  >  "JMeter_root_dir\lib\junit"  directory, and restarted JMeter. But I
>  >  could not find the SampleTest under the ClassName option. Any ideas
>  why?
>  >  I Googled the hell out of it - but to no avail. Please help!!
>  >
>
>  Please don't send attachments to the list (in this case it was dropped
>  anyway).
>
>  N.B. JMeter 2.3.4 only supports JUnit3 because it targets Java 1.4+
>  There will be JUnit4 support in the next release of JMeter (no release
>  date yet, but it will require Java 1.5+).
>
>  >
>  >  Thanks,
>  >
>  >
>  >  Satish
>  >
>  >
>  >
>  >  ---------------------------------------------------------------------
>  >  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  >  For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>  >
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


RE: Question on using the JUnit Sampler with JMeter

Posted by "Anupindi, Satish" <Sa...@cable.comcast.com>.
Does not seem to work with JMeter 2.3.4 either. Any ideas? 

-----Original Message-----
From: sebb [mailto:sebbaz@gmail.com] 
Sent: Tuesday, September 22, 2009 6:30 PM
To: JMeter Users List
Subject: Re: Question on using the JUnit Sampler with JMeter

On 22/09/2009, Anupindi, Satish <Sa...@cable.comcast.com>
wrote:
>
>
>
>
>  Hi,
>
>             As a proof of concept, I created a sample JUNit Test Java
>  file (which is attached), compiled fine, created a jar file out of
the
>  package defined for it. I then, copied the jar file to the
>  "JMeter_root_dir\lib\junit"  directory, and restarted JMeter. But I
>  could not find the SampleTest under the ClassName option. Any ideas
why?
>  I Googled the hell out of it - but to no avail. Please help!!
>

Please don't send attachments to the list (in this case it was dropped
anyway).

N.B. JMeter 2.3.4 only supports JUnit3 because it targets Java 1.4+
There will be JUnit4 support in the next release of JMeter (no release
date yet, but it will require Java 1.5+).

>
>  Thanks,
>
>
>  Satish
>
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Question on using the JUnit Sampler with JMeter

Posted by sebb <se...@gmail.com>.
On 22/09/2009, Anupindi, Satish <Sa...@cable.comcast.com> wrote:
>
>
>
>
>  Hi,
>
>             As a proof of concept, I created a sample JUNit Test Java
>  file (which is attached), compiled fine, created a jar file out of the
>  package defined for it. I then, copied the jar file to the
>  "JMeter_root_dir\lib\junit"  directory, and restarted JMeter. But I
>  could not find the SampleTest under the ClassName option. Any ideas why?
>  I Googled the hell out of it - but to no avail. Please help!!
>

Please don't send attachments to the list (in this case it was dropped anyway).

N.B. JMeter 2.3.4 only supports JUnit3 because it targets Java 1.4+
There will be JUnit4 support in the next release of JMeter (no release
date yet, but it will require Java 1.5+).

>
>  Thanks,
>
>
>  Satish
>
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org