51. | Which of the following errors should not be tested when error handling is evaluated? |
Discuss |
Answer: (a).Error description is unintelligible
|
52. | What is normally considered as an adjunct to the coding step ? |
Discuss |
Answer: (b).Unit testing
|
53. | Which of the following is not regression test case? |
Discuss |
Answer: (d).Low-level components are combined into clusters that perform a specific software sub-function
|
54. | Which testing is an integration testing approach that is commonly used when “shrink-wrapped” software products are being developed? |
Discuss |
Answer: (c).Smoke testing
|
55. | In which testing level the focus is on customer usage? |
Discuss |
Answer: (d).Both Alpha and Beta
|
56. | Validation refers to the set of tasks that ensure that software correctly implements a specific function. |
Discuss |
Answer: (b).False
|
57. | The architecture of object-oriented software results in a series of layered subsystems that encapsulate collaborating classes. |
Discuss |
Answer: (a).True
|
58. | The construction of object-oriented software begins with the creation of |
Discuss |
Answer: (d).both design and analysis model
|
59. | Which testing integrates the set of classes required to respond to one input or event for the system? |
Discuss |
Answer: (b).thread-based testing
|
60. | Which of the following is one of the steps in the integration testing of OO software? |
Discuss |
Answer: (a).cluster testing
|