Can we extract testData for 3000 iterations

For example: I have created a single request and iterated it 3000 times, can i get this testdata stored somewhere in a single file

Hello
I have the same question : is it possible to organize a request, run it automatically for example also 3000 times, and record/extract the 3000 answers of the API in a csv file, for an export.

1 Like

Hi thee , I have face this challenge some time ago , and this link have references , that may help you :
there are 2 ways : using newman or using nodejs as a post server , and some more few configuration steps.

Many thanks, gmaimonides, for your answer ! It seems easier with Newman…