A. Code Inspector
B. Static Analyzer
C. Standard Enforcer
D. Coverage Analyzer
Explanation: A static analyzer operates from a pre-computed database o descriptive information derived from the source text of the program.
Related Mcqs:
- Debugging Program is a program which runs concurrently with the program under test & provide commands to_____________________?
A. examine memory & registers
B. stop execution at a particular point
C. search for references for particular variables, constant and registers
D. all 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 - 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 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 term describes testing ?
A. Finding broken code
B. Evaluating deliverable to find errors
C. A stage of all projects
D. None of the mentioned - Which of the following is non-functional testing ?
A. Black box testing
B. Performance testing
C. Unit testing
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 is a part of testing OO code ?
A. Validation tests
B. Integration tests
C. Class tests
D. System tests