posted on Wednesday, January 19, 2005 4:25 PM
by
davidboschmans
Get Your Customers Involved in the Testing Process with Functional Tests in Excel
Besides some other good reads the February 2005 Edition of MSDN Magazine contains a good article on how to get customers involved in the testing process: Get Your Customers Involved in the Testing Process with Functional Tests in Excel.
This article discusses:
Why you need to do functional testing as well as structural testing (NUnit)
How to improve the communication value of specification documents by having customers test the code using FIT
WinFITRunnerLite, a program that allows Excel files to be executed as functional tests of your software
A sample development episode showing how to test software using FIT and WinFITRunnerLite
My experience with acceptance tests (aka customer tests) is that it requires familiarity of the developers and project lead with a number of extreme programming techniques like unit testing, acceptance tests and refactoring. In particular the combination of unit tests, pair programming and refactoring recommends itself to that end and integrates well in almost every development process.
If you want to get started with acceptance testing have a look at FIT and FitNesse. Both are acceptance testing frameworks that enable users and user representatives to write acceptance tests via a spreadsheet-like approach.