Specifying a set of test cases or test paths for each item to be tested at that level is known as__________________?
A. Test case generation
B. Test case design
C. ALL of the mentioned
D. None of the mentioned
A. Test case generation
B. Test case design
C. ALL of the mentioned
D. None of the mentioned
A. Adapter Pattern
B. Singleton Pattern
C. Delegation pattern
D. Immutable Pattern
Explanation: The delegation pattern is a design pattern in OOP where an object, instead of performing one of its stated tasks, delegates that task to an associated helper object.
A. data flow diagram
B. state transition diagram
C. control specification
D. workflow diagram
Explanation: The control specification(CSPEC. describes the behavior of the system, but it gives us no information about the inner working of the processes that are activated as a result of this behavior
A. restart()
B. reconfigure()
C. powerSave()
D. all of the mentioned
Explanation: A restart() message causes a transition to normal operation. Both the powerSave() and reconfigure() messages cause a transition to a state in which the system reconfigures itself.
A. Things
B. Relationships
C. Diagrams
D. All of the mentioned
Explanation: All are the building blocks of UML which are further sub-categorized.
A. All Statements Coverage
B. Control Structure Coverage
C. Cause-Effect Graphs
D. All Paths Coverage
Explanation: Rest are test strategies of white box testing.
A. List all actions that can be associated with a specific procedure
B. List all conditions during execution of the procedure
C. Define rules by indicating what action(s) occurs for a set of conditions
D. All of the mentioned
Explanation: A decision table includes action stub and a condition stub with a set of rules.