What are quality tests? In today’s post, we cover the characteristics of a good test and how to identify and enable them.
Read moreTest Driving a Blockchain Application: A Simple Example
We define blockchain, the challenges in blockchain application testing and walk through a simple example of testing a blockchain application.
Read moreConfessions of a Unit Testing Skeptic
In today’s post, I share a few confessions of a former unit testing skeptic, and why I think that unit testing is worth it.
Read more5 Challenges Banks Face When It Comes to Unit Testing
There are many barriers to unit test adoption. Today we will look at some of the common unit testing challenges in the banking industry.
Read moreThe Pitfalls of C++
There’s an old expression developers use when someone makes a mistake. They say you “shot yourself in the foot.” There’s…
Read moreUnit Testing With C++: The How and the Why
Why isn’t unit testing with C++ as common as it is with Java, C#, and Python? I don’t know. I…
Read moreThe Biggest Problems of Unit Testing With C++
Maybe you’re new to C++. Perhaps you’ve been working with the language for a while and are looking at unit…
Read moreQA Is Incomplete Without Unit Testing
Have you ever faced the challenge of having to sell unit testing to management? If you’re a software developer, then…
Read moreThe Business Case for Unit Testing – Part 2
In the previous part, we learned valuable lessons on how often to push code into production and studied how Facebook…
Read moreThe Business Case for Unit Testing
Over the years, unit testing has become more and more mainstream in the software development world. But this doesn’t mean…
Read more