An orchard-blight pair is scored two ways. A/B would ask which variant wins on F1. Testers instead want disagreements on odd leaf edges as defect clues. Which technique should they pick?
Select an answer to reveal the explanation.
Short Explanation
A/B would ask which blight variant wins on F1. Testers who want disagreements on odd leaf edges as defect clues should pick back-to-back testing, especially on unusual inputs. Sequential testing stops a statistical pile early, and a framework suitability review checks the toolkit, not the leaf edges.
Full Explanation
Back-to-back testing is for detecting defects, including subtle or edge-case behavior, not for declaring a statistical winner. A/B, sequential testing, and a framework suitability review are the wrong picks here.