Is there any way I could assign parameter names and values both to a request from a csv file. E.g. In a certain recording, there are five check boxes. When I click all of them and submit the form, the form data that gets recorded is: geo=1 geo=2 geo=3 geo=4 geo=5
Now, when I select only 2 check boxes the form data is: geo=1 geo=2
The other parameters are not sent with the request. How can I emulate this in Jmeter.
Any help will be appreciated. Thanks.