Unit Testing

Unit testing is an essential part of the responsibilities of a professional software developer. My views and opinions about unit testing can be found from this category.

Why You Should Keep Your Build Green

by Petri on September 29, 2011

Continuous integration has established its place among the good software development practices. However, setting up a continuous integration server and configuring it to run your tests automatically does not mean that you are really doing continuous integration. It only means that you have installed a continuous integration server and it run your tests automatically. Martin [...]

{ 0 comments }

Read the full article...

Wrong Reasons Not to Write Unit Tests

by Petri on April 18, 2010

Automatic testing and continuous integration have become a some what standard in modern day software development. Even though I have noticed by experience that automatic testing does indeed reduce the number of bugs found from the software, not everyone is fond of writing unit tests. This blog post gathers together some of the objections against [...]

{ 1 comment }

Read the full article...