The company I work for is creating an api for our current desktop application.
We’re looking at Postman as a possible API testing solution.
We currently have 2 people available to maintain our API testing. Both of which don’t have much experience with API testing outside of simple postman requests\tests.
Questions:
1.) Based on your experience, at what point does request\test management get difficult? Is it when you have 10 requests and 100 test, or x10 that, or is that even how you’d measure that?
2.) Does anyone know of examples for larger scale projects publicly available?
My thought is to see how companies manage large number tests\requests, so we can learn from it. Most of the test organization examples I’ve seen have been small and not indicative of the real world of 100’s of requests and 1000’s of tests.
3.) Is there anything missing (I’m guessing yes) in regards to the way I’m thinking about API testing?
I appreciate any help you can provide,
Rob