A. data
B. case
C. variable
D. all of the mentioned
Explanation: It increases the scope for code inspection.
Related Mcqs:
- 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 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 - Name an evaluation technique to assess the quality of test cases ?
A. Mutation analysis
B. Validation
C. Verification
D. Performance analysis - 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 - Testing done without planning and Documentation is called_________________?
A. Unit testing
B. Regression testing
C. Adhoc testing
D. None of the mentioned - Beta testing is done at_________________?
A. User’s end
B. Developer’s end
C. User’s & Developer’s end
D. None of the mentioned - The construction of object-oriented software begins with the creation of__________________?
A. design model
B. analysis model
C. code levels
D. both design and analysis model - Effective testing will reduce __________________ cost?
A. maintenance
B. design
C. coding
D. documentation - 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 - What information is required to process a change to a baseline ?
A. Reasons for making the changes
B. A description of the proposed changes
C. List of other items affected by the changes
D. All of the mentioned