Matt Scilipoti's WebLog

.NET et al

Browse by Tags

All Tags » Testing (RSS)
FITnesse: simple acceptance testing framework and WIKI. from Ward Cunningham.
What Is FitNesse FitNesse is a collaborative testing and documentation tool. It provides a very simple way for teams to: collaboratively create documents, specify acceptance tests, and run those tests. This is what a sample acceptance test looks like...
Posted: Mar 01 2003, 12:05 AM by mmscili | with no comments
Filed under:
UnitTesting internals... again. rubot: smack mmscili
I am building an app to help me journal my time. It is similar to a blog (eventually may feed a blog). After creating JournalEntry and JournalEntryCollecition. I wanted to persist the collection. My initial testing thoughts were: Serialization is simplest...
More Posts