by Ewald Hofman
11. December 2009 06:26
In Part 1 I have described how to access the Application Instance of the TFS server. This post describes how you can create a new test case based on the TestManagement capabilities. In later posts I will show what you can do more with the test management.
In order to get access to the work items, a...
[More]
by Ewald Hofman
11. December 2009 05:39
I created a new Team Project in TFS 2010 Beta 2 and choose not to configure SharePoint during the creation of the Team Project. Of course I found out fairly quickly that a portal for TFS is very useful, especially the Iteration and the Product backlog workbooks and the dashboard reports. This blog ...
[More]
by Ewald Hofman
11. December 2009 04:23
In Part 1 I have described how to access the Application Instance of the TFS server. This post describes how you can create access to your work items:
In order to get access to the work items, add a reference to:
Microsoft.TeamFoundation.WorkItemTracking.Client.dll
You can find the dll&rsquo...
[More]
by Ewald Hofman
10. December 2009 08:31
In Part 1 I have described how to access the Application Instance of the TFS server. This post describes how you can create new work items, including a new linked work item. The new link makes use of the new link type in TFS 2010, so it shows up on the correct tab page. In this example a new User St...
[More]
by Ewald Hofman
7. December 2009 01:48
In TFS you can create your own reports based on the Analysis warehouse. In order to be able to query the cube, you need to use the MDX language. This language is not very intuitive for someone who is used to query transactional databases, since you now have to deal with cubes, slices, facts and meas...
[More]
by Ewald Hofman
6. December 2009 05:48
In Part 1 I have described how to access the Application Instance of the TFS server. This post describes how you can create access to your build controller and agents: In order to get access to the work items, add a reference to: Microsoft.TeamFoundation.WorkItemTracking.Build.dll You can fi...
[More]
by Ewald Hofman
3. December 2009 11:28
This is the first post in a series that describes how you can work with the TFS Object Model, API or SDK. In this first part we will open a connection to the team project collection that opens the ability to access all artifacts of TFS. Create a new project and add the following references to your ...
[More]
by Ewald Hofman
1. December 2009 11:55
Today Microsoft has released the first two extensions on TFS: MSSCCI provider TFPT MSSCCI provider With the MSSCCI provider, you can connect to TFS Version Control with environments other then Visual Studio 2008/2010. This provider has shown its relevance to have great adaptation in the ...
[More]