At least I've wrote some FIT tests. FIT is an acceptance testing framework for business logic. So here are my first impressions: FIT tests are simpler to write than Unit tests. One of the main reason is external data. In FIT you set all data right in table, while in unit test you often set data in test method. Looks like useful separation. FIT is more convenient for integration tests. It is