Many developers aim for 100% code coverage, but that is not always a good thing. When 100% code coverage becomes the goal, it's easy to lose sight of what you're doing and why you're doing...
Posts by Kristijan Kralj
Unit testing is a way to test small units of code. You usually do it in the development process, long before releasing the code to customers. You can also do unit testing to check if the code in a...
Software development is an exciting thing. It's one of the most complex and time-consuming processes in a company, but at the end of it all, it can be worth it. The other process that can take a...
Who performs unit testing? Is it done by developers or QA? Unit testing is a crucial part of software development in many organizations. The developer performs unit testing. That's because...
Is TDD dead in 2023? That's the question that skeptical people often ask about the TDD approach. Some people claim it is not necessary anymore. Others still use it and teach others about...
Is TDD worth it? Yes. But wait! Before you close this tab because you got your answer, let me explain with a short story how TDD helped me to survive the project I got. The first time I saw...