A. Black box testing
B. White box testing
C. Red box testing
D. Green box testing
Explanation: White-box testing is a method of testing software that tests internal structures or workings of an application, as opposed to its functionality .
Related Mcqs:
- By collecting __________________ during software testing, it is possible to develop meaningful guidelines to halt the testing process?
A. Failure intensity
B. Testing time
C. Metrics
D. All of the mentioned - Which testing is an integration testing approach that is commonly used when “shrink-wrapped” software products are being developed ?
A. Regression Testing
B. Integration testing
C. Smoke testing
D. Validation testing - 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 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 a part of testing OO code ?
A. Validation tests
B. Integration tests
C. Class tests
D. System tests - Which of the following is the way of ensuring that the tests are actually testing code ?
A. Control structure testing
B. Complex path testing
C. Code coverage
D. Quality assurance of software - Exhaustive testing is___________________?
A. always possible
B. practically possible
C. impractical but possible
D. impractical and impossible - Which of the following term describes testing ?
A. Finding broken code
B. Evaluating deliverable to find errors
C. A stage of all projects
D. None of the mentioned - In which testing level the focus is on customer usage ?
A. Alpha Testing
B. Beta Testing
C. Validation Testing
D. Both Alpha and Beta - In which of the following testing strategies, a smallest testable unit is the encapsulated class or object ?
A. Unit testing
B. Integration testing
C. System testing
D. None of the mentioned