Open skrzepto opened 8 years ago
I'll be working on a driver program for external testing (almost blackbox). It will send HTTP requests with JSON content to our API, with some faults randomly generated on the readings. Then it can potentially use the GET requests and verify the results.
Even if this doesn't seem very related to the automated testing suite (mostly because it is not deterministic and as fine-grained) I decided to comment because I think there is some room for code-sharing between the automated testing suite and my tool. We should coordinate on this at some point but feel free to make a testing suite first.
Automated test suite
To verify the functionality of the code
Dev test data suite
Test data to play with the program