summaryrefslogtreecommitdiff
path: root/Test fixture.md
blob: 0970668166438bfd9343b8ff6c36df562bd38fa8 (plain)
1
2
3
4
5
6
---
tags:
  - dev
  - testing
---
Is the data that is required to create the system under test. E.g when testing an employee's sick pay calculation you might need its marital status, number of dependents, employment and payroll history. That set data is referred to as the test fixture.