Along the line of finding a solution for automating your user testing, if writing a script is not your cup of tea, you can use Selenium IDE to help you record your steps in the browser, complete with some assertions. Check out the demo: Automating a Google search
The downside (if that was one :D) is that you need to use firefox.
Download the firefox extension
Fore more details, visit the Selenium IDE site.