The benefits of writing a separate test suite for your app(blog.altometrics.com) |
The benefits of writing a separate test suite for your app(blog.altometrics.com) |
In addition, we used our tests for many of the same things the author recommended such as running a thousand instances concurrently to load test and using parameterized inputs to test the database indirectly. It lends some incredible abilities to verify over and over the application works.
(I used Selenium and a number of add ons to do this on our web application)