1442Software EngineeringMedium
In XP an automated unit test framework is used to write tests for a new piece of functionality before that functionality itself is implemented ________?
AFalse
BTrue
Correct answer
B. True
Explanation
Explanation: XP follows Test-first development approach.