Ya..you can achieve it easily by using the if controller.. Get the csv data
in a variable and then check the value by using the if controller.

If I'm correctly understand your question this one is the optimal
solution.. Or you need to get the values only matching true into to
variable?
On Feb 15, 2012 7:02 PM, "waseemfa" <fazal.was...@gmail.com> wrote:

> Hi,
>
> I have a requirement where in i want few specific values to be picked from
> a
> csv data file and the tests to execute.
>
> The test goes like this
> The data file has values
>
> true,1,2,3
> false,2,3,4
> true,4,5,6
>
> I want the script to select only the values that start with true and pass
> as
> parameters.  Is there a way to achieve this?
>
> Thanks in advance,
> Waseem
>
> --
> View this message in context:
> http://jmeter.512774.n5.nabble.com/How-to-select-particular-values-from-data-file-tp5486054p5486054.html
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
> For additional commands, e-mail: user-h...@jmeter.apache.org
>
>

Reply via email to