- (Exam Topic 2)
Which of the following is a role of a formal review? [K1]
Correct Answer:B
- (Exam Topic 3)
Which of the following statements about use cases and use case testing is NOT TRUE?
Correct Answer:C
- (Exam Topic 2)
The four test levels defined for a common V-model testing approach are:
Correct Answer:C
- (Exam Topic 3)
Consider the following Pseudo code:
How many minimum lea cases are required to cover 100% Statement coverage and Decision coverage?
Correct Answer:D
- (Exam Topic 3)
Which of the following can be a common objective of testing?
Correct Answer:B
- (Exam Topic 1)
A money order system is designed to calculate the charge for a transfer
- Amounts from 1 to 1999 are charged EUR 10.
- Amounts from 2000 to 5000 are charged EUR 15
- Amounts below EUR 1 or above EUR 5000 are not accepted. Assume that only integer values can occur. Which of these sets of amounts covers all equivalence classes?
Correct Answer:C