Writing Good Acceptance Tests

From Aptana Development

Collected notes on how to write good acceptance tests.

  1. Ensure that the test statement does not specify implementation, but just what the item needs to do, i.e.
  2. The set of tests should cover at a minimum what a user would do to perform a simple check to make sure the dependent pieces are working and in order. they do not need to be exhaustive, but at least somewhat comprehensive.