Computer Programming MCQs

5739 MCQs  (Page 383 of 574)

Test cases should uncover errors like_____________________?
A. Nonexistent loop termination
B. Comparison of different data types
C. Incorrect logical operators or precedence
D. All of the mentioned
What is normally considered as an adjunct to the coding step____________________?
A. Integration testing
B. Unit testing
C. Completion of testing
D. Regression testing
Which of the following issues must be addressed if a successful software testing strategy is to be implemented ?
A. Use effective formal technical reviews as a filter prior to testing
B. Develop a testing plan that emphasizes “rapid cycle testing.”
C. State testing objectives explicitly
D. All of the mentioned
The construction of object-oriented software begins with the creation of__________________?
A. Design model
B. Analysis model
C. Code levels
D. Both design and analysis model
Which of the following is one of the steps in the integration testing of OO software ?
A. Cluster testing
B. Thread-based testing
C. Use-based testing
D. None of the mentioned
Which of the following testing types is not a part of system testing ?
A. Recovery testing
B. Stress testing
C. System testing
D. Random testing
Which of the following is black-box oriented and can be accomplished by applying the same black-box methods discussed for conventional software ?
A. Conventional testing
B. Oo system validation testing
C. Test case design
D. Both conventional testing and oo system validation testing
________________ methods can be used to drive validations tests ?
A. Yellow-box testing
B. Black-box testing
C. White-box testing
D. All of the mentioned