DCSIMG
April 2011 - Posts - Eran Ruso
Sign in | Join | Help

April 2011 - Posts

New MTM and Test Automation Course For Testers In Ness College Start In May

פורסם בתאריך Apr 26 2011, 09:00 AM על ידי Eran Ruso

on May 31st I will start the course on MTM and Test automation in Ness Collage.

The course is 40 academic hours, one session a week in the evening.

In this course I will show how to use Microsoft Toolbox for Manual and Automation Testing.

For more information and registration:

http://www.ness-college.co.il/college/he/course/_courseDetails.htm?cId=691

I hope too see you there…

Have Fun!!!

קורס_MTM

How To Install TFS 2010 SP1

פורסם בתאריך Apr 24 2011, 05:05 AM על ידי Eran Ruso

I have been asked this question many times lately.

The installation steps are very simple, just follow these steps:

Step 1: Download the Visual Studio 2010 SP1 from here or the ISO format from here

Step 2: Download the TFS 2010 SP1 from here

Important: Creating a snapshot for TFS is only after shutting down the server, the server MUST be off

Step 3: Create a full server backup or Snapshot if you have a virtual machine.

Step 4: Turn on the server (If you have created a snapshot)

Note: The next step will install all is needed for the Team Explorer that in most cases is installed on the server, incase of no Team Explorer or Visual studio is installed on the server skip to Step 6

Step 5: Install Visual Studio 2010 SP1, restart the server after the installation even if it doesn’t request you to do so

Step 6: Install the TFS 2010 SP1

Note: If the installation of the SP1 both for Visual Studio 2010 or TFS 2010 rolls back for any reason get back to the backup/snapshot don’t try it again, I have seen problems in the rollback that comes after a wile.

Step 7: Install the TFS SP1 for the build machines and proxy servers too

Step 8: Install the Visual Studio 2010 SP1 for all the clients having Team Explorer 2010 or Visual Studio 2010

Have Fun!!!

How To: Disable The Binaries Folder In Team Build 2010

פורסם בתאריך Apr 06 2011, 08:42 AM על ידי Eran Ruso

I have been asked this questions more than once…

One of the cases I would like to disable the Binaries folder is: You have your projects target there outputs to custom folders and you have other projects consume the products from these custom folders.

So what is the problem?

What the Team Build is doing is trying to send all the products of the projects to one central folder, the Binaries folder.

In order to disable this behavior all you need to do is the following:

Step 1: Open the Build Template

Step 2: Go to the MSBuild task

MSBuild_Task

Step 3: Open the properties window of the MSBuild task

Step 4: Clear the OutputFolder field

What_To_delete

Step 5: Save and check in the file

Step 6: Run the build

That is all you need to do…

Have Fun!!!