Code coverage is a great metric that measures the degree of which the source code of the program has been…
Read moreTDD: Purposes and Practices
Test-Driven Development (TDD) is frequently misunderstood in ways that cause needless struggle, delay, and upset. Misunderstanding and misrepresentation have been painful…
Read moreGetting Away With Testing Legacy Code
I’m a big proponent of test-driven development: write tests first, production code next, and refactor it, but I also love…
Read moreWhat’s a Branch and How to Make Sure It’s Covered
What’s a branch? A branch is a piece of code that comes after a condition. In a branch, only one…
Read moreWhy Do You Need to Unit Test If You Have a QA Team? – Part 2
In our previous post, we covered all the bases. In this part, we dig deeper and identify what the real…
Read moreWhy Do You Need to Unit Test If You Have a QA Team?
In this post, we’ll help you see how “QA team” & “unit test” are related—and how both are important to developing high-quality software.
Read moreSome of the Best Programmers are Self-taught Programmers
Wouter de Kort, author of DevOps on the Microsoft Stack, shares with us in “Reflections of a coder” what his concerns and hopes are.
Read morePart 2: How Does Unit Testing Fit Into the DevOps World?
In the 2nd part of our series, we dive into the DevOps culture and discover that it seeks efficiency through automation. Read on to learn more.
Read moreHow Does Unit Testing Fit Into the DevOps World?
DevOps is rooted in applying Agile principles to operations. It caught on like wildfire because developers were hitting a wall…
Read moreInterview with Doug Thompson
This week, we are back with Doug Thompson in our interview series. Some may remember him from a prior interview…
Read more