A municipal court-scheduling strategy requires weekday, evening, and interpreter-assisted bookings, but the LLM’s synthetic data is weekday-English only. How should the tester identify this problem?
Select an answer to reveal the explanation.
Short Explanation
Coverage called for evenings and interpreters; the data only showed weekday English. That mismatch against the strategy is bias in the generated testware.
Full Explanation
Bias detection includes checking whether synthetic data and generated test code fairly represent the stated coverage strategy. Under-representing required segments is a training-data bias signal in testware. Completing only the easy weekday path does not satisfy the strategy.