Biggest Benefit of Fit Testing in Software Development
The biggest benefit when implementing Fit testing is sharing some of the responsibility of test driven development with “the business”. With Fit testing, BAs and Project Managers can write tests without having to know a programming language - they can write the tests in an HTML Editor or Word. We still write unit tests with Junit, MockObjects, StrutsTestCase, etc., but the tests are augmented with functional tests using Fit. I recommend it.
For more information on Fit Testing in Java, I’ve put together a tutorial at code.supergloo.com: Example of Fit Testing in Java





























