Home
|
All Posts
|
RSS
|
Popular Tags
|
Sign in
|
Join
|
Help
in
Current Tags
(Entire Site)
.NET
.NET 4
.NET 4 Beta 2
.NET 4 RC
ALM
ALM User Group
Architecture
Beta 2
Builds
Coded UI Test
Data Collectors
DEV
Development
Events
GUI Tests
Guides
How To
Installation Guide
ITPRO
Kinect
Lab Management
Load
Load Test
Microsoft Test And Lab Management
Microsoft Test Manager
Migration
Modeling
MTLM
New Features
NEWS
OFFTOPIC
Performance
Power Tools
PowerTools
Process Management
Process Template
QA
QC
Quality Assurance
Quality Center 2 Team System 2010
Queries
Queries Guide
Questions
RC
Reports
Rosario
SCM
Scrat
SCRUM
Scrum 3.0
Sela Group
Source Control
SP
Team Build
Team Build 2010
Team Build Work Flow
team explorer
Team Explorer Everywhere
Team System
Team System 2010 beta
Team System Guide
Test Management
Test Manager
Test Professional
Testing
TFS
TFS 2008
TFS 2010
tfs 2010 guide
TFS 2010 Reports
TFS Administration
TFS API
TFS Build
TFS Builds 2010
TFS Guide
tfs guides
TFS Utilities
TFS2010
Tools
UI Tests
UITypeEditor
Unit Test
Video
Visual Studio
Visual Studio 11
Visual Studio 2010
Visual Studio 2010 Architecture Tools
VS2010
VSTS2010
Web
Web Access
WebTest
WIMBI
Win Forms
WinForms
Work Items
Work Items Guide
WorkItem Tracking
WPF
WTM
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...
01-25-2012 9:31
by
shair
to
Shai Raiten
תגים:
.NET
,
Team Build
,
TFS
,
WorkItem Tracking
,
Development
,
Work Items
,
Testing
,
Visual Studio
,
Process Template
,
Reports
,
Source Control
,
TECH
,
DEV
,
ITPRO
,
Questions
,
Scrum
,
Visual Studio 2010
,
Architecture
,
Team System 2010
,
TFS 2010
,
Scrum 3.0
,
Modeling
,
ALM
,
Agile
,
Visual Studio 11
Team Foundation Backup Plan Not Working in Administration Console
Tweet Today I came to a customer for consulting and the customer told me that there is no Backups for TFS. So right away I told him this is very important and let’s create a Backup Plan for TFS. How To: Create TFS 2010 Backup Plan Problem So I’ve download TFS 2010 Power Tools, Install, Open TFS Administration Console, Click “Create Backup Plan” and Nothing happens. So I’ve started to investigate and saw some errors in TFS Event Log, of course I saw “Object reference not set to an instance of an object...
01-17-2012 11:42
by
shair
to
Shai Raiten
תגים:
TFS
,
TFS Administration
,
TFS Utilities
,
PowerTools
,
TECH
,
ITPRO
,
Questions
,
How To
,
Team System 2010
,
TFS 2010
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 Power Tools יצאו, הפוקוס הוא לא משתמשי Visual Studio הפעם (December 2011)
Brian Harry הודיע על הוצאת Power Tools חדשים . ה – Power Tools מכילים בעיקר חידושים עבור משתמשי ה – Team Explorer Everywhere. לראשונה מיקרוסופט מוציאה Power Tools עבור ה – Team Explorer Everywhere, הפונקציונאליות ב – Power Tools אילה בסך הכול מיישרת קו עם משתמשי ה – Visual Studio בחלק מהפונקציונאליות. התוספות הם: Alerts – המשתמש יוכל להגדיר התראות למייל עבור חוקים שונים, בדיוק כמו שיש למשתמשי ה – Visual Studio Search – פעולה בסיסית שהייתה מאוד חסרה ב – Team Explorer Everywhere נכנסה ל – Power Tools...
12-20-2011 8:36
by
Eran Ruso
to
Eran Ruso
תגים:
DEV
,
TECH
,
TFS 2010
,
Team System 2010
,
NEWS
,
Power Tools
,
Visual Studio 2010
,
ITPRO
,
Team Explorer Everywhere
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...
12-18-2011 13:12
by
shair
to
Shai Raiten
תגים:
Team System
,
TFS
,
TFS Administration
,
WorkItem Tracking
,
Work Items
,
TECH
,
How To
,
Team System 2010
,
TFS 2010
Integrating RoboHelp with TFS Source Control
Tweet Yesterday a got a a request from a customer how want to work with TFS Source Control from RoboHelp: Adobe® RoboHelp® 9 software is an easy-to-use solution for technical communicators to author, collaborate, personalize, and optimize content for help systems, policies and procedures, and professional knowledgebases for multichannel, multidevice publishing. This is possible using the MSSCCI provider and some registry changes: Download and Install – MSSCCI - http://visualstudiogallery.msdn...
12-15-2011 8:25
by
shair
to
Shai Raiten
תגים:
TFS
,
TFS Administration
,
TFS Utilities
,
Development
,
Source Control
,
TECH
,
How To
,
Team System 2010
,
RoboHelp
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
קישור ה–PL-SQL ל–TFS 2010
כדי ש - PL-SQL יוכל לעבוד עם TFS יש להתקין שני רכיבים שמדברים אחד עם השני ועם השרת. הפונקציונאליות שנחשפת היא רק עבור ה – Source Control של ה – TFS ועבור כל השאר יש להשתמש ב – Client אחר של ה – TFS לדוגמא: Team Explorer. רכיב ה – VCS הינו רכיב היודע לתקשר עם כל מערכת התומכת ב – Microsoft’s SCC Interface. כפי שכבר ניחשתם ה – TFS תומך ב – Interface הדרוש וזאת בעזרת רכיב נוסף שניקרא: MSSCCI Provider. אז איך מתקינים: צעד 1: הורד את ה – VCS מהלינק: http://www.allroundautomations.com/download/vcs124.zip...
11-09-2011 9:55
by
Eran Ruso
to
Eran Ruso
תגים:
Source Control
,
DEV
,
TECH
,
TFS 2010
,
Team System 2010
,
ITPRO
,
PL-SQL
Microsoft Test Manager – Test Run Window Position
Tweet I know for most of you what I’m going to show is obvious, But today during a course for a customer (That already working with MTM for 6 months) I found out this wasn't so obvious…. When using Microsoft Test Manager for running Tests the window is automatically Dock to the left side, this will rearrange all icons and will force other applications to work with a smaller screen. And yes you can change it, as you can se from the picture below I’ve changed the windows to “ Floating ” And now...
11-01-2011 7:58
by
shair
to
Shai Raiten
תגים:
Testing
,
TECH
,
How To
,
Team System 2010
,
Microsoft Test Manager
Page 1 of 25 (245 items) 1
2
3
4
5
Next >
...
Last »