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
A developer has spent three days looking at a system that crashes now and then. The problem was caused by two coding faults:
i. A variable was being used but had not been defined;
ii. There was a 'goto' statement to an undefined label
1 credit [K2]
Answer : A
Which specification-based technique could be used to enhance coverage for this code fragment? 1 credit [K2]
Answer : A
The comment frequency of the code fragment is 13%. To which ISO 9126 quality attribute does a good level of comment frequency especially contribute? 1 credit [K2]
Answer : A
What is the number of nested levels for the code fragment? 2 credits [K3]
Answer : C
How many test cases would be needed to achieve 100% statement coverage? 1 credit [K2]
Answer : A
The developers have suggested test set A is adequate to test the program opposite:
When executing test set A through the program which statements are exercised? 2 credits [K3]
Answer : D