What determines the level of risk?
Answer : D
Where may functional testing be performed?
Answer : B
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code.
If width > length then
Biggest_dimension = wifth
Else
Biggest_dimenstion = length
End_if
The Following has been added to the bottom of the code fragment above.
Print ''biggest dimension is '' & biggest_dimension
Print ''width:'' & width
Print ''Length:'' & length
How many more test cases are required?
Answer : C
Exhibit:
Which of the benefits displayed in the exhibit are MOST likely to be achieved by using test tools?
Answer : C
Given the following state transition diagram
Which of the following series of state transitions contains an INVALID transition which may indicate a fault in the system design?
Answer : C
What is the MAIN objective when reviewing a software deliverable?
Answer : B
What is the KEY difference between preventative and reactive approaches to testing?
Answer : B