News

We were unaware of a good technical option for unit-testing GUI components. On the other hand, an acceptance test is a less formalized process than a unit test in terms of tools for automating it.
In addition, conventional unit testing, such as testing a class in isolation, often is not appropriate for GUI testing: A GUI “unit” can be made up of more than one component, each of them ...