1.

DRY stands for ____________(a) Do right yourself(b) Don’t repeat yourself(c) Don’t ring the yarn(d) Do rule over yourselfThe question was posed to me in an interview for internship.My doubt stems from Stress Testing topic in portion Software Testing Principles of JUnit

Answer»

Right option is (b) Don’t repeat yourself

Explanation: Application of the DRY principle successfully means a MODIFICATION of any single element of a system does not need a CHANGE in other LOGICALLY UNRELATED elements.



Discussion

No Comment Found

Related InterviewSolutions