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

_______________ 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

Explanation: For example, operations in the account class can be categorized in initialization operations (open, setup), computational operations (deposit,withdraw) etc.

Which testing integrates the set of classes required to respond to one input or event for the system?

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

Explanation: Each thread is integrated and tested individually. Regression testing is applied to ensure that no side effects occur.

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

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

Explanation: The object of fault-based testing within an OO system is to design tests that have a high likelihood of uncovering plausible faults.

Which of the following is black-box oriented and can be accomplished by applying the same black-box methods discussed for conventional software ?

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

Which of the following is one of the steps in the integration testing of OO software ?

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

Explanation: Here, a cluster of collaborating classes is exercised by designing test cases that attempt to uncover errors in the collaborations.