Question 96
The five parts of the fundamental test process have a broad chronological order. Which of the options gives three different parts in the correct order?
Question 97
Which of the following best describes the Black-box technique?
Question 98
You are considering involving users during test execution. In general, what is the main reason for involving users during test execution? 1 credit
Question 99
Which is not the testing objective?
Question 100
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?