Which of the following is a software process ?
A. Analysis and design
B. Configuration and management
C. Business modeling
D. All of the mentioned
A. Analysis and design
B. Configuration and management
C. Business modeling
D. All of the mentioned
A. Change Control Board
B. Change Control Baseline
C. Cumulative Changes in Baseline
D. None of the mentioned
A. Reasons for making the changes
B. A description of the proposed changes
C. List of other items affected by the changes
D. All of the mentioned
Explanation: A baseline is an agreed-to description of the product, changes require multiple reasons
A. cluster testing
B. thread-based testing
C. use-based testing
D. none of the mentioned
Explanation: Here, a cluster of collaborating classes is exercised by designing test cases that attempt to uncover errors in the collaborations.
A. Design based testing
B. Structural testing
C. Error guessing technique
D. None of the mentioned
Explanation: The structural testing is the testing of the structure of the system or component. Structural testing is often referred to as ‘white box’ or ‘glass box’ or ‘clear-box testing’ because in structural testing we are interested in what is happening ‘inside the system/application’.
A. Quality of design
B. Quality of conformance
C. Quality of testing
D. None of the mentioned
Explanation: This focuses on how well the implementation follows the design and how well the resulting system meets its requirements.
A. Yellow-box testing
B. Black-box testing
C. White-box testing
D. All of the mentioned
Explanation: Black-box testing methods are as appropriate for OO systems as they are for systems developed using conventional software engineering methods.