How do you maintain REST API test cases?
For a given REST endpoint, we can have multiple input JSON strings depending on the scenarios, and then the corresponding response JSON. How do you maintain all these input and output JSON? Harcoding them in the test code seems like, they will be dif...
Apr 2, 2019R