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. 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. Regression Test
B. Smoke Test
C. Alpha Test
D. Beta Test
Explanation: Regression test seeks to uncover new software bugs in existing functional and non-functional areas of a system after changes have been made to them.
A. Boundary value testing
B. Equivalence class partitioning
C. Boundary value testing AND Equivalence class partitioning
D. Decision tables
Explanation: Boundary value analysis is a software testing technique in which tests are designed to include representatives of boundary values.
A. When resources (time and budget) are over
B. When some coverage is reached
C. When quality criterion is reached
D. Testing never ends
Explanation: As software testing is an exhaustive process, when the quality assurance is established and the product is ready to be delivered, testing is stopped.
A. Test case generation
B. Test case design
C. ALL of the mentioned
D. None of the mentioned
A. Abstraction-Occurrence Pattern
B. Player-Role Pattern
C. General Hierarchy Pattern
D. Singleton Pattern
Explanation: The answer is self-explanatory.
A. encapsulating the knowledge of which document subclass to is to be created and
B. moving this knowledge out of the framework
C. instantiating the application specific documents without knowing their class
D. all of the mentioned
Explanation: Following all the options in order will solve the factory method problem.
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.
A. Factory Method
B. Singleton
C. Observer
D. None of the mentioned
Explanation: In singleton pattern, the class itself is made responsible for keeg track of its instance.Thus it ensures that no more than one instance is created.
A. Behavioral
B. Structural
C. Abstract Factory
D. All of the mentioned
Explanation: All the options are design patterns so option d.