A ______________ is a graphical representation that depicts information flow and the transforms that are applied as data moves from input to output?
A. data flow diagram
B. state transition diagram
C. control specification
D. workflow diagram
A. data flow diagram
B. state transition diagram
C. control specification
D. workflow diagram
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. 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 object
B. attributes
C. relationships
D. data object and attributes
Explanation: They can be used to name an instance of the data object, describe the instance, or make reference to another instance in another table.
A. Sequence model
B. Subsystem model
C. Dynamic model
D. Both Sequence and Dynamic model
View Answer
Answer: a
Explanation: Sequence model are represented using a UML sequence or a collaboration diagram and are dynamic models.
A. design model
B. user’s model
C. mental image
D. system image
Explanation: The requirements specification may establish certain constraints that help to define the user of the system, but the interface design is often only incidental to the design model.
A. Test Plan
B. Test Design Specification
C. Test Case Specification
D. Test Log
Explanation: Test log is a part of testing result document.
advertisement