Software Engineering Mcqs
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

The object of ________________within an OO system is to design tests that have a high likelihood of uncovering plausible bugs ?

A. Fault-based testing
B. Integration testing
C. Use-based testing
D. Scenario-based 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

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 mentioned

Which of the following is a part of testing OO code ?

A. Validation tests
B. Integration tests
C. Class tests
D. System tests

What refers to the externally observable structure of an OO program ?

A. Deep structure
B. Surface structure
C. Core structure
D. All of the mentioned

In which of the following testing strategies, a smallest testable unit is the encapsulated class or object ?

A. Unit testing
B. Integration testing
C. System testing
D. None of the mentioned

_______________ categorizes class operations based on the generic function that each performs?

A. Category-based partitioning
B. Attribute-based partitioning
C. State-based partitioning
D. None of the mentioned

What is testing process’ first goal ?

A. Bug prevention
B. Testing
C. Execution
D. Analyses

Name an evaluation technique to assess the quality of test cases ?

A. Mutation analysis
B. Validation
C. Verification
D. Performance analysis