Thursday, October 11, 2018

The Benefits of Test-driven Development

Benefits of Test-driven Development

It sounds like an oxymoron: Create test cases before coding. In the process of writing and using test cases before writing functionality, a developer can produce higher-quality software. That is the concept behind test-driven development (TDD), and it works. TDD Snapshot TDD has been around since at least 1999, and it is part of the […]

The post The Benefits of Test-driven Development appeared first on DevOps.com.