Câu 23: CTAL-TTA: Certified Tester Advanced Level Technical Test Analyst
Consider the pseudo code provided below: Which of the following options provides a set of test cases that achieves 100% decision coverage for this code fragment, with the minimum number of test cases?Assume that in the options, each of the three numbers in parenthesis represent the inputs for a test case, where the fi…
Nội dung câu hỏi
Consider the pseudo code provided below: Which of the following options provides a set of test cases that achieves 100% decision coverage for this code fragment, with the minimum number of test cases?Assume that in the options, each of the three numbers in parenthesis represent the inputs for a test case, where the first number represents variable “a”, the second number represents variable “b”, and the third number represents variable “c”.
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- A. (5, 3, 2)
- B. (5, 3, 2); (6, 4, 2); (5, 4, 0)
- C. (5, 4, 0); (3, 2, 5); (4, 5, 0) — đáp án hiện tại
- D. (4, 5. 0); {5, 4, 5)
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.