Definition :
FIT stands for Framework for Integrated Tests. Fit was developed by Ward Cunningham as a technique for outlining tests and performing machine-driven tests. many FIT code libraries exist to support machine-driven testing. The essence of fit is:
- Developers write fixtures in code that connect the test tables, the FIT library, and therefore the application being tested.
- Business analysts develop tests expressed as tables in html files
- The FIT library runs the machine-driven tests and reports the results of the test.
Click here to get such more insights
Further Reading:
Lean Agile Software Development by Alan Salloway, Guy Beaver and James R. Trott.