Fixture Data - CI/CD Glossary Definition
Fixture data is a fixed dataset loaded before a test so it runs against a known, reproducible state.
Fixture data is a fixed, predefined dataset loaded before a test so the test runs against a known, reproducible state.
Unlike seed data, which bootstraps a real environment, fixtures exist to make tests deterministic; a CI job typically loads fixtures, runs assertions, then discards the database.