CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 4: CTAL-TAV4-0: Certified Tester Advanced Level - Test Analyst v4.0

A system takes as input two natural numbers, T1 and T2, representing two consecutive temperature measurements. The temperature is measured in whole degrees Celsius. The system returns temperature change information according to the following logic:• IF T1 = T2, return the message “Temperature has not changed.”• IF T1…

Nội dung câu hỏi

A system takes as input two natural numbers, T1 and T2, representing two consecutive temperature measurements. The temperature is measured in whole degrees Celsius. The system returns temperature change information according to the following logic:• IF T1 = T2, return the message “Temperature has not changed.”• IF T1 ≠ T2, return the message “Temperature has changed.”You use domain-based testing to verify the correct implementation of the above requirement. You follow the SIMPLIFIED coverage technique. Which set of test points, understood as temperature pairs (T1, T2), achieves 100% of this coverage?

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.

  1. A. (11, 11), (10, 11), (11, 12).
  2. B. (10, 10), (10, 11), (10, 9). — đáp án hiện tại
  3. C. (10, 10), (11, 11), (10,11).
  4. D. (11,11), (10, 12), (11, 9).

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề