CSV data set config
Now we will bulk register customers by reading from a CSV file
Create a file in bin folder named “customers.csv”
Prepare customers.csv file like that:
Now, Right click on Simple Controller and click on Add > … Read more
Now we will bulk register customers by reading from a CSV file
Create a file in bin folder named “customers.csv”
Prepare customers.csv file like that:
Now, Right click on Simple Controller and click on Add > … Read more
Add a new simple controller. Right click on it and add new HTTP Request.
Edit the HTTP Request name to Create New Customer
Then set following configuration:
protocol[http]: https
Server Name or IP: ${baseUrl}
Port Number:… Read more
Now we will call a GET API having parameters in its path
Add another HTTP Request
Set following configuration:
protocol[http]: https
Server Name or IP: customer-test-api.herokuapp.com
Port Number: 443
Method: POST
Path: /customer/api/v1/get/101
Here, 101 is … Read more
Add another HTTP request. Right-click on Thread Group and go to
Add > Sampler > HTTP Request
Set following configuration:
protocol[http]: https
Server Name or IP: customer-test-api.herokuapp.com
Port Number: 443
Method: POST
Path: /customer/api/v1/login
Now, go to … Read more