Which of the following type of defect would NOT be typically found by using a static analysis tool?
A. A variable is defined but is then not used
B. A variable is used in a calculation before it is defined
C. A variable has the wrong numeric value passed into it
D. A variable is used but not declared
Which of the following is a project risk mitigation step you might take as test manager?
A. Testing for performance problems
B. Hiring a contractor after a test analyst leaves the company
C. Arranging a back-up test environment in case the existing one fails during testing
D. Performing a project retrospective meeting using the test results after each increment
Evaluate the status of the project against the defined exit criteria. Which of the following options shows the correct status?
A. Criteria A = OK, criteria B = OK, criteria C = OK
B. Criteria A = NOT OK, criteria B = NOT OK, criteria C = OK
C. Criteria A = OK, criteria B = NOT OK, criteria C = NOT OK
D. Criteria A = NOT OK, criteria B = NOT OK, criteria C = NOT OK
You are examining a document which gives the precise steps needed in order to execute a test. What is the correct definition of this document?
A. Test design specification
B. Test condition
C. Test procedure specification
D. Test case specification
Reporting Discrepancies as incidents is a part of which phase:
A. Test Analysis and Design
B. Test Implementation and execution
C. Test Closure Activities
D. Evaluating exit criteria and reporting
During the software development process, at what point can the test process start?
A. When the code is complete.
B. When the design is complete.
C. When the software requirements have been approved.
D. When the first code module is ready for unit testing
A new system is about to be developed. Which of the following functions has the highest level of risk?
A. Likelihood of failure = 20%; impact value = £100,000
B. Likelihood of failure = 10%; impact value = £150,000
C. Likelihood of failure = 1%; impact value = £500,000
D. Likelihood of failure = 2%; impact value = £200,000
Security falls under..?
A. compliance testing
B. disaster testing
C. verifying compliance to rules
D. functional testing
E. ease of operations
The selection of test cases for regression testing..?
A. Requires knowledge on the bug fixes and how it affect the system
B. Includes the area of frequent defects
C. Includes the area which has undergone many/recent code changes
D. All of the above
A tool that supports traceability, recording of incidents or scheduling of tests is called..?
A. A dynamic analysis tool
B. A test execution tool
C. A debugging tool
D. A test management tool
E. A configuration management tool