Automatic testing of GUI related private methods
- by Stein G. Strindhaug
When it comes to GUI programming (at least for web) I feel that often the only thing that would be useful to unit test is some of the private methods*. While unit testing makes perfect sense for back-end code, I feel it doesn't quite fit the GUI classes.
What is the best way to add automatic testing of these?
* Why I think the only methods…