MultipleChoice
Which of the following are part of ISTQB code of ethics?
I . Certified software testers shall advance the integrity and reputation of the profession consistent with the public interest
II . Certified software tester shall always sign a NDA (Non Disclosure Agreement) in presence of customer data
III . Certified software testers shall maintain integrity and independence in their professional judgment
IV Certified software testers shall act in a manner that is in the best interests of their client and employer, consistent with the public interest
OptionsMultipleChoice
To which of the following test levels regression testing be applied?
I . Component Testing
II . Integration Testing
III . System Testing
IV. Acceptance Testing
OptionsMultipleChoice
Refer to the exhibit

In the above State Table, which of the following represents an invalid transition?
OptionsMultipleChoice
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]
Options