1 Getting more out of automated acceptance tests
There are things you know, things you think you know and things you don't know. The first two are easy to test, you know how something should behave and can check that it does, or you think you know how something does behave and test to see if you are right. Testing for something you don't know is harder. One technique that does help is to vary the data and environments being used. Running the same tests with different data ...