Using CSV file with jmeter to perform performance testing for multiple login and logout
Follow the below steps to perform
1.Open Jmeter (After opening jmeter follow the below steps)
2.Click on Test plan and add thread group
3.Add configuration elements(1.Http request default , 2.Http cookie manager , 3.Http Header manager)
4.After adding click on Http request default (Here you need to give URL name here)
5.Now add Http proxy server to workbench
6.Add timer(Constant timer)
7.Now we need to set browser proxy
8.Now start the proxy
9.Perform operation what you want to perform.
10.Stop the proxy.
11.Now keep the request which are required for you omit remaining.
12.Now you want perform login operation so add CSV data set configuration file to request
13.Use those variable in http request default
14.Add the listener which you want to use then run the test
15.Then run the test
Follow the below steps to perform
1.Open Jmeter (After opening jmeter follow the below steps)
2.Click on Test plan and add thread group
3.Add configuration elements(1.Http request default , 2.Http cookie manager , 3.Http Header manager)
4.After adding click on Http request default (Here you need to give URL name here)
5.Now add Http proxy server to workbench
6.Add timer(Constant timer)
7.Now we need to set browser proxy
8.Now start the proxy
9.Perform operation what you want to perform.
10.Stop the proxy.
11.Now keep the request which are required for you omit remaining.
12.Now you want perform login operation so add CSV data set configuration file to request
13.Use those variable in http request default
14.Add the listener which you want to use then run the test
15.Then run the test