A public-radio pledge script is syntactically tidy; when run against the pledge form it clicks a control that is not on the page. Which detection approach revealed the defect?
Select an answer to reveal the explanation.
Short Explanation
Pretty code that clicks a missing button still fails in the real world. Running the generated script against the form is output testing.
Full Explanation
Output testing means executing generated cases or scripts against the test object to reveal defects that static reading misses. Syntax and confident tone are not substitutes for execution. This approach catches incorrect or non-functioning generated testware.