[xmlWiki-developers] Automating and Defining the Acceptance Test
Brought to you by:
elhugo
From: Hugo G. <xm...@ne...> - 2001-10-28 18:11:34
|
For all test the automation can be done using : HttpUnit http://httpunit.sourceforge.net/ It is up to the developers to write the acceptance test. We all follow Test First Design (TFD) http://c2.com/cgi/wiki?TestFirstDesign so have fun coding. We haven't done the CRC session but that is OK. The goal here is to have some of the functional tests framework done or at least thought about by the time we do the CRC session and to get you familiar with the testing framework. One quick way of doing this is spiking you story. Remember Write Test, Code, Run Test. -H |