Webpage Testing

Associate
Joined
27 Feb 2006
Posts
1,750
Location
Normanton
What good programs are available that would allow me to test pages that record steps i take into a script?

I have been trying to use IE Unit but its pretty difficult to understand. Are there any reasonably simple programs available for me that would allow me to create a skeleton test of a site? I would them be using the created script to test similar sites (or similar parts of sites e.g. an advanced search)
 
For the back end of your site you can use the built in (to .net 3.5) test suite.

The front end is always more of a problem because it doesn't compile to a dll, never really found a decent way to do it.
 
Back
Top Bottom