December 2013
Beginner
416 pages
12h 45m
English
I thought of that while riding my bicycle.
—Albert Einstein
So far, you’ve simply fixed errors as they occurred. This practice can be problematic, because you can introduce new errors into the code when fixing other issues. There is a better way: using automated testing scripts. In this chapter, you’ll test your application using the open source JUnit testing framework.
Read now
Unlock full access