Category

Sanity Testing

Category

We all know how important it is to test code. Test-driven development, continuous integration, and other testing techniques are all crucial for helping us build quality software that users want. After all, the ultimate goal of testing is to ensure we’re building a product that meets our needs—not just once when we first build it, but continuously over time as new features get added and old ones get removed. Test driven development is a great…