1.

The intent of using stubs is to replace a _________ behaviour with a simpler one.(a) Unique(b) Complex(c) Redundant(d) AnomalousThe question was asked in an online interview.My question comes from The Mock Objects Solution topic in chapter In-container Testing of JUnit

Answer»

Right answer is (B) Complex

To EXPLAIN: Stubs allow independent testing of some PART of the real CODE.



Discussion

No Comment Found

Related InterviewSolutions