최신 BCS Certification CTFL18 무료샘플문제:
1. Which of the following would you expect to see in the master test plan?
A) A list of the names of the testers who will carry out the performance testing for the final iteration.
B) The test approach that will be applied at system integration testing.
C) A description of how the test cases are cross-referenced to requirements in the test management tool.
D) A detailed identification of the resources that will carry out structural testing in the first iteration.
2. Testing and Debugging are key activities in the software development lifecycle.
Which of the following are DEBUGGING activities?
a) Designing tests to find failures.
b) Locating the cause of failures.
c) Analysing and fixing the defects.
d) Executing tests to show failures.
A) a and b.
B) c and d.
C) a and d.
D) b and c.
3. Which statement about deriving test cases from a use case is TRUE?
A) Test cases are designed to exercise the defined behaviours.
B) Test cases can only be derived if there is an activity diagram.
C) There should only be one test case for each use case.
D) It is not possible to measure use case test coverage.
4. Which of the following is Structure-based (or White-Box) Technique:
I. Requirement Coverage
II. Condition Coverage
III. Use Case Coverage
IV. Multiple Condition Coverage
V. State Transition Coverage
A) I, III
B) I, III, V
C) II, IV
D) II, IV, V
5. Which of the following is NOT a valid use of decision coverage?
A) Checking that all decisions have been exercised in a business process.
B) Checking that all decisions are based on a numeric value.
C) Checking that at least 100% decision coverage has been achieved, as this guarantees
100% statement coverage.
D) Checking that all decisions have been exercised in a single program.
질문과 대답:
질문 # 1 정답: B | 질문 # 2 정답: A | 질문 # 3 정답: A | 질문 # 4 정답: C | 질문 # 5 정답: B |