A. Mutation analysis
B. Validation
C. Verification
D. Performance analysis
Explanation: Mutation analysis is used to design new software tests and evaluate the quality of existing software tests.
Related Mcqs:
- Test cases should uncover errors like_____________________?
A. Nonexistent loop termination
B. Comparison of different data types
C. Incorrect logical operators or precedence
D. All of the mentioned - What kind of quality cost is incurred when an error is detected in a product prior to shipment ?
A. Prevention
B. Internal Failure
C. External Failure
D. Appraisal - Quality Management in software engineering is also known as_____________________?
A. SQA
B. SQM
C. SQI
D. SQA and SQM - Inspections and testing are what kinds of Quality Costs ?
A. Prevention
B. Internal Failure
C. External Failure
D. Appraisal - Quality also can be looked at in terms of user satisfaction which includes_____________________?
A. A compliant product
B. Good quality output
C. Delivery within budget and schedule
D. All of the mentioned - Which of the following is/are White box technique ?
A. Statement Testing
B. Decision Testing
C. Condition Coverage
D. All of the mentioned - 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 not regression test case ?
A. A representative sample of tests that will exercise all software functions
B. Additional tests that focus on software functions that are likely to be affected by the change
C. Tests that focus on the software components that have been changed
D. Low-level components are combined into clusters that perform a specific software sub-function - Test should be conducted for every possible_______________________?
A. data
B. case
C. variable
D. all of the mentioned - 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