A. Basic path testing
B. Boundary value analysis
C. Code path analysis
D. None of the mentioned
Explanation: Boundary value analysis is a software testing technique in which tests are designed to include representatives of boundary values.
Related Mcqs:
- Which of the following is black-box oriented and can be accomplished by applying the same black-box methods discussed for conventional software ?
A. Conventional testing
B. OO system validation testing
C. Test case design
D. Both Conventional testing and OO system validation testing - Which is a black box testing technique appropriate to all levels of testing ?
A. Acceptance testing
B. Regression testing
C. Equivalence partitioning
D. Quality assurance - Which of the following is/are White box technique ?
A. Statement Testing
B. Decision Testing
C. Condition Coverage
D. All of the mentioned - White Box techniques are also classified as_________________?
A. Design based testing
B. Structural testing
C. Error guessing technique
D. None of the mentioned - Which of the following is not used in measuring the size of the software_____________________?
A. KLOC
B. Function Points
C. Size of module
D. None of the mentioned - Which of the following is not a software testing generic characteristics ?
A. Different testing techniques are appropriate at different points in time
B. Testing is conducted by the developer of the software or an independent test group
C. Testing and debugging are different activities, but debugging must be accommodated in any testing strategy
D. None of the mentioned - Which of the following is one of the steps in the integration testing of OO software ?
A. cluster testing
B. thread-based testing
C. use-based testing
D. none of the mentioned - Which of the following testing types is not a part of system testing ?
A. Recovery testing
B. Stress testing
C. System testing
D. Random testing - Which of the following is a part of testing OO code ?
A. Validation tests
B. Integration tests
C. Class tests
D. System tests - Which of the following is not a conflict in software development team ?
A. Simultaneous updates
B. Shared and common code
C. Versions
D. Graphics issues