Our organisation team structure is such that there is a new independent team of testers who is supposed to do API Testing. So as a member of this team, I do not have java code set up for every API project.
- So how can I write Consumer driven tests in that case?
- Or do I need to setup every consumer java project before i start testing?
- Or do I need to request all the API providers/consumers about this framework and ask them to implement the same.
Currently, the testing is limited to manual testing via Postman and Unit Testing by developers.