View Single Post
  #1 (permalink)  
Old 09-26-2007, 09:36 AM
clayboyd clayboyd is offline
Junior Member
 
Join Date: Sep 2007
Posts: 13
Default Regression testing

Hi,

I want to use this tool for regression testing of both VB.NET and web based applications.

On the web page, how do I determine if an error occurs.

I was expecting to search the page for an error message (identified inside a <font..> element). Can I search the page for a string?

In addition, is the only way to record the success / failure of a test to write a status message into an external file?

Can you point me to examples of using this tool for regression testing?

thanks,
clay
Reply With Quote