I have a collection of 250+ requests/tests. I would like to save the request and response of each test into excelsheet , so it can be referred at anytime.
in a nutshell i want to save all request and their corresponding responses into excel sheet.
I have a collection of 250+ requests/tests. I would like to save the request and response of each test into excelsheet , so it can be referred at anytime.
in a nutshell i want to save all request and their corresponding responses into excel sheet.
you can do it using newman as a library. just store the data you want in a environment variable , and at the end of the run export that varaible and write to csv.
in collection runner you can do the same and write a html visualizatin template to download data as csv , but this is a manual step (just clicking the button at the end of the test run)