Testing·Advanced·Conceptual·1 min read
What should an end-to-end test seed?
Short interview answer
It should create isolated deterministic data through supported APIs or fixtures, authenticate predictably, and clean ownership without depending on prior test order.
Key takeaway
Explain the underlying mental model clearly, then support it with a concrete example and its trade-offs.