KoffeeKoder


  • Introduction to Fit and Fitnesse
    published on 8/28/2008 1:24:06 PM
  • I was just browsing the articles under the Test Driven Development section of GridViewGuy when I came across the article "Introduction to Fit and Fitnesse". I thought I should post a link the article on my blog since creating good acceptance tests is a very important practice in software development.

    Here is the introduction paragraph from the article:

    Building a better software depends heavily on how well you communicate with your client. Unfortunately, most of the clients are not tech savvy and hence the domain logic becomes a communication barrier between the client and the developer. If only there was such system that could easily be understood by both the clients and the developers. FIT tries to minimize this gap by introducing the table based structure hence minimizing the gap between the two species.

    Enjoy!