1.
A Test Manager conducts risk assessment for a project. One of the identified risks is: "The sub-contractor may fail to meet his commitment". If this risk materialized, it will lead to delay in completion of testing required for the current cycle.
Which of the following sentences correctly describes the risk?
2.
A software system checks age in order to determine which welcome screen to display. Age groups are:

Group I: 0-12
Group II: 13-18
Group III: over 18
Which of the below represent boundary values?
3.
What type of testing is important after Migration, retirement or enhancement of an existing system?
4.
Which of the following are typical defects discovered by static analysis tools?
5.
Which of the following test types are non-functional tests?
I) Acceptance test
II) Regression test
III) Stress test
IV) Component test
V) Reliability test
6.
A company that created software for managing libraries won a contract to write an application for managing inventories in a large hospital pharmacy.
The test manager decided that the test policy and all work procedures must be reviewed and updates to meet this new challenge.
Which of the following is the best explanation for this decision?
7.
Which of the following statements is a basic testing principle?
8.
Which of the following issues cannot be identified by static analysis tools?
9.
A program controls a switch:
The program has three buttons:
- "ON" to turn the switch ON, or leaves it ON if it were ON.
- "OFF" to turn the switch OFF, or leaves it OFF if it were OFF.
- "Toggle" to change the state of the switch (turn it ON if it was OFF; turn it OFF if it was ON)
The following drawing shows drawing shows the state diagram of the program (only the states are marked; the arrows mark possible transitions and are intentionally left unlabeled)
What percentage of the transitions in the State Transition diagram is guaranteed to be covered by the test case given above?
Note: The number of covered transitions depends on the initial state of the switch! Look for the minimum coverage case.
10.
Who closes normally the defect reports?