A hydrant-flow model is ready for the city. Testers will send only a small subset of live requests to the new model and watch latency, accuracy, and error rate before a full rollout. What should they name that activity?
Select an answer to reveal the explanation.
Short Explanation
Sending only a small subset of live hydrant requests to the new model and watching latency, accuracy, and error rate before a full rollout is canary testing. The small slice is live, so this is not shadow testing. Installability testing of the toolkit and a closet-versus-pier back-to-back check are different activities.
Full Explanation
Canary testing sends a small live subset of production traffic and watches regression metrics before full rollout. It is not shadow testing (the slice is live). Installability and back-to-back migration checks are different activities.