DCSIMG
tfs 2010 guide,TFS2010,TFS 2010 - Eran Ruso
Sign in | Join | Help

Browse by Tags

Visual Studio 2010 Coded UI Test User Guide - Create A Simple Coded UI Test
27 March 10 08:47 PM | Eran Ruso | 22 comment(s)
This post is the Second post out of Four that builds the Visual Studio 2010 Coded UI Test User Guide . See the first post: “Visual Studio 2010 Coded UI Test User Guide - Introduction” On this post I will show how to create a simple Coded UI Test. The example I will use in this guide created by Microsoft and is called: “IBuySpay” The example is a web application but we will use its GUI in the Coded UI Test. A few guide lines before we start: To create a test you need to have a Test Project Base every...
Visual Studio 2010 Coded UI Test User Guide - Introduction
25 February 10 08:33 AM | Eran Ruso | 8 comment(s)
In Visual Studio 2010 Microsoft has added the Coded UI Test. Back to history: In Visual Studio 2005 Microsoft presented the Tester Edition, it contained the following parts: Web Test Automation Test Performance Test Unit Test Something that should have been a Manual Test, it was word or text documents contained the Test Cases. Practically no one used it. In Visual Studio 2008 tester edition no significant changes has been made. In Visual Studio 2010 Microsoft added more parts to the Tester Edition...
Delete TFS 2010 Work Items
18 February 10 01:47 PM | Eran Ruso | 4 comment(s)
Many customers ask me about deleting Work Items from the TFS. Here is how to do it for TFS 2010: Step 1: Log-in to the TFS using a TFS administrator user. Step 2: Open a command line and go to: 32bit machine - “X:\Program Files\Microsoft Visual Studio 10.0\Common 7\IDE” 64bit machine - “X:\Program Files (x86)\Microsoft Visual Studio 10.0\Common 7\IDE” Step 3: Use the “witadmin.exe destroywi” command in the following way: witadmin.exe destroywi /Collection:http:\\[ServerName]:8080\tfs\[CollectionName...