Hi, Just use 2 samplers, one making GET request, another making POST. Use controllers if needed. It will be the most efficient way in your case.
С уважением, Андрей Похилько -----Original Message----- From: Karsten Gaul [mailto:[email protected]] Sent: Monday, June 28, 2010 12:27 PM To: [email protected] Subject: Switch request method dynamically Hi, what I would like to do is get the HTTPRequest method (POST, GET) dynamically from a csv file which I created. The reason is that I want to replay recorded data including many different paths and variables on the same host. I used the CSV Config Element, only one HTTPRequest, and as many iterations in the thread group as I have rows in the csv. This works fine except for the request method because it has a combo box where I cannot insert variable names. Any Ideas? rgds, Karsten --------------------------------------------------------------------- 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]

