(A) Waterfall model
(B) Prototyping
(C) Evolutionary Development Model
(D) Iterative Enhancement Model
Author:
Alpha and Beta Testing are forms of?
(A) Acceptance testing
(B) Integration testing
(C) Unit testing
(D) System testing
Which plan describes how the skills and experience of the project team members will be developed?
(A) Manager plan
(B) HR Plan
(C) Team plan
(D) Staff development plan
What can static analysis NOT find?
(A) The use of a variable before it has been defined.
(B) Unreachable (“dead”) code.
(C) Memory leaks.
(D) Array bound violations.
The Test Cases Derived from use cases?
(A) Are most useful in uncovering defects in the process flows during the testing use of the
system.
(B) Are most useful in uncovering defects in the process flows during real world use of the
system.
(C) Are most useful in covering the defects in the process flows during real world use of the
system.
(D) Are most useful in covering the defects at the Integration Level.
Which of the following is not a part of the Test Implementation and Execution Phase?
(A) Executing test cases either manually or by using test execution tools
(B) Creating test suites from the test cases
(C) Comparing actual results
(D) Designing the Tests
If the objects focus on the problem domain, then we are concerned with?
(A) Object oriented design
(B) Object oriented analysis
(C) Object oriented analysis and design
(D) None of the above
One of the fault base testing techniques is?
(A) Beta testing
(B) Unit testing
(C) Mutation testing
(D) Stress testing