InterviewSolution
Saved Bookmarks
| 1. |
Which testing integrates the set of classes required to respond to one input or event for the system?(a) cluster testing(b) thread-based testing(c) use-based testing(d) none of the mentionedI got this question during an interview.I would like to ask this question from Object Oriented Testing in division Software Testing and Quality Management of Software Engineering |
|
Answer» RIGHT OPTION is (B) THREAD-based testing Easiest explanation: Each thread is integrated and TESTED individually. Regression testing is applied to ensure that no side effects occur. |
|