Test should be conducted for every possible_______________________?
A. data
B. case
C. variable
D. all of the mentioned
Explanation: It increases the scope for code inspection.
A. data
B. case
C. variable
D. all of the mentioned
Explanation: It increases the scope for code inspection.
A. Developer’s end
B. User’s end
C. Developer’s & User’s end
D. None of the mentioned
Explanation: Alpha testing takes place at the developer’s end. Developers observe the users and note problems. Alpha testing is testing of an application when development is about to complete. Minor design changes can still be made as a result of alpha testing.
A. Prevention
B. Internal Failure
C. External Failure
D. Appraisal
Explanation: Inspections, equipment calibration, maintenance and testing appraisal costs is quality management.
A. Users
B. Developers
C. Customers
D. None of the mentioned
Explanation: Unit testing is a method by which individual units of source code, sets of one or more computer program modules together with associated control data, usage procedures, and operating procedures are tested to determine if they are fit for use.
A. User’s end
B. Developer’s end
C. User’s & Developer’s end
D. None of the mentioned
Explanation: In beta testing the user evaluates the product and gives his feedback.
A. Black box testing
B. White box testing
C. Yellow box testing
D. Green box testing
Explanation: Cyclomatic complexity measures the amount of decision logic in the program module.Cyclomatic complexity gives the minimum number of paths that can generate all possible paths through the module.
A. Bug prevention
B. Testing
C. Execution
D. Analyses
Explanation: Its better to prevent a bug rather than putting time in its testing and removal.