GUI Testing with VS Studio 2005

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I see that .NET Studio 2005 contains a unit test framework. Does anyone know
if it can do GUI testing as well. What I would like to do is record UI
actions (mouse movements, clicks, keyboard, ...) and play them back at a
later time while checking component properties (something similiar to what
Rational Robot or WinRunner does). The product I would be testing does not
use ASP, it is a combination of .NET controls and native Win32 controls.

Thanks,
--Craig
 
No, you can't do GUI stuff with it.

And don't get all excited. You don't get the Unit test stuff unless you get
one of the Team System versions.
 
Does anyone using this want to chime in on how this compares to NUnit?

John Christensen
 
Back
Top