I've recently posted a project on Sourceforge that might help you start
using Webtest on your app. The project is at
http://sourceforge.net/projects/wttemplategen/
The idea is that the template generator creates a Webtest xml file for each
webpage in your project. You can use the templates as is to verify that the
page renders or use them as a base to build detailed tests.
I created this tool when I introduced Webtest to a new team with an
existing app that had over 100 individual pages. The idea was to create a
quick framework that can be enhanced with time.
Several caveats:
- it's written in C# so you'll have to download the source and compile the
project to get the executable
- Currently I haven't created the Webtest templates for &VerifyNoError and
&invalidPage. Eventually they will be added to the project.
- there are no instructions with the project.
Hope this helps. And let me know what works and what doesn't
Luke Templin