On Feb 12, 2007, at 10:35 PM, Kirrily Robert wrote:

Does anyone here understand "fixtures" as a testing concept, and could
they please explain it to me in a Perlish way?

One definition of a "fixture" comes from the Fitnesse system which is a framework for collaboration on acceptance testing.

Fitnesse makes it really easy for non-programmers to add assertions to a set of tests.

Typically the programmers provide a "Fixture" for each category of testing and the non-programers edit a wiki page to add rows to a table. Each row in the table on the wiki page is interpreted as a assertion and when you click the "test" button the Fitnesse framework executes the Fixture code, passing it the data from each row in the table.

It's much easier to see than to explain:

     http://fitnesse.org/FitNesse/FitNesse/FixtureCode


-------------------------------------------------------
Matisse Enzer <[EMAIL PROTECTED]>
http://www.matisse.net/  - http://www.eigenstate.net/



Reply via email to