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.
Advertisement
Related Mcqs:
- 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...
- Which of the following is not needed to develop a system design from concept to detailed object-oriented design ?
- A. Designing system architecture B. Developing design models C. Specifying interfaces D. Developing a debugging system...
- 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...
- Which of the following are the valid relationships in Use Case Diagrams______________________?
- A. Generalization B. Include C. Extend D. All of the mentioned...
- The use of design patterns for the development of object-oriented software has important implications for____________________?
- A. Component-based software engineering B. Reusability in general C. All of the mentioned D. None of the mentioned...
- You want to minimize development cost by reusing methods? Which design pattern would you choose ?
- A. Adapter Pattern B. Singleton Pattern C. Delegation pattern D. Immutable Pattern...
- Which design pattern defines one-to-many dependency among objects ?
- A. Singleton pattern B. Facade Pattern C. Observer pattern D. Factory method pattern...
- You want to avoid multiple inheritance. Which design pattern would you choose ?
- A. Abstraction-Occurrence Pattern B. Player-Role Pattern C. General Hierarchy Pattern D. Singleton Pattern...
- Which of the following option is not considered by the Interface design ?
- A. the design of interfaces between software components B. the design of interfaces between the software and human producers and consumers of information C. the design of the interface between two computers D. all of the mentioned...
- Which of the following is not a design principle that allow the user to maintain control ?
- 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...
Advertisement