This might not be relevant in your case, it depends on whether you are testing existing software or developing new software. I have had good results with a Model View Controller approach combined with Test Driven Development. Define an interface for all UI interations, test the interaction with Stub views. By the time you get to implementing your actual winforms views they just work.
The thought of having third party software clicking all over a winforms app gives me the creeps. Cheers Alan On 2 July 2010 15:31, Anthony <[email protected]> wrote: > Anyone recommend or have experience with UI Interface testing > software. Evaluating TestComplete 7 but anyone have experience with > Microsoft TestRun..is it a separate product or part of visual studio? > > > > Thanks in Advance > > > > Is your website being > IntelliXperienced?<http://www.intellixperience.com/signup.aspx> > regards > Anthony (*12QWERNB*) > > Is your website being IntelliXperienced? > > > > >
