OK, now I understand.

Values that apply to the whole test plan can be defined in the TestPlan GUI:

http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Test_Plan

For example:

THREADS                    10

To override the value on the command line, you can use a property, for example:

THREADS                   ${__P(threads,10)}

If the "threads" property is defined, it will be used, otherwise the
default of 10 will be used.


On 25/10/2007, Fulvio Guglielmelli <[EMAIL PROTECTED]> wrote:
> I'm Sorry but it's not clear or, maybe, i'm not explain well.
>
>  I have many testPlan (jms files), i use the GUI, but in futere i could be 
> use the line command.
>
>  I have more parameter with CSV inputFile and CSV OutputFile.
>
>  If is possible, I would like, for each testplan, using a relative path using 
> as first folder the TestPlanName. (es: ${testPlanName}/input)
>
>  Now the documentation you send me allow me to define variable when i start 
> the testplan, but using the GUI i cannot
>
>  thanks for your time
>  Fulvio
>
> sebb <[EMAIL PROTECTED]> ha scritto:
>  __P() is for reading properties, not defining them.
>
> Properties need to be defined as described in:
>
> http://jakarta.apache.org/jmeter/usermanual/get-started.html#override
> and
> http://jakarta.apache.org/jmeter/usermanual/get-started.html#configuring_jmeter
>
> On 25/10/2007, Fulvio Guglielmelli wrote:
> > I tried to define a properties (__P(testPlan)) without success
> >
> > Fulvio
> >
> > sebb ha scritto:
> > What have you tried?
> >
> >
> > On 25/10/2007, Fulvio Guglielmelli wrote:
> > > Can abyone help me?
> > >
> > > FULVIO
> > >
> > > Fulvio Guglielmelli ha scritto:
> > > Hi
> > > i have many javaRequest Class for many test cases and any test have more 
> > > input file and output file.
> > >
> > > I created a folder structure one folder for each testPlan.
> > > .../testPlan1/Input
> > > .../testPlan1/Output
> > > .../testPlan2/Input
> > > .../testPlan2/Output
> > >
> > > ...
> > >
> > > I would like define a variable with the testPlan name to be use in 
> > > parameters definition.
> > >
> > > is it possible?
> > >
> > > Thanks
> > > FULVIO
> > >
> > > ---------------------------------
> > >
> > > ---------------------------------
> > > L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail
> > >
> > >
> > > ---------------------------------
> > >
> > > ---------------------------------
> > > L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> >
> > ---------------------------------
> > Bolletta salata? Passa a Yahoo! Messenger with Voice
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
> ---------------------------------
> Yahoo! Mail: gratis 1GB per i messaggi, antispam, antivirus, POP3

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to