Tag "unit-test"

Unit tests with Python

In my previous post I gave an introduction to unit testing with Java. As personally I use Python, hence I give you a quick intro into unit testing with Python

Unit Testing and Code coverage in Java

I previously discussed code coverage. In this post I would like to focus on code coverage for Java, as a concrete example. As part of that I also introduce the basics of unit testing for Java.

Code coverage

Code quality is important and as part of this we are usually also interested in the code coverage. But what is code coverage and what we can do with it?