AI for QA / Scenario
AI-Generated Test Data: Read the Edges
An AI produced a test-data set. Spot the unsafe realism, the missing edges, and the privacy landmine.
- Difficulty
- Medium
- Format
- Scenario
- Points
- 150
- Estimate
- 12 min
// MISSION BRIEF
Your Mission
You asked an AI to generate test data for a user-registration form. The set looks rich. Now audit it for the things generated data gets wrong: missing boundaries, invalid-by-spec values passed as valid, and real-looking PII that should never be in a fixture.
// FIRST CONTACT
Battle teaser
First artifact
Field rules
Which rows are mislabeled 'valid' because they break a rule? (Select all that apply.)
- ANone; all four satisfy the rules
- B'max_99' has age 12, below the minimum age of 13
- C'ada_lovelace' breaks a rule
- D'jo' is 2 characters, below the 3-char username minimum
Answers, scoring, hints, and the full battle stay sealed.
// SKILL TAGS
ai-workflowstest-dataprivacyscenarioai-for-qa