A soccer age-band registration form needs under-8, on-boundary, and over-max birthdates without using real children’s records. Which GenAI testing capability does requesting those values primarily illustrate?
Select an answer to reveal the explanation.
Short Explanation
You need birthdates that hug the age-band edges—without touching real kids’ data. That is synthetic test-data generation for boundaries and combinations. It is not script writing, log triage, or testing the model itself.
Full Explanation
LLM support for test-data generation includes proposing boundary and combinatorial values while avoiding sensitive real records. Automation scripting, result analysis, and model-as-SUT evaluation are separate capabilities. Synthetic data still needs review for realism and policy fit.