DCSIMG
TFS Administration,Team System,Development - Shai Raiten's Blog

Shai Raiten's Blog

It's all about code...

Browse by Tags

All Tags » TFS Administration » Team System » Development (RSS)
TFS API Index Parts 1 To 37
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...
How to get the login dialog when using the Team Foundation Server API
How to get the login dialog when using the Team Foundation Server API Published On: Buck Hodges Blog Someone asked how to get the login dialog if the user fails to authenticate. The code to do that is shown below. I copied the call to the constructor from the basic API example , and I've added code to create and pass a UICredentialsProvider object to the TeamFoundationServer constructor. Also, I'm now calling EnsureAuthenticated (). The purpose of that call is to make sure that the user is...
How To Create Custom Check-In Policy
How To Create Custom Check-In Policy Create a new Visual C# class library project. Add an assembly reference to System.Windows.Forms.dll . You use this assembly to display message boxes. Add an assembly reference to Microsoft.TeamFoundation.VersionControl.Client.dll. By default, this is installed in the following folder:\Program Files\Visual Studio 2008 Team Foundation Server\Tools Replace your skeleton class code implementation with the following source. Note that the class derives from the PolicyBase...
Traceability Tool Version 1
Traceability Tool - Version 1 I published a post about - Traceability Tool For VSTS Beta 1 , After adding couple of new features and fixing some flow problem here is the new version: New features in Version Traceability Tool 1 Tests Tracking 1. Tests that already related to one or more requirements are marked with yellow color. 2. Trace and Show tests runs form a specific date. 3. Mini Graph for a specific requirement and all requirements. Email Reports 1. Schedule Reports - Daily, Weekly, Monthly...
Traceability Tool For VSTS
Recently I've talked with couple of people and they are complaining about the Tester Edition, they say, that one of the biggest problems in the Tester Edition is the disability to Track a Requirement Test Cover. Why Tracking Requirement Test Cover Is Important? Every software holds a lot of Requirements and each Requirement needs to be tested. It's difficult to track which Requirements are covered by Test/s or not. How can you be sure that all Requirements have been tested? Traceability Tool Beta1. ...
10 Steps To Customize Build Numbers
10 Steps To Customize Build Numbers The steps that you must follow to customize a Team Foundation Build build definition with a task that generates build numbers. Access to the TFSBuild.proj file of the build definition you want to customize. By default, the TFSBuild.proj file is located in the folder $/ MyTeamProject /TeamBuildTypes/ MyBuildName in Team Foundation source control. A local workspace that contains your team project files and the build files on your local computer. Required Permissions...