Browse by Tags
All Tags »
TFS 2010 (
RSS)
Tweet Straight from the oven, Brian Harry just post and gave 250 free TFS Azure Accounts for those who didn’t came to Build Conference. 250 use activation code: “bharry” To use the code, visit http://tfspreview.com . Below you’ll find a walk through of the sign up experience. Although the service is pre-release at this time and is not complete, much of the TFS functionality works today. You can use: Source control Work item tracking Agile project management (a new feature in TFS 11) Testing...
Tweet Yuval Mazor just post about “Introduction to TFS 2010 Training Kit is Released!” , Yuval Mazor and Assaf Stone did an amazing work for Microsoft in the past months writing the TFS 2010 Training Kit. TFS 2010 Training Kit The Introduction to Team Foundation Server 2010 Training Kit includes presentations, hands-on labs and demos designed to help you get acquainted with the features of Team Foundation Server (TFS) 2010. This Training Kit contains several demos and hands-on labs that require some...
Tweet I got this questions a lot, if this because lots of my customers working with branches and often they delete those old branches or just because someone delete a folder and you want to see its content. There are two ways to see deleted items from source control, the first is through Visual Studio and the second through TFS API. See Deleted Items In Visual Studio: First open visual studio 2010 and open source control Navigate to –> Tools –> Options –> Source Control –> Visual Studio...
CodeProject Here is a post from 2008 on how to change attachment size in TFS 2008 , the same concept is available in 2010 but there is a small confusion about 2010. Many people had problems changing the attachment size in TFS 2010 using the same web service because the following error: 500 Internal Server Error There where people who changes the attachment size using code: TeamFoundationServer tfs = TeamFoundationServerFactory .GetServer( @"yourtfsserver/.../DefaultCollection" ); ITeamFoundationRegistry...
CodeProject Even so TFS exists for several years I still get those questions a lot: Does TFS integrate with other tools? Of course!, Microsoft release a long time ago the MSSCCI Provider - The Team Foundation Server MSSCCI Provider enables integrated use of Team Foundation Version Control with products that do not support Team Explorer integration. And Microsoft Visual Studio Team Explorer Everywhere 2010 - Eclipse plug-in and cross-platform command-line client for Visual Studio 2010 Team Foundation...
Couple of months ago Sela Collage were a sponsor in Microsoft ALM Summit in Seattle , there we announced on ALM Products and the first version of Web Test Manager - Innovative approach to managing and running your tests - Any Test – AnyWhere - Anytime (by Everyone) under TFS 2010. WTM = Manage your tests directly from your browser in TFS 2010 Now, for the first time you can manage your tests without the need for any local installation, WTM is a web application integrated in VS 2010 Team Web Access...
CodeProject Some news for Visual Studio 2010, I’ll start from several updates you should to apply on you TFS and Visual Studio. KB - TFS 2010 SP1 Cumulative Update 1 – KB2536929 This is the first Update from Microsoft since SP1, and the new concept from Microsoft is to release hot fixes for critical bugs, every once in a while when the development team feels they have critical mass of fixes they will publish new Update includes all hot fixes. – So make sure your Visual Studio and TFS are up to date...
In my last post on TFS API I summarize in Index Page include 37 parts - http://blogs.microsoft.co.il/blogs/shair/archive/2011/05/18/tfs-api-index-parts-1-to-37.aspx And I coming back with more about TFS API, and Today about how to create Label using TFS API. Download Demo Project Step 1: Create Project and Add Reference Create an WPF/WinForm application and add the following references: First add reference for Microsoft.TeamFoundation.dll Microsoft.TeamFoundation.Build.Client Microsoft.TeamFoundation...
A week ago I blogged about Quality Center 11 and Test Director are Now Supported by Scrat and did a MSDN Webcast on how to migrate Quality Center to TFS 2010. In this webcast, learn how to use the Scrat Migration Tool ( Download ) from SELA Group to migrate defects, requirements, test cases, attachments, and links between the items from HP Quality Center to Microsoft Visual Studio Team Foundation Server 2010 in seconds. View the video - Download PowerPoint Slides Event Page - http://www.microsoft...
Since 2009 I ‘m writing about TFS API and several people asked to get an index page with all parts related to TFS API, so here is it: Basic TFS API Part 1: Domain Picker TFS API Part 2: Domain Picker Using Registered Servers (Cache) TFS API Part 3: Get Project List Using ICommonStructureService TFS API Part 4: Get TFS User List (Mail, Sid, Account, Domain) TFS API Part 7: Use IEventService To Get User Event Subscriptions TFS API Part 8: Subscribe/Unsubscribe Events Using IEventService TFS API Part...
This is the last of series of 3 about manipulating Build Controllers ( TFS API Part 35 – Create Build Controllers ), Agents and Definitions ( TFS API Part 36 – Create Build Definitions ) and now I’ll complete the series with a demonstration on how to create a new Build and set the Result using TFS API. This can assist you in building Fake definition in order to publish tests or setting a test environment much more easily. Download Demo Project As you can see from the picture above you can define...
Brian Harry just post about Java SDK for TFS The TFS SDK for Java includes the following: A redistributable JAR file containing the TFS API’s. This is a the same Java code that is used by Team Explorer Everywhere in the TFS plug-in for Eclipse and the Cross-platform command line client. It provides access to version control, work item tracking, build and other functionality in TFS from your own Java based application. We ship this as a single JAR file containing all the code and Java dependencies...
In my last post TFS API Part 35 – Create Build Controllers I showed how to create Build Controllers using TFS API, this can help create a Fake Build and publish test results outside TFS. This post continue the coding from me previous post, and shows how to create or delete Build Definitions under a specific Team Project. Download Demo Project Step 1: Obtain Build Process Templates and Existing Definition from Team Project private void ListDefinitionsTeamProjectSelectionChanged( object...
I’m happy to announce that Scrat ( Quality Center To TFS 2010 Migration Tool ) is now supporting all HP Quality Center Versions including the latest - Quality Center 11 (Application Lifecycle Management) For more information please visit Sela ALM Tools page. In couple of hours I’ll present Scrat in MSDN Web Cast ( MSDN Webcast - Migrate Quality Center to Team Foundation Server 2010 Using... ) and you can learn how to use Scrat to move all Quality Center Item to TFS 2010 in hours! When: Registration...
In my previous post on TFS API is showed some basic actions for TFS Build API - TFS API Part 34– Build Basic Actions In this series I’ll some some more cool things in Build 2010 API, the first thing is a simple flow on how to get the all build definitions from Team Projects, how to obtain the Build Controller from the definition and how to get the Build Agents available in each Controller. Download Demo Project Than we can move forward to how you can use TFS API to create and delete Build Controllers...
More Posts
« Previous page -
Next page »