Using a csv of urls to drive tests

Hello,

What is the best gatling method of taking request logs in a csv and replaying these in a gatling scenario.

The gatling academy uses a feeder method to replace the categoryId slug in the url. In my instance I want to use the entire url but that will involve complex assertions which I do not think would be right.

Sorry, but what’s your question here?

Apologies, I have a csv file from kibana which contains all the requests made to a production service.

I want to use that csv to drive my tests. Is the feeder the best way to do this?

If these requests are idempotent (GET, HEAD, LIST), you can easily replay them.
Otherwise, that’s way more complicated as you need the database to be in sync.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.