Browse by Tags
All Tags »
How To »
Team System (
RSS)
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...
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 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...
Error When Trying To Access Source Control With Team Explorer (vscommod.cpp Line number:173) Today I have installed windows 7 and visual studio 2008 + team explorer. I open visual studio and go to team explorer to open source control and I saw that there is no Source Control there I even try to open source control from the file menu but I got the following error: Try the following steps to resolve the issue: 1. Open a command prompt. 2. Navigate to the following folder: "%programfiles...
How To: Users cannot access to Team System SharePoint Team System works with different levels of security for each module, for example SharePoint, Source Control, Reports etc… One of the most common issue is SharePoint security, I’m getting emails regarding this problem every week, Here is the solution: To perform this operation you need administrator user. Open SharePoint portal by right click on your Team Project and “Show Project Portal” . You should see your project SharePoint portal . Click...