UI Testing

Posts   
 
    
Skeeterbug
User
Posts: 165
Joined: 21-May-2004
# Posted on: 14-Jan-2005 18:25:44   

I have been looking at NUnit for unit testing, but I watched a MS video and they had a program testing the UI for SQL Server. Does anyone here test their UI's? If so, what framework do you use? Thanks.

Brian
User
Posts: 10
Joined: 14-Jan-2005
# Posted on: 14-Jan-2005 20:46:46   

I've used NUnitForms before:

http://nunitforms.sourceforge.net/

It is pretty straightforward. It goes well with the overall NUnit framework I think.

Brian.

Devildog74
User
Posts: 719
Joined: 04-Feb-2004
# Posted on: 15-Jan-2005 06:45:36   

I was considering it at one point, but then decided that it wasnt my job, nor the job of the development staff. So it got kicked up to QC and User Acceptance.

There are some pricey automated test suite tools out there, but boy they are expensive, and since I consider my time to be money, it would cost less to buy the tools vs. me actually writing reusable automated UI tests.

Sure, we do code reviews, spot checking, and buddy testing, but once its v1.0 is approved, its out of our hands untill there is a bug or change order. In which case the process repeats.