Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Mathew Aniyan's Blog
Program Manager for Coded UI Test.
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Tags
VSTS2010
Archives
November 2009 (2)
October 2009 (1)
August 2009 (1)
June 2009 (1)
May 2009 (5)
April 2009 (1)
March 2009 (2)
February 2009 (2)
January 2009 (5)
Table of Contents
Coded UI Test
Tutorial - How to create a Coded UI Test
Coded UI Test Creation Options
Coded UI Test Recorder
UI Control Locator
Hand-coding a Coded UI Test
Distributed Coded UI Tests
Data Driving Coded UI Tests
No more UI regressions
Coded UI Test in a Team Build
Coded UI Test from Microsoft Test & Lab Manager
Browse by Tags
All Tags
»
VSTS2010
(RSS)
Sorry, but there are no more tags available to filter with.
Tuesday, May 26, 2009 8:28 AM
Coded UI Test in a Team Build
In this post, i will describe the steps required to add a Coded UI Test in a Build Definition. Pre-requisites:- An existing Coded UI Test Project, A Connection to Team Foundation Server 0. On the Build Server, run the Team Build Service Host from
Posted by
Mathew Aniyan
|
2 Comments
Filed under:
VSTS2010
Tuesday, May 26, 2009 7:08 AM
No more UI regressions
During the course of a Application Development Lifecycle, software goes through many iterations. Frequently, a change in one part of the software impacts another part and the developer remains blissfully unaware. Regression testing seeks to verify
Posted by
Mathew Aniyan
|
3 Comments
Filed under:
VSTS2010
Friday, May 15, 2009 11:58 AM
TechEd India 2009
I was at TechEd India 2009 for the past two days. There were some really interesting talks. Amit Chatterjee did a talk on Visual Studio Team System. There is a segment in his demo for “No more regressions” where he showed Coded UI Test in action.
Posted by
Mathew Aniyan
|
1 Comments
Filed under:
VSTS2010
Friday, May 08, 2009 9:58 AM
Coded UI Test on 10-4
MSDN Channel 9’s 10-4 program now has an episode on Coded UI test. Watch it at http://channel9.msdn.com/shows/10-4/ Excerpt Episode 18: Functional UI Testing In this 18 th episode of 10-4 we look at a new type of test coming in Visual Studio Team System
Posted by
Mathew Aniyan
|
1 Comments
Filed under:
VSTS2010
Thursday, April 16, 2009 11:11 AM
More on Data Driving Coded UI Tests
In the previous post, i described how we use a CSV file to data drive a Coded UI Test. The functionality is achieved by adding the following Data Source attribute to Coded UI Test. [DataSource("Microsoft.VisualStudio.TestTools.DataSource.CSV",
Posted by
Mathew Aniyan
|
1 Comments
Filed under:
VSTS2010
Tuesday, March 17, 2009 12:47 AM
Data Driving Coded UI Tests
Frequently, we have to repeat a test with different data values. This ‘data-driving’ is made very easy in Coded UI Test. In the Tutorial , we created a Coded UI Test to verify the addition of two numbers in the calculator. Let us now see how we can convert
Posted by
Mathew Aniyan
|
2 Comments
Filed under:
VSTS2010
Tuesday, March 03, 2009 8:20 AM
Distributed Coded UI Tests
Coded UI Tests can be run in a distributed fashion. It leverages the existing Load Test architecture. Read the Load Test Team blog for more information. Since Coded UI Tests always interact with the UI, the following change has to be made for the
Posted by
Mathew Aniyan
|
3 Comments
Filed under:
VSTS2010
Thursday, February 12, 2009 10:57 AM
Hand-coding a Coded UI Test
1. In Visual Studio Team System 2010 , click on Test menu and choose New Test 2. In the Add New Test dialog, choose Coded UI Test and click OK . NOTE:- You can choose to create a Visual C# test project or a Visual Basic test project. 3. In the New Test
Posted by
Mathew Aniyan
|
3 Comments
Filed under:
VSTS2010
Monday, February 09, 2009 10:18 AM
Frequently Asked Questions
I have started the Coded UI Test Recorder. It is not recording any action I perform on my application. Why? Verify that - The app is not running at higher privilege than the VS. (E.g. VS running as normal user but app running as admin.) - The app
Posted by
Mathew Aniyan
|
1 Comments
Filed under:
VSTS2010
Thursday, January 29, 2009 2:45 PM
UI Control Locator
UI Control Locator can be accessed from 1. Coded UI Test Launch Screen 2. Context Menu in Coded UI Test Method 3. From the Test Menu In all cases, it launches the Coded UI Test Builder Window with Add Assertions tab enabled. When the UI
Posted by
Mathew Aniyan
|
1 Comments
Filed under:
VSTS2010
Friday, January 23, 2009 2:29 PM
Coded UI Test Recorder
Coded UI Test Recorder can be accessed from 1. Coded UI Test Launch Screen : 2. Context menu in a Coded UI Test Method 3. From the Test Menu In all cases, it launches the Coded UI Test Builder Window with the Record Actions tab
Posted by
Mathew Aniyan
|
0 Comments
Filed under:
VSTS2010
Tuesday, January 20, 2009 5:15 AM
Coded UI Test
Microsoft® Visual Studio® Team System 2010 introduces a new Test Template named "Coded UI Test". It enables users to verify the functionality of their user interfaces. Coded UI Test is fully integrated into Visual Studio and the
Posted by
Mathew Aniyan
|
0 Comments
Filed under:
VSTS2010