What does TDD (software testing) stand for?
What does TDD (software testing) stand for?
a. Test-driven development is a software development technique based on a non-testing approach.
b. Test-driven development is a software development process that transforms software requirements into test cases before the software is fully developed and tracks all software development by repeatedly testing the software for all test cases.
b. Test-driven development is a software development process that transforms software requirements into test cases before the software is fully developed and tracks all software development by repeatedly testing the software for all test cases.
Explanation:
Test-driven development (TDD) is a software development process relying on software requirements being converted to test cases before software is fully developed, and tracking all software development by repeatedly testing the software against all test cases. This is as opposed to software being developed first and test cases created later.