InterviewSolution
Saved Bookmarks
| 1. |
__________ in the code are signs of bad code designs and should be avoided.(a) Repetitions(b) Modularity(c) Functions(d) DocumentationI had been asked this question in quiz.The question is from Black Box Testing topic in portion Software Testing Principles of JUnit |
|
Answer» The correct ANSWER is (a) Repetitions |
|