Software Testing as a Debugging Tool
Explore how software testing functions as a critical debugging tool, significantly enhancing code reliability and streamlining the development process
Apr 16, 20247 min read781

Search for a command to run...
Articles tagged with #testing
Explore how software testing functions as a critical debugging tool, significantly enhancing code reliability and streamlining the development process

Test Driven Development puts emphasis on unit over integration tests. The result can be lower quality featuring bugs that are baked into the product.

Is API mocking in unit tests important or does it do nothing? I think the answer is a bit more nuanced but we do need such tests to reduce daily churn
