We need a set of thorough tests that invoke the same functionality that a user
would, if they were interacting with the web app through a browser. Many of
these tests would be end-to-end integration tests, as they would require
setting up state, invoking the tested functionality, and checking the new state.
Ideally, we would have one test scenario for each control that a user can
interact with in the web app.
Original issue reported on code.google.com by bestchai on 9 Dec 2011 at 6:41
Original issue reported on code.google.com by
bestchai
on 9 Dec 2011 at 6:41