My new TestRunner
I am trying to get some test for our code base that doesn't have any. None at all. There isn't even a documented test plan.
Because the API server is the core of our porduct, and because testing RESTful things is easier, we'll start by making a JavaScript tester. And because a webpage is friendlier that a command-line, it'll report in the browser.
https://github.com/mcotton/TestRunner
And because a working webapp is even better documentation than a simple test suite.
https://github.com/mcotton/webapp
In an afternoon's worth of work I made a testrunner and in the off-hours over a couple days I made the webapp. Happy testing for everyone.