00:00

QUESTION 1

- (Exam Topic 2)
What is the value of static code analysis?

Correct Answer: B

QUESTION 2

- (Exam Topic 3)
Which statement about deriving test cases from a use case is TRUE?

Correct Answer: A

QUESTION 3

- (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

QUESTION 4

- (Exam Topic 3)
Which of the following statements correctly describes traceability?

Correct Answer: D

QUESTION 5

- (Exam Topic 2)
Which of the following test design techniques is classified as a structure-based (white box) technique? [K1]

Correct Answer: D