Tagged Questions

2
votes
1answer
1k views

Integration test framework?

I am looking for a test framework to cover our black box integration tests. We need something that is scriptable by non developers (aka not C# unit test type stuff). The initial scenarios I have in ...
0
votes
3answers
291 views

Using automated unit test for black box integration test, how bad is that and what is better?

I have an API that can be implemented by various vendors. I can send and receive data and get different return codes with the API. What I want to do is be able to test the API and in an automated ...