How to do UI test ?

Me again… Well, I just wanted to speak about an issue for which I didn’t find any proper answer yet. The matter is gui testing. Currently, at work, we do proper unit test for “framework level code”. By “framework code”, I mean code being in some utilities or services projects which are put there to [...]

Thoughts and questions on Pragmatic Unit Testing

2 points stroke me when reading this “Pragmatic Unit Testing” book : – in order to easily test some class, they suggest to open the required methods by making them protected. I had first to check that protected included package readability (it does) but still I think it’s going a bit too far : if [...]

Book review : Pragmatic Unit Testing

During my holidays, I notably read

Running Scala specs tests in Maven with JUnit 4 – mccv

via Running Scala specs tests in Maven with JUnit 4 – mccv.