restweb-servicespostmansoapui

Data storage after API call form Postman/SoapUI


I need to create an automated test-setup for some webservies, and plan to use SoapUI or Postman for that. My question is pretty basic. What happnds to the data after a request is made?

E.g. if the response contains data from a system, and display it in the Postman UI, will Postman store the response? Or what will happnd to it after the request?

I'm asking for security purpose and I was not able to find a concrete answer myself. Thank you in advance.


Solution

  • As per the official site

    "Postman does not track any content of your requests/responses."

    Under File--> settings

    enter image description here

    You can even avoid using the cloud version if you don't want to sync up things

    enter image description here