How to Write Better Unit Tests
In working with some unit testing fairly extensively lately, I’ve gathered some guidelines I’ve tried to stick with over the years for writing better tests. Remember poorly written tests are a waste…
Read the full articleYou might also wanna read

First steps in TDD-land
Unit tests aren’t really new for me, but so far, on the different projets on which I worked recently, I haven’t really had the opportunity t

How to write your first unit test in JavaScript
Testing code is the first step to making it secure. One of the best ways to do this is to use unit tests, ensuring that each of the smaller
Why AI-Written Tests Break Every Time You Change Code — and How to Fix It
A developer discovered that tests written by an AI coding agent consistently passed on first run but broke repeatedly whenever underlying da

Revisiting unit testing and mocking in Python
This post covers some higher-level software engineering principles demonstrated in my experience with Python testing over the past year and

Writing unit tests in Java
In this post, we'll learn how to install and use JUnit 5 to write unit tests for some Java code. We'll use the VSCode integrated development
Dev-Owned Testing: Why It Fails in Practice and Succeeds in Theory
Article URL: Comments URL: Points: 5 # Comments: 4

Comments
Sign in to join the conversation.
No comments yet. Be the first.