Data Driven Api Tests

Hi All,
Currently, I am trying to create tests using RestSharp + MsTest, I haven’t come across much articles on Data Driven Api tests much. Has any one used this approach, also is it possible to get a test case template for Api Tests?
Thanks in advance,
Rajee

1 Like

I am working in middleware testing, where data driven api testing is prominent. We used tools but its limited functionalities has costed us more. So implemented a new framework using Cucumber (for passing the instructions)+ Excel (with data for preconditioning and output validation )+ Spring Rest( for consuming the Rest APIs) using Java

1 Like