Test Data Builder

Builds realistic domain fixtures, factories, and edge-case datasets with the builder pattern and valid defaults, so each test owns exactly the data it asserts on. Use when someone asks "how should I set up test data", "my fixtures broke half the suite", "make a factory for this model", "why is this test flaky only in CI", or a test needs domain objects, seed data, or boundary inputs. Do NOT use when a test needs to fake a network call, database client, clock, or third-party SDK - use mock-stub-designer instead; do NOT use for designing the assertions or test cases themselves - use tdd-expert instead.

SkillMedev 84db1e6 6.3 KB Updated

File contents

SkillMedev/qa-test-automation/tree/main/skills/test-data-builder commit 84db1e63ff

Frequently asked questions

npx skillmds@latest add skillmedev/test-data-builder