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?
Asked
Active
Viewed 314 times
1
-
I tried using Postman API update collections service. However it removes all existing test cases – Noximus Feb 09 '22 at 07:37
1 Answers
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.

Mohammad Shikhar
- 110
- 10
-
-
-
1Yes. Postman support told me the issue is with my API file. Will update if the problem is resolved. Thanks. – Noximus Feb 09 '22 at 08:12
-