Let us consider we have an excel/csv containing multiple columns, column1 contains the website and the other columns contain the parameters, how to perform http GET login and map parameters of each site and get the result sheet in jmeter. Can someone help in solving this issue....
Asked
Active
Viewed 74 times
0
-
check out [this](http://stackoverflow.com/a/10745233/4324778) answer to a similar question. – RowlandB Sep 15 '16 at 15:35
1 Answers
1
you can map columns of the csv file with CSV_Data_Set_Config by setting variables names to : url,user,pwd.
after that you can use them on another components like this '${user}'
do http request HTTP_Request
and save the result with Save_Responses_to_a_file or to see them View_Results_Tree

Hassen Bennour
- 3,885
- 2
- 12
- 20