chubbymaggie / synoptic

Automatically exported from code.google.com/p/synoptic
0 stars 0 forks source link

Tests for user-facing GWT logic #188

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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