Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » VSTS2010   (RSS)
Sorry, but there are no more tags available to filter with.

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:

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:

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:

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:

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:

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:

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:

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:

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:

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:

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:

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:
 
Page view tracker