InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not regression test case?(a) A representative sample of tests that will exercise all software functions(b) Additional tests that focus on software functions that are likely to be affected by the change(c) Tests that focus on the software components that have been changed(d) Low-level components are combined into clusters that perform a specific software sub-functionThis question was posed to me during an interview for a job.Question is taken from Software Testing Strategies topic in chapter Software Testing and Quality Management of Software Engineering |
|
Answer» The correct answer is (d) Low-level components are combined into clusters that perform a SPECIFIC software sub-function |
|