What is the best way to document API test scenarios or test cases. In my experience, I have used Postman and Paw(Rapid API) for testing end points and have saved them as a collection. Whenever there is a change, open the collection and test it. However, testing an API is playing around with a combination of key- value pairs sent as part of Request and validating the response we get. I am unsure how to document what we have tested and how to document what all are automated. We have so many tes...