The projects are all underdevelopment so i have the source code....have an examples or reference..this is all new to me! What is a model view controller?..sorry for my ignorance.
From: [email protected] [mailto:[email protected]] On Behalf Of Alan Heywood Sent: Friday, 2 July 2010 3:46 PM To: ozDotNet Subject: Re: UI Automation Testing Software for Win Forms 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 <http://www.intellixperience.com/signup.aspx> website being IntelliXperienced? regards Anthony (*12QWERNB*) Is your website being IntelliXperienced?
