Part 1 "Test Techniques various"
Consider the following fault attack: ''Force all possible incoming errors from the software/OS interfaces to the application''. Which of the following is the kind of failure you are looking for when using this attack? 1 credit [K2]
Answer : A
Part 3 "Bonus Program"

When performing code reviews, which of the following defect types will be most difficult to find? 1 credit [K2]
Answer : C
Part 1 "Test Techniques various"
If you are flying with an economy ticket, there is a possibility that you may get upgraded to business class, especially if you hold a gold card in the airline's frequent flier program. If you don't hold a gold card, there is a possibility that you will get 'bumped' off the flight if it is full and you check in late. This is shown in the figure hereafter. Note that each box (i.e. statement) has been numbered.
Three tests have been run:
Test 1: Gold card holder who gets upgraded to business class
Test 2: Non-gold card holder who stays in economy
Test 3: A person who is bumped from the flight
What is the statement coverage of these three tests? 2 credits [K4]
Answer : C
Which TWO additional structure-based test design techniques could be used to dynamically test the code? 1 credit [K2]
Answer : A, B
Part 3 "Bonus Program"

Which of the following is the most important benefit of making exploratory testing part of your test approach for the ''Bonus Program''? 3 credits [K4]
Answer : D
Part 7 "Test Process & Incident Management"

The development manager asks you to identify suitable test coverage entry criteria for a component test. Which TWO of the following would you recommend as appropriate for entry criteria to a component testing phase? 2 credits [K3]
Answer : D, E
Part 1 "Test Techniques various"
A component has been analyzed as being highly critical. Which of the following structure-based test design techniques provides the highest level of coverage? 1 credit [K2]
Answer : C