1

Is it possible to find when a Postman test request was created? Does the Postman keep history of changes for a test-case?

georgeliatsos
  • 1,168
  • 3
  • 15
  • 34

1 Answers1

0

There is a Changelog in the app that will show you the details of the changes within a Collection. For free users, this will just show you a line item and a date.

enter image description here

For pro and enterprise users, this shows the actual diff of the changes:

Changelog

More information can be found here:

https://learning.getpostman.com/docs/postman/workspaces/activity_feed_and_restoring_collections/

Danny Dainton
  • 23,069
  • 6
  • 67
  • 80