Which of the following optionsBESTexplain the pesticide paradox principle of testing?
Which of the following represents good testing practice for testers, irrespective of the software lifecycle model used?
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
Which of the following is a white-box test technique?
Which of the following is NOT a valid use of decision coverage?
When can functional and structural testing BOTH be applied?
Which of the following would you NOT expect to see on an incident report from test execution?
The decision table above shows a company's fuel expenses structure.
Which of the following Test Cases based on the decision table are Valid?
Test Case 1:
An employee who is not a car or motorcycle driver attempts to claim fuel expenses. Expected result: Expense claim not allowed.
Test Case 2:
An employee who drives a 1700cc diesel car attempts to claim fuel expenses. Expected result: Expense claim accepted at band C.
Test Case 3:
An employee who rides a motorcycle attempts to claim fuel expenses. Expected result: Expense claim accepted at band A.
Which of the following would achieve the HIGHEST level of testing independence for a project's test level?
During which stage of the fundamental test process is the testability of requirements evaluated?