Hi Aidy,

No, it is the first item in the thread group in my case. Even better: it
is the only item in the root of the thread group.

Sander



-----Oorspronkelijk bericht-----
Van: aidy lewis [mailto:[EMAIL PROTECTED] 
Verzonden: woensdag 20 juni 2007 12:28
Aan: JMeter Users List
Onderwerp: Re: comments in csv data files?


Hi Sander,

On 20/06/07, Stevens, S. <[EMAIL PROTECTED]> wrote:
> What I do to solve this is the following:
>
> My csv looks like this:
>
> Execute?    Name    Address    Place
> Y           Jack    Freeroad   LA
> N           Tom     Holroad    NY
> Y           Georg   Twonroad   SFO
>
> In the jmeter script I start with an if statement:
> IF '${execute}' == 'Y'
> And the rest of the script will be executed if there is a Y in the 
> first column of the csv. If there is no Y in the first column it will 
> ignore the line and continue with the next one.
>

Are you writing the conditional statement in the beanshell
pre-processor.

Aidy

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


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

Reply via email to