JSONPath in Gatling – How to Use Regular Expressions in Performance Tests
This article will show you how to use JSONPath in Gatling tests. Our sample RESTful web service is https://jsonplaceholder.typicode.com/ and we are going to use /todos endpoint in our tutorial. This endpoint will return a bunch of items, then we’ll fetch … Read more