http request: http://ipAddress:Port/SomeResource?Param1=value1&Param2=value2&......
so on. This is a http request sample in jmeter that hits a rest api and gets response in JSON format.
Here the challenge is Param1, param2, param3 .... these search parameters number is not constant it may change depending on the call so i am making a csv file that contains rows that contain search parameters in coma separated format.
CSV file is like param1,param2 param1,param2,param3 param1
so how to do this in jmeter.
Aucun commentaire:
Enregistrer un commentaire