Which of the following is not a part of a test design document ?
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
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
A. Collaboration
B. Use case
C. State chart
D. Activity
Explanation: A use case diagrams captures only the functionality of the system whereas a dynamic model/view captures the functions as well as the action.
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. Sequence Diagram
B. Collaboration Diagram
C. Class Diagram
D. Object Diagram
Explanation: An object diagram focuses on some particular set of object instances and attributes, and the links between the instances. It is a static snapshot of a dynamic view of the system.
A. They can be used to discover parallel activities
B. They are used to depict workflow for a particular business activity
C. Activity diagram do not tell who does what and are difficult to trace back to object models
D. All of the mentioned
Explanation: Activity diagrams are graphical representations of workflows of step wise activities and actions with support for choice, iteration and concurrency.
A. patterns
B. documents
C. structures
D. methods
Explanation: A pattern is the outline of a reusable solution to a general problem encountered in a particular context.
A. Singleton pattern
B. Facade Pattern
C. Observer pattern
D. Factory method pattern
Explanation: Observer pattern defines one-to-many dependency among objects so that when one object changes its state, all its dependents are notified.