CTFL18 Exam Question 146
Which of the following, if observed in reviews and tests, would lead to problems (or conflict) within teams?
CTFL18 Exam Question 147
Select THREE issues from the options provided that should at least be raised.
CTFL18 Exam Question 148
Which of the following is the odd one out..?
CTFL18 Exam Question 149
Consider the following pseudo code:
1. Begin
2. Input X, Y
3. If X > Y
4. __Print (X, `is greater than', Y)
5. Else
6. __Print (Y, is greater than or equal to', X)
7. EndIf
8. End
What is the minimum number of test cases required to guarantee both 100% statement coverage and 100% decision coverage?
1. Begin
2. Input X, Y
3. If X > Y
4. __Print (X, `is greater than', Y)
5. Else
6. __Print (Y, is greater than or equal to', X)
7. EndIf
8. End
What is the minimum number of test cases required to guarantee both 100% statement coverage and 100% decision coverage?
CTFL18 Exam Question 150
Which of the following is least likely to be used as a technique to identify project and product risks?
