Do you know that testing is essential when building apps? When you start building applications for the web or mobile apps, you may think that testing happens later in the development...
Posts by Kristijan Kralj
So you've decided to start writing unit tests for your code. Great decision! But you're struggling with how to test abstract classes. Unfortunately, testing can be like that. It can be complex...
Frenzy Focus, 25 Minutes at a Time: Pomodoro Technique for Programmers
If you're a developer, then there's one thing that all of you know by now: coding can be challenging work. It's hard to get things done without distraction. And you know what happens when you...
9 Fluent Assertions Tricks to Save Hours of Your Testing Time
There's one big difference between being a good programmer and a great one. A great one is always thinking about the future of the software. He thinks about how he can write code to be easy to...
As a software developer, you want to ensure that your code works. After you've written it, you want to test it to ensure it's doing what it's supposed to do. While you can do many kinds of...
Unit Tests vs Functional Tests: Not All Tests Are Created Equal
Software bugs cause delays lost revenue and damaged reputation. Unit tests are a great way to prevent bugs from creeping into your codebase. They also give you an invaluable layer of protection...