Free ISEB-SWT2 Exam Dumps

Question 31

- (Exam Topic 21)
Incidents would not be raised against

Correct Answer:D

Question 32

- (Exam Topic 6)
Part of the testing strategy indicates that you are going to be using systematic test design techniques. Your manager has asked that you present the main advantages of using these techniques at the next board meeting. Identify THREE main benefits of using systematic test design techniques within this company. 2 credits (for 2 out of 3 correct 1 credit)

Correct Answer:BDE

Question 33

- (Exam Topic 21) Consider the following pseudo code:
* 1 Begin
* 2 Read Time
* 3 If Time < 12>* 4 Print(Time, "am")
* 5 Endif
* 6 If Time > 12 Then
* 7 Print(Time 12, "pm")
* 8 Endif
* 9 If Time = 12 Then
* 10 Print (Time, "noon")
* 11 Endif
* 12 End
If the test cases Time = 11 and Time = 15 were input, what level of decision coverage would be achieved?

Correct Answer:D
Test case 1 exercises the decision outcomes True, False, False Test case 2 exercises the decision outcomes False, True, False This leaves the True outcome of decision 3 not exercised.
Of the 6 possible decision outcomes, 5 have been exercised, so the decision coverage is 5/6 (about 83%).

Question 34

- (Exam Topic 23)
Which of the following is a defect that is more likely to be found by a static analysis tool than by other testing techniques?

Correct Answer:D

Question 35

- (Exam Topic 21)
Which activities form part of test planning?
i) Developing test cases.
ii) Defining the overall approach to testing.
iii) Assigning resources.
iv) Building the test environment.
v) Writing test conditions.

Correct Answer:B