Hi I am also trying to run the Jmeter using Ant build file but can u pls tell me how to pass the number of threads and server name from outside .jmx file ?
Thanks in advance On Thu, Mar 4, 2010 at 7:24 AM, sebb <[email protected]> wrote: > On 03/03/2010, Rodolfo Landa <[email protected]> wrote: > > All, > > > > I use JMeter Ant Task to run test plans. I pass the number of threads > and > > loops like this: > > > > <property name="request.threads" value="1"> > > <property name="request.loop" value="10"> > > > > I cannot find how to pass the Ramp-Up period. Have someone done it > before or > > knows the name of this property? > > I don't know - the JMeter Ant task is not part of JMeter. > > However, you can just define the ramp-up using a property - > ${__P(request.rampup)} - in the test plan and then pass in the > property instead. > > > Thanks in advance. > > > > > > Rodolfo > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

