Category: Testing

Test-Driven Development in an Agile world

These days businesses focus more and more on Continues Integration and Continues Deployment in the Agile / DevOps world. The urge of businesses to update their software more often results in more time pressure on testing the software. An answer to this problem is Test-Driven Development (TDD).
In this article I talk about what TDD is and what the method looks like.

Testing with mail servers

On several projects I’ve seen that a test and development environment needs a email server. Most of the times it’s not wanted that the emails are really send out. So I started a search...