skrzepto / IPRO-VAULT-SERVER

REST server that collects data from rpi sensors
1 stars 1 forks source link

Testing Suite #8

Open skrzepto opened 8 years ago

skrzepto commented 8 years ago

Automated test suite

To verify the functionality of the code

Dev test data suite

Test data to play with the program

sdimitro commented 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.

skrzepto commented 8 years ago

11 Testsuite PR