1

I am using Postman to test the Rest service with swagger 2.0 specs. I want to update the existing collection with multiple test cases with the new API specs. Can anyone suggest a solution that will keep all existing requests and update the collection?

Noximus
  • 11
  • 2
  • I tried using Postman API update collections service. However it removes all existing test cases – Noximus Feb 09 '22 at 07:37

1 Answers1

0

if you want to keep that collection and update that with some test cases then you can duplicate that collection and update that duplicated one. It will let you have a backup of that previous collection and work on that same collection as well.