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]

Reply via email to