Grinder is most useful for functional testing becuse testing script skeleton can be written automatically in seconds and then edited to incorporate any kind of checks and alterations with power of Java and Jython combined.
It is good for performance testing too. Adam Zimowski <[EMAIL PROTECTED]> wrote: Grinder is used for performance testing. He's not asking for that. He wants a tool similar to JUnit to test Tapestry pages. Try HttpUnit: http://httpunit.sourceforge.net/ Adam