- (Exam Topic 2)
What is the value of static code analysis?
Correct Answer:
B
- (Exam Topic 3)
Which statement about deriving test cases from a use case is TRUE?
Correct Answer:
A
- (Exam Topic 2)
Consider the following pseudo code
1. Begin
2. Read Gender
3. Print “Dear”
4. If Gender = ‘female’
5. Print (“Ms”)
6. Else
7. Print ( “Mr”)
8. Endif
9. End
How many test cases are needed to achieve 100 per cent decision coverage?
Correct Answer:
B
- (Exam Topic 3)
Which of the following statements correctly describes traceability?
Correct Answer:
D
- (Exam Topic 2)
Which of the following test design techniques is classified as a structure-based (white box) technique? [K1]
Correct Answer:
D