Will there be a way to run Functional Tests on remote PCs (i.e., not a dev or build machine) or VMs?
Yep. Here's one way, there are others as well:
http://blogs.msdn.com/mathew_aniyan/archive/2009/03/03/distributed-coded-ui-tests.aspx
Hey, it was really nice to see UI test automation inbuilt in VS2010. I was waiting for this release for quiet long.
Does it support test automation of Winform and legacy applications (VB, MFC etc...)?
Nice demo. I hope there would be another Episode for Functional UI testing covering the matter in more detail
Awesome video! Fantastic job!
Once i have a set of Coded UI tests defined, how do I run the tests on machines that dont have visual studio. Usually we like to test our apps on different version of windows, 32 bit and 64 bit.
Currently we publish our dlls(application and Nunit) on a test machine and use cruisecontrol to trigger the msbuild script(consisting of MSTasks) to be executed without the need for Visual studio on that machine. Is a similar setup possible ?
Yes it does. IT is through Coded UI testing.
Sorry for the delay I just noticed your question. Yes you can do this using the build controller/build agent model we support in 2010. It allows you to orchestrate workflows where your tests get pushed out to agent machines which in turn run the tests and then report back to a controller, which then publishes the data to TFS. It's really sweet once you set it up and start seeing all of your machines running tests automatically without intervention!
any chance we'll get an updated video tutiorial for Beta 2 where things have changed drastically, in terms of how the code is compartmentilzed. it would certainly lower my learning curve. thanks.