Free CTAL-TAV4-0 Istqb CTAL-TAV4-0 Practice Test Question

Loading demo links...

Showing 1–1 of 1 questions

Question 1 (Topic 1)

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? Reveal Solution Hide Solution Discussion Correct Answer: B 🗳️

Select an option, then click Submit answer.

  • (11, 11), (10, 11), (11, 12).
  • (10, 10), (10, 11), (10, 9).
  • (10, 10), (11, 11), (10,11).
  • (11,11), (10, 12), (11, 9).