Tagged Questions
12
votes
5answers
342 views
Are Exhaustive “Brute Force” UI Tests Worth It?
Lately I've been asked to write some automated GUI tests of the following style:
Open the application
Open ALL dialog boxes
In each dialog check for ...
Are these types of tests worthwhile? What ...