In this post, Matthew Brown first discusses why we need unit tests. He then demonstrates writing unit tests for an existing reference Angular application with an eye for how to make good use of testing tools for Angular.
A JavaScript Unit Test Trap
Attention: This article was published over 11 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.Youโre a few months into writing a shiny new web app, and the team just settled on some new standards for data structures used …
Short on Time? Switch to Groovy for Unit Testing
Attention: This article was published over 11 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.If you are a programming today, you have most likely heard of Unit Testing or of the Test-Driven Development process. I have yet to …
Checking Sanity in TDD Testing
Attention: This article was published over 11 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.Whether youโre in the process of fully adopting Test Driven Development (TDD), providing unit tests after you have written your code, or something in …
The Importance of Unit Testing
Attention: This article was published over 12 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.I’m currently working on an enhancement to an existing insurance premium rating algorithm. Anyone who has done work in insurance (whether it be in …



