CTFL18 Exam Question 46

In the above State Table, which of the following represents an invalid transition?
CTFL18 Exam Question 47
Which of the following statements about Use Case Testing is FALSE?
CTFL18 Exam Question 48
How many minimum test cases are required to cover 100% Statement coverage and Decision coverage?
Consider the following pseudo-code
If (Walking && Midnight)
If (Raining)
Take umbrella and search light
Else
Take searchlight
End IF
Else if (Running && Sunshine)
IF (Raining)
Take umbrella
End IF
Else keep doing what you were doing
End IF
Consider the following pseudo-code
If (Walking && Midnight)
If (Raining)
Take umbrella and search light
Else
Take searchlight
End IF
Else if (Running && Sunshine)
IF (Raining)
Take umbrella
End IF
Else keep doing what you were doing
End IF
CTFL18 Exam Question 49
Which of the following are valid justifications for developers testing their own code during unit testing?
(i) Their lack of independence is mitigated by independent testing
during system and acceptance testing.
(ii)A person with a good understanding of the code can find more
defects more quickly using white-box techniques.
(iii)Developers have a better understanding of the requirements than
testers.
(iv)Testers write unnecessary incident reports because they find minor
differences between the way in which the system behaves and the way in
which it is specified to work.
(i) Their lack of independence is mitigated by independent testing
during system and acceptance testing.
(ii)A person with a good understanding of the code can find more
defects more quickly using white-box techniques.
(iii)Developers have a better understanding of the requirements than
testers.
(iv)Testers write unnecessary incident reports because they find minor
differences between the way in which the system behaves and the way in
which it is specified to work.
CTFL18 Exam Question 50
The introduction of reviews and inspections has often failed as a process improvement action.
Identify the THREE most important measures that should be taken to reduce the risk that this test process improvement will fail.
Identify the THREE most important measures that should be taken to reduce the risk that this test process improvement will fail.
