Create txt file from test

Hello!

I would like to generate a txt file where to incorporate some values of the variables that are filled in when executing requests and tests.
The function of this txt file is to have in a single place in text, some values generated by the requests that later I have to delete from the database.

I don’t know if i can do this…

Thansk so much

Hi @alejandroescribano,

There is way to write data from responses to file. Please refere below.

Instead of sending response you can pass variable data what you want to write in file.

Hope this helps :slightly_smiling_face: