You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Jian-Ming Zheng <jm...@gmail.com> on 2011/11/29 09:40:22 UTC

Send requests using CSV Data Set and If Controller

Hi,

I have some questions about using CSV Data Set and If Controller.

I have a Test Plan as follows:
- Thread Group (creating 100 threads)
-- CSV Data Set Config (for PATH variable)
-- HTTP Request Sampler (to send the requests using ${PATH} variable)

The CSV file stores several requests and is shared between all threads
(i.e., All threads sharing mode). There is a specific request pattern
called “unsent”. I want to use If Controller so that a thread does not
send a request when it reads the specific pattern from the CSV file.
Is it possible to do this using If Controller? If yes, where to add If
Controller and how to set it?

Thanks for any replies.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org


Re: Send requests using CSV Data Set and If Controller

Posted by ZK <st...@gmail.com>.
- Thread Group (creating 100 threads) 
-- CSV Data Set Config (for PATH variable)
-- If Controller :- Condition: "${PATH}" != "specific pattern"  
--- HTTP Request Sampler (to send the requests using ${PATH} variable) 


ZK

--
View this message in context: http://jmeter.512774.n5.nabble.com/Send-requests-using-CSV-Data-Set-and-If-Controller-tp5031600p5031693.html
Sent from the JMeter - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org