Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Coded UI   (RSS)
Designing the Coded UI Test Builder
The Coded UI test interface has undergone a redesign in Beta2 to make it easier and more intuitive. While designing this UI, we went through a common dilemma – do we need this to be a guided flow or a choice of operations, all available in parallel? So, Read More...
What’s new for testers doing UI automation in VS 2010 Beta2?
We are back in Beta2 with a bunch of new stuff in Coded UI test for UI automation testers. First up, the code generation in Coded UI test has been changed to structure the code in a much more usable and intuitive way: 1. All the UI elements you interact Read More...
Testing Silverlight applications with VSTS 2010 – coded UI, MTLM and web tests
Lately, we’ve been asked by some of our users if they can use VSTS 2010 test features to test their Silverlight apps. Well, web tests will still work on Silverlight web apps since they don’t operate at a control level, but functional tests that require Read More...
Using regular expressions to locate controls in Coded UI Test
When testing UI applications, you often want to locate a control on the app under test that has dynamic properties. For instance, when you login into a website, there may be a link/label on the first page that says “Welcome user, UserName1”. Now this Read More...
Page view tracker