_______________ 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
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
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
Which of the following is a part of testing OO code ?
(A) Validation tests
(B) Integration tests
(C) Class tests
(D) System tests
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
________________ 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
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
Which testing tool does a simple job of enforcing standards in a uniform way of many programs ?
(A) Static Analyzer
(B) Code Inspector
(C) Standard Enforcer
(D) Both Code Inspector & Standard Enforcer
Standard Enforcer is a___________________?
(A) Static Testing Tool
(B) Dynamic Testing
(C) Static & Dynamic Testing
(D) None of the mentioned
Test should be conducted for every possible_______________________?
(A) data
(B) case
(C) variable
(D) all of the mentioned