A set of inputs, execution preconditions and expected outcomes is known as a __________________?
A. Test plan
B. Test case
C. Test document
D. Test Suite
A. Test plan
B. Test case
C. Test document
D. Test Suite
A. Provide for flexible interaction
B. Allow user interaction to be interrupt-able and undo-able
C. Show technical internals from the casual user
D. Design for direct interaction with objects that appear on the screen
Explanation: The user interface should move the user into the virtual world of the application.
A. data object
B. attributes
C. relationships
D. all of the mentioned
Explanation: The data model consists of three interrelated pieces of information: the data object,
the attributes that describe the data object, and the relationships that connect data objects to one another.
A. system context model
B. interaction model
C. environmental model
D. both system context and interaction
Explanation: The context model of a system may be represented using associations. Associations simply show that there are some relationships between the entities involved in the association.
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. Verified Version
B. Version Validation
C. Verification and Validation
D. Version Verification
Explanation: V&V generally refers to any activity that attempts to ensure that the software will function as required.
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.