MultipleChoice
Refer to the exhibit
The decision table above reflects a golf club's pricing structure for green fees and buggy/cart hire.
What is the expected result (actions) for each of the following two test cases (TC1 and TC2)?
* TC 1 - Paul is not a full member, is a Loyalty Card holder and requests to play 18 holes with a buggy/cart
* TC 2 - Cheryl is not at full member, doesn't have a Loyalty Card and requests to play 9 holes with a buggy/cart
OptionsMultipleChoice
What does the term Pesticide paradox' refer to?
OptionsMultipleChoice
Which of the following is a correct set of boundary values to test the "Group Size" parameter, as defined by the following statement;
"In a reservation system for groups visiting a small museum, the graphical user interface presents a field asking the number of group members. Group size can be anywhere from 2 to 20 visitors"
OptionsMultipleChoice
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?
OptionsMultipleChoice
Which of the following are 'Exit Criteria?'
OptionsMultipleChoice
''Experience based" test design techniques, typically...
OptionsMultipleChoice
Which of the main activities of the fundamental test process does the task 'verify the test environment set up is correct' relate to? [K1]
OptionsMultipleChoice
Which of the following is a valid collection of equivalence classes for the following problem: "An Integer numeric field shall contain values from 1 to 80 both values inclusive"
OptionsMultipleChoice
What is a "test harness"?
OptionsMultipleChoice
Which of the following statements correctly describe Black-Box Testing''
Options