Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

API testing is done using Postman Collections which are : files that contain the request(s) format and URL(s) to call a specific API. Collections may also contain secrets that are needed to call the API, such as API keys, OAuth tokens, etc. These secrets need to be handled with care, in order to avoid:

...