Charlie Bowman wrote:
> This isn't a ruby question specifically but I'm sure you guys have some
> good ideas.  I need a good test plan template.  I am currently using an
> open office spreadsheet that is set up for a test plan, but I hate it.
> Is there a good template out there for download?  The spreadsheet I'm
> using is terrible to work with.  What are you using?

Make it executable!

For functional/acceptance testing, I would investiate Fit, Fitnesse or 
Systir.  For web based apps, Watir or Selenium are possibilities.  The 
key is to make the test spec readable to users and executable on the 
machine.

For unit tests, that means Test::Unit (or your language's equivalent). 
However, if you are writing test plans for unit tests, I would suggest 
that you would gain more benefit by moving to a more test driven 
approach.

--
-- Jim Weirich

-- 
Posted via http://www.ruby-forum.com/.