DCSIMG
Team System - Shai Raiten

Shai Raiten

 Subscribe

Browse by Tags

All Tags » Team System (RSS)
Validate Field Format in Work Items using MATCH Element
Tweet Today I got a interesting questions from a customer – How I can force format to a version field? I said cool finally I can use the MATCH Element (Work Item Type Definition Schema) to set a regex for System.Title field, The MATCH rule doesn't support full regular expressions , but a simplified version. <MATCH pattern="pattern to match" for="user name" not="user name" /> Enforces basic pattern matching for strings only. <pattern> should be replaced...
Visual Studio 2010 מכללת סלע ומיקרוסופט שמחות להזמינך למפגש מרתק ללא תשלום בנושא
Application Life Cycle Management with Visual Studio 2010 במפגש זה תוכלו ללמוד על פתרון ה- ALM המתקדם ביותר ולצפות בדמאויים עשירים. המפגש מיועד למפתחים ולבודקים ויועבר ע"י מיטב המומחים בנושא. לוח זמנים מתוכנן : 8:30-9:00 – התכנסות ורישום. 9:00-10:00 – Requirement Management using Visual Studio 2010 – מרצה : דן מורגנשטיין. 10:00-11:00 – Applied Software Testing with Visual Studio 2010 – מרצה : שי רייטן 11:00-11:15 – הפסקה 11:15-12:00 – סיפור לקוח – חטיבת מוצרי ה- Enterprise של Nice בחברה ב- 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...
Tech-Ed 2010 – Applied Software Testing with Visual Studio 2010 – All In One
Tech-Ed 2010 – Applied Software Testing with Visual Studio 2010 – All In One Teched Israel 2010 is going to happen next month in Eilat between the 28-30 of November. On this Teched I’ll have the pleasure to present a session about Applied Software Testing with Visual Studio 2010 In this session I’ll demonstrate how to use the following: Microsoft Test Manager – Fast Forward Automation Web Performance Testing Load Testing Coded UI Testing Why? So YOU can do Automatic and Load Testing by yourself!...
How To Change Visual Studio Default Editor
How To Change Visual Studio Default Editor Yes I know this sounds strange, but some times this can be very useful, For example, let say we are .NET developers but really addicted to NotePad++ , and each time I click on File. CS file I want notepad++ to open it… There are two ways to do it: The Ugly Way – Registry Under HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0 find the “Default Editors” key (create if doesn't exists). Create another Key with the name of the File extension (Example...
Visual Studio 2010/2008 and Microsoft Test Manager Screen Casts - [HE]
Visual Studio 2010/2008 and Microsoft Test Manager Screen Casts - [HE] I’ve notice that all my screen casts were offline because the SilverLight hosting stopped working couple of months ago, so I’ve upload all the screen casts again so you can again and learn about Web Testing, Visual Studio 2010 and Microsoft Test Manager. If you want more screen casts just send me an email with the subject that interest you. Enjoy Team System 2010 - Create a Test Plan [HE] - Screencast Team System – How to Create...
The Life Hacker Review About Bluetooth Radar
The Life Hacker Review About Bluetooth Radar I’ve just saw that my Bluetooth project got a review (and hundreds of downloads :-D)  from “ The Life Hacker ” site. Life Hacker ||| Life Hacker.au ||| Addictivetips ||| Bluetooth Radar
Team System 2005 Service Pack 1 Forward Compatibility is now available!
Team System 2005 Service Pack 1 Forward Compatibility is now available! This is an update for the 2005 SP1 version of Visual Studio Team System Team Explorer and allows the 2005 SP1 version to work with the Team Foundation Server 2010. The update will allow teams to move forward and use the Team Foundation Server 2010 server even if part of the team continues to use the Team Explorer 2005 SP1 client. IMPORTANT The Visual Studio 2005 SP1 is a required prerequisite to install this update. If you plan...
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...
How To Add File Upload To Team System Web Test With Relative Path
How To Add File Upload To Team System Web Test With Relative Path In the past I’ve write on How To Add File Upload To Team System Web Test , I got a question - Is there a way give a relative path of the document ? Open Test Settings window - (See Below Image) Enable deployment and add the files needed to file upload. Now when running the test Team System will copy the files into the TestResult folder. Than you can use this path. Hope this helps.
Create OLAP Failed – XML parsing failed at line 1, column 0: A document must contain exactly one root element.
Create OLAP Failed – XML parsing failed at line 1, column 0: A document must contain exactly one root element. I’ve visit one of my customers and saw a strange error in the event log: Errors in the metadata manager. An error occurred when instantiating a metadata object from the file, '\\?\C:\Program Files\Microsoft SQL Server\MSSQL.2\OLAP\Data\TfsWarehouse.0.db\Today.886.dim.xml'. Detailed Message: Create OLAP failed Exception Message: XML parsing failed at line 1, column 0: A document must...
Expect The Unexpected
Expect The Unexpected The Microsoft Developer Platform Marketing team has launched a compelling new worldwide Microsoft® .NET Framework campaign at www.dotnetstories.com . Through online videos and written case studies featuring real developers who built amazing and diverse solutions on the .NET Framework, the campaign is intended to tell a clean and cohesive end-to-end story that is engaging and relevant to the developer community. What a great way to see some of the “ unexpected ” and powerful...
The Ultimate Offer – TFS For Everyone
The Ultimate Offer – TFS For Everyone In my previous posts I’ve talked about TFS 2010 Server Licensing , 500$ for TFS retail it’s a very good price, But I have MSDN Subscription Do I Need To Pay More? You don’t need to pay any additional fee, the opposite, you will get a Free Upgrade with many new features and new tools. Each version of Visual Studio 2010 includes a Team Foundation Server , so if you have Visual Studio 2008 Professional with MSDN Professional you can upgrade to Visual Studio 2010...
Implementing a WIX installer that calls the GDR version of VSDBCMD.EXE
Implementing a WIX installer that calls the GDR version of VSDBCMD.EXE   Duke Kamstra just post a great article about WIX and DB Dude. One of the cool things that shipped with the Visual Studio Team System 2008 Database Edition GDR (aka the GDR) is the command line utility VSDBCMD.EXE . By using this utility, you can take the artifacts created by building a Database Project and deploy them to a database instance. If the database doesn’t exist on the instance of SQL Server, it will be created...
SourceSafe Users Get Ready To Say – Bye Bye!
SourceSafe Users Get Ready To Say – Bye Bye! Microsoft looks to move SourceSafe users to newer technology The company will offer a special installation option for Team Foundation Server ALM platform as it winds down Visual SourceSafe support….. Brian Harry "We see TFS as the successor to SourceSafe," said Brian Harry, who holds the title of technical fellow at Microsoft.  The Basic Installation option would be featured as part of Visual Studio Team Foundation Server 2010 .   Read...
More Posts Next page »