GUI Testing with VS Studio 2005

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
 
R

Ray Cassick \(Home\)

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.
 
J

john.christensen

Does anyone using this want to chime in on how this compares to NUnit?

John Christensen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top