Home
|
All Posts
|
RSS
|
Popular Tags
|
Sign in
|
Join
|
Help
in
Current Tags
(Entire Site)
.NET
.NET 3.5
.NET 4
.NET 4 Beta 2
.NET 4 RC
ALM
C#
DEV
Development
Events
How To
ITPRO
Lab Management
Metro Style
Microsoft Test Manager
Migration
OFFTOPIC
QC
Quality Center 2 Team System 2010
Scrat
Scrum
Sela Group
Source Control
Team Build
Team System
Team System 2010
Testing
TFS
TFS 2010
TFS Administration
TFS Utilities
Tools
Visual Studio
Visual Studio 2010
Web
WebTest
WIMBI
Work Items
WorkItem Tracking
WPF
WTM
TFS API Part 42 – Getting Started With Lab Management API
Tweet I did some cool things lately with TFS Lab Management API, from connecting it to TFS Web Access and allow REST access to the lab (if you want to ask why – The customer is always right ). So this part of TFS API will deal with Lab Management API, although Lab Management API is not public I’ll show some cool things you can do but this will be under your own risk. Again, this is just the beginning of the Lab Management API, so let’s get started Download Demo Project Step 1: Located “ Microsoft...
12-22-2011 12:12
by
shair
to
Shai Raiten
תגים:
.NET
,
TFS
,
TFS Utilities
,
Development
,
Visual Studio
,
TECH
,
DEV
,
TFS API
,
Visual Studio 2010
,
Team System 2010
,
TFS 2010
,
Lab Management
,
.NET 4
TFS API Part 41–Manage Groups and Members
Tweet In the past I’ve showed some examples on how to work with TFS IGroupSecurityService for getting users list, but you can do much more, Create new Group, Add or Remove users from group etc… TFS API Part 25: Get TFS User List (Mail Sid, Account, Domain) – TFS 2010 TFS API Part 4: Get TFS User List (Mail, Sid, Account, Domain) Download Demo Project Step 1: Connect To TFS and Get All Users and Projects As always we need to start with connecting to TFS, but here we’ll also obtain 2 important services...
12-07-2011 16:11
by
shair
to
Shai Raiten
תגים:
.NET
,
TFS
,
TFS Administration
,
TFS Utilities
,
Development
,
TECH
,
DEV
,
TFS API
,
Visual Studio 2010
,
Team System 2010
,
TFS 2010
,
.NET 4
My Lecture at Munich ALM Days 2011
Tweet The conference was Amazing!!! I had great time in the conference with partners, customers and friends, I didn’t went to most of the lectures (Ich weiß nicht Deutsch spricht) but from the people who presented the presentation and the title there were plenty of interesting lectures. In my lecture I’ve talked about Applied Software Testing with Visual Studio 2010 , I showed demos on Test Manager, Web Performance Test, Load Testing and of course Coded UI Testing. I’ve also talked about Migration...
11-28-2011 18:42
by
shair
to
Shai Raiten
תגים:
.NET
,
TFS
,
TFS Administration
,
TFS Utilities
,
Development
,
Work Items
,
Testing
,
Events
,
TECH
,
DEV
,
OFFTOPIC
,
WebTest
,
TFS API
,
Visual Studio 2010
,
Team System 2010
,
TFS 2010
,
Sela Group
,
.NET 4
,
Scrat
,
ALM
,
WIMBI
,
WTM
TFS API Part 40–Build Service Host
Tweet First, what is the Build Service Host or IBuildServiceHost ? The BuildServiceHost object represent the physical location of the Controller and/or Agent objects. The name property is usually the machine name that the Controller or Agent lives on. In earlier versions, this was simply the Machine Name property on the Agent. Now, I’m working with a customer works with Lab Manager and after upgrading the SCVVM and perform some port changes we faced an issue – The Build Service Host stuck in your...
11-14-2011 14:15
by
shair
to
Shai Raiten
תגים:
.NET
,
Team Build
,
TFS
,
TFS Administration
,
TFS Utilities
,
Development
,
TECH
,
DEV
,
TFS API
,
Visual Studio 2010
,
TFS 2010
,
.NET 4
How To Change TFS 2010 Attachment Size
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...
07-18-2011 15:11
by
shair
to
Shai Raiten
תגים:
TFS
,
TFS Administration
,
WorkItem Tracking
,
Development
,
Work Items
,
TECH
,
ITPRO
,
TFS API
,
Team System 2010
,
TFS 2010
Visual Studio ALM Video & Two Updates for TFS/VS You Should Install
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...
06-28-2011 11:31
by
shair
to
Shai Raiten
תגים:
Team Build
,
TFS
,
TFS Administration
,
Development
,
Testing
,
Source Control
,
TECH
,
DEV
,
ITPRO
,
TFS API
,
Visual Studio 2010
,
Team System 2010
,
TFS 2010
,
Microsoft Test Manager
TFS API Part 38 – Create Label
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...
06-14-2011 11:16
by
shair
to
Shai Raiten
תגים:
.NET
,
Team Build
,
TFS
,
Development
,
Source Control
,
TECH
,
DEV
,
TFS API
,
Visual Studio 2010
,
Team System 2010
,
TFS 2010
,
.NET 4
,
ALM
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...
05-18-2011 12:03
by
shair
to
Shai Raiten
תגים:
Team Build
,
Team System
,
TFS
,
TFS Administration
,
WorkItem Tracking
,
Development
,
Testing
,
Visual Studio
,
Source Control
,
TECH
,
DEV
,
TFS API
,
Visual Studio 2010
,
Team System 2010
,
TFS 2010
,
Microsoft Test Manager
,
ALM
TFS API Part 37 – Create Builds
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...
05-18-2011 9:26
by
shair
to
Shai Raiten
תגים:
Team Build
,
TFS Administration
,
Development
,
TECH
,
DEV
,
TFS API
,
Visual Studio 2010
,
TFS 2010
TFS API Part 36 – Create Build Definitions
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...
05-16-2011 7:45
by
shair
to
Shai Raiten
תגים:
Team Build
,
TFS
,
Development
,
TECH
,
DEV
,
TFS API
,
Visual Studio 2010
,
Team System 2010
,
TFS 2010
Page 1 of 5 (50 items) 1
2
3
4
5
Next >