diff options
Diffstat (limited to 'Test fixture.md')
-rw-r--r-- | Test fixture.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Test fixture.md b/Test fixture.md new file mode 100644 index 0000000..0970668 --- /dev/null +++ b/Test fixture.md @@ -0,0 +1,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.
\ No newline at end of file |