DCSIMG
Visual Studio 2010,WorkItem Tracking - Shai Raiten's Blog

Shai Raiten's Blog

It's all about code...

Browse by Tags

All Tags » Visual Studio 2010 » WorkItem Tracking (RSS)
Work Item Spell Checker–Test Case Steps Support
Tweet Couple of mounts ago I published the Work Item Spell Checker Custom Control for VS 2010 on CodePlex, since than I received requests for enabling Test Case Steps Spell Checking, I made some changes for the project to enable this and now you can run Spell Check on Test Steps. Download Work Item Spell Checker Custom Control Because the steps control cannot be effected on run time from code after you finish the Spell Check you need to refresh the item to see the results. Download Work Item Spell...
The Git Hole
Tweet I consider myself a calm person with plenty of tolerance, I believe in productive discussion and love it – Part of my job as a consultant is to talk with Teams and explain them why you should choose a specific product over another, in 99.9% of those meetings there is one guy that don’t like the change (No One Like Changes) and you need in a calm way to explain and show him the benefits of the new tool – Forcing someone to do something is never a good thing. But sometimes there is no wining...
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...
Work Item Spell Checker Custom Control for VS 2010
Work Item Spell Checker Custom Control for VS 2010 A long time ago I published a free Work Item Custom Control for Visual Studio 2005/2008 to allow using Spell Check on work item fields. Since Visual Studio 2010 comes with Spell Checker ability I left this project behind, over the last couple of months I got lots of requests from people to adjust this Control to 2010, Today I got a request from a customer that really needs it so here you go. Follow the link below, download the setup file and install...
Microsoft Open Day–Testing in Visual Studio 2010
Microsoft Open Day–Testing in Visual Studio 2010 Two days a ago I had the honor to give 4 hours lecture on Testing using Visual Studio 2010 in Microsoft Israel for more than 100 people about the entire suite for Testers in Visual Studio 2010, This wasn’t just another overview session but hand zone session on each subject: Microsoft Test Manager – Read More Lab Management– Read More Unit Tests – Read More Web Tests  - Read More Load Test – Read More Coded UI Test – Read More You can download...
Team Foundation Server 2010 and Project Server Integration Feature Pack is now in Beta
Team Foundation Server 2010 and Project Server Integration Feature Pack is now in Beta We at Sela Group already working with a customer working with TFS-PS Feature Pack CTP for Integration between TFS 2010 and Project Server 2010, now all customers can get this support as “Go Live” Beta. I’ve post about VS/TFS 2010 SP1 Beta has Released and Here is another great news from Brian Harry for TFS 2010 and Project Server Users: The TFS-PS Feature Pack is being released to MSDN subscribers today as a “go...
Sela - “Web Test Manager” Announcement in ALM Summit
Sela - “Web Test Manager” Announcement in ALM Summit As you may know – Sela is a gold sponsor in ALM Summit ( http://www.alm-summit.com/almsummit/sponsors.aspx ), during the summit we revealed our latest developments for TFS/VS 2010 and Microsoft Test Manager. WIMBI – Merge By Work Item Scrat – Quality Center 2 TFS 2010 Migration *NEW* - “Web Test Manager” – Web Access For "Microsoft Test Manager” ” Web Test Manager” – Will allow Testers, Developers and each and every one on the Team to Write...
TFS API Part 31 – Working With Queries – Part 2
TFS API Part 31 – Working With Queries – Part 2 In my last post TFS API Part 30 – Working With Queries I demonstrate a simple API example for getting Queries from TFS 2010, in this sample I’ll show how to run Queries and display the results, Deleting and Creating new Folder using TFS API. Download Demo Project Step 1: Add Results Using WorkItemStore object and call the Query method you can set the results directly to DataGrid. void item_MouseDoubleClick( object sender, MouseButtonEventArgs e) {    ...
TFS API Part 30 – Working With Queries
TFS API Part 30 – Working With Queries TFS 2010 comes with new abilities for Queries that allows you to define Hierarchy and Direct Links (Read More - Work Item Relations (Visual) ). This is the first post on that subject and this will show how to interact with TFS 2010 Queries – Filter, View and Create New using TFS 2010 API. Download Demo Project Step 1: Create Project and Add Reference Create an WPF/WinForm application and add the following references: using Microsoft.TeamFoundation.Client; using...
TFS API Part 24 – Get All Fields From TFS
TFS API Part 24 – Get All Fields From TFS I got an email regarding previous post ( TFS API Part 6: WorkItemStore - Get Fields From WorkItemType ) how to get Fields without regard to Work Item Type? This is very easy using Team System API. Download Demo Project Step 1: Create Project and Add Reference Create an WPF/WinForm application and add the following references:      Microsoft.TeamFoundation.WorkItemTracking.Client.dll (C:\Program Files (x86)\Microsoft Visual Studio 10.0...
Microsoft Acquires Teamprise Assets
Microsoft Acquires Teamprise Assets “ Customers with Visual Studio 2010 Ultimate with MSDN also will receive the Teamprise Client Suite technology as part of their original subscription purchase. ” Microsoft Press Release - http://www.microsoft.com/presspass/press/2009/nov09/11-09TeamprisePR.mspx?rss_fdn=Press%20Releases Team Foundation Server, in combination with the Teamprise Client Suite technologies, will enable developers to use a single tool to overcome core development challenges, including...
VSTS 2010 – Work Item Relations (Visual)
VSTS 2010 – Work Item Relations (Visual) This is probably one of the biggest features coming in VSTS 2010 – Work Item Relations (Links). In VSTS 2008 I wrote couple of custom control to manage the relations between work item Example: Work Item Relation - Custom Control , but VSTS 2010 gives as this feature. Visual Relation is important and most in each development team, looking at work items and see the relations between those work items is a gift. So looking at team system Queries you will see a...