Fixtures Glossary

Browse 2 fixtures terms defined in plain English, from the cultural dictionary of computing.

2 Fixtures Terms

Test Data
Predefined or generated input values, database records, and fixture files used to exercise a system during testing — crafted to cover typical scenarios, edge...
Test Hook
A lifecycle callback — such as beforeEach, afterAll, setUp, or tearDown — provided by a test framework that runs code at specific points before or after tests...

Related Topics