1.

_____________ is a programming practice that expects new code to be written only if an automated test has failed and also to eliminate duplication.(a) Object Oriented Testing(b) Test Driven Development(c) Acceptance Testing(d) Lossless DevelopmentThis question was posed to me during a job interview.This intriguing question originated from Limitations of Standard Unit Testing topic in section In-container Testing of JUnit

Answer»

The correct ANSWER is (B) TEST Driven Development

Explanation: The goal of TDD is “clean CODE that works.”



Discussion

No Comment Found

Related InterviewSolutions