InterviewSolution
Saved Bookmarks
| 1. |
_____________ is a software testing technique that is useful to help in the generation of test data.(a) Symbolic Execution(b) Stubs(c) Active testing(d) All-pairs testingThis question was addressed to me by my college professor while I was bunking the class.Question is taken from The Mock Objects Solution in chapter In-container Testing of JUnit |
|
Answer» RIGHT option is (a) Symbolic Execution Easiest EXPLANATION: Symbolic Execution is used in PROVING the PROGRAM quality. |
|