A county poll-book checkout script from an LLM looks tidy but calls screens and APIs the election app does not expose, so it will not run. Which GenAI defect does this represent?
Select an answer to reveal the explanation.
Short Explanation
A script can look polished and still be fiction. Calling screens and APIs that are not there is a classic hallucination: incorrect or non-functioning testware.
Full Explanation
Hallucination in testing includes generating scripts that reference non-existent UI, APIs, or steps and therefore fail when executed. Visual neatness does not prove executability. Output testing against the real application catches these invented interfaces.