What is the MAIN benefit of designing tests early in the life cycle?
Answer : B
Which of the following BEST describes the difference between an inspection and a walkthrough?
Answer : B
Exhibit:

Match the terms and statements being displaced in the exhibit.
Answer : A
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
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
Who would USUALLY perform debugging activities?
Answer : A
Which of the following is a MAJOR task of test planning?
Answer : A