F5 Debug…

Building & Debugging the Technology!!!

Archive for the ‘TFS Cloud’ Category

Connect to Cloud Team Foundation Server using Visual Studio 11 Developer Studio

Posted by Karthikeyan Anbarasan on September 20, 2011

Introduction:

In this article we are going to see how to connect to the Cloud Team Foundation Server using Visual Studio 11 Developer Preview Version just release by Microsoft in BUILD 2011 Conference.

Overview:

In our earlier articles we have seen how to connect the Cloud Team Foundation Server using Visual Studio 2010 and Visual Studio 11 Test Manager Developer preview version. Connecting Cloud TFS with Visual Studio 11 Developer Preview IDE is similar to the one which we have seen in connecting using Visual Studio 2010 Ultimate version. Here we no need to download the specified Hotfix for the VS2010 SP1 which provides some issues for some real time users.

There is Microsoft MSDN forum where we can see users raising questions on after installing the Hotfix (KB2581206 ) the Visual Studio 2010 crashes or not allowing to create applications. Even i had the same kind of situation suddenly my VS 2010 crashed and each and every time i open the VS 2010 IDE it shows error message and will close down the IDE. Then i came up with installing this Visual Studio 11 Developer Preview version and start connecting to the Team Foundation Server.

Let us see the step by step process on how to connect to the team foundation server using the Visual Studio 11 Developer Preview IDE.

Steps:

Once we registered with the Cloud TFS, we can see nice interface with the list of options as shown in the screen below. Since we already done with the Step 1 and Step 2, now we will move forward and do the step 3 (Downloading the required client software) as shown in the screen below.

2011-09-17 09h56_52

Now before proceeding to the next step, download and install the Visual studio 11 Developer Preview version. Follow my article on Downloading and Installing Visual Studio 11 Developers Preview to see the step by step process on downloading and installing the package. Once the Visual Studio IDE is installed go to Start –> Programs and select Microsoft Visual Studio 11 Developer Preview as shown in the screen below.

2011-09-17 09h59_10

We can see the nice interface of the Visual Studio 11 Developer Preview IDE opened as shown in the screen below.

2011-09-17 09h59_47

Now select File –> open –> Team Project to open the wizard used to connect to the team foundation server as shown in the screen below.

2011-09-17 10h00_27

Clicking on the Open Team Project will open a window as shown in the screen below. This windows is used to select the server and do the necessary steps to connect to the Cloud TFS Server. Now click on Servers button from the Connect to Team Project window as highlighted in the screen below.

2011-09-17 10h02_07

Since we already have our Cloud TFS connected initally using Visual Studio 2010 IDE we can still see the server mapped (Check the post here ). So just select the TFS Name and we can see the collections and projects getting initialized as shown in the screen below.

2011-09-17 10h02_42

Once the loading is completed we can see our Project F5Debug listted in the Team Projects section as highlighted in the screen below.

2011-09-17 10h03_09

Now we can see the Team Explorer opened in the right side menu and we can see the interface changed compared to the Visual Studio 2010 IDE as shown in the screen below.

2011-09-17 10h03_50

Click on the Source Control Explorer will open the details which are downloaded from the Cloud Team Foundation Servers as shown in the screen below.

2011-09-17 10h04_55

Conclusion:

So in this article we have seen the option to connec to the Cloud Team Foundation Server using Visual Studio 11 Developer Preview.

Posted in TFS Cloud, Visual Studio 11 | Tagged: , , , , , , , | Leave a Comment »

Connect to Cloud Team Foundation Server using Visual Studio Test Manager 11 Developer Studio

Posted by Karthikeyan Anbarasan on September 19, 2011

Introduction:

In this article we are going to see the option of connecting the Cloud Team Foundation Server using Visual Studio Test Manager 11 Developer Preview released with Visual Studio 11. Visual Studio 11 Developer Preview is presently available as a free download for evaluation purpose and Test Manager is available inbuilt with the installation of the VS 11 Package.

Overview:

Test Manager is a new tool introduced with VS 2010 specifically for testing the application by providing test cases, test suites and configurations based on the requirement by connecting to the Team foundation server where we maintain the versions, builds and the team details. So in this article we will see how to connect to the Team Foundation Server using the Test Manager 11 Developer preview and create a simple test case to update to team foundation server.

In our earlier article we have seen how to connect using the Visual Studio 2010 IDE , now in this article we will see the step by step process on connecting the Cloud TFS using Test Manager 11 Developer Preview. Before stepping forward we need to download and install the Visual Studio 11 Developer Preview version (Check my article on Downloading and Installing Visual Studio 11 Developers Preview ) to get clear idea on how to download and install the package.

 

Steps:

Once we registered with the Cloud TFS, we can see nice interface with the list of options as shown in the screen below. Since we already done with the Step 1 and Step 2, now we will move forward and do the step 3 (Downloading the required client software) as shown in the screen below.

2011-09-17 10h13_47

Taking into consideration that Visual Studio 11 Developer Preview is installed go to Start –> Programs and navigate to Microsoft Test Manager 11 Developer Preview as shown in the screen below.

2011-09-17 10h16_47

Clicking on Microsoft test Manager 11 Developer Preview, will open a nice splash screen indicating the loading of the application as shown in the screen below.

2011-09-17 10h17_47

Once the Test Manager is opened it will first request for the Team Foundation Server details as shown in the screen below.

2011-09-17 10h19_57

Since we are going to connect to the Cloud Team Foundation Server provide the TFS url https://f5debug.tfspreview.com as shown in the screen below. Click on ADD to proceed further

2011-09-17 10h21_04

Clicking on ADD will move on to the next page where we can see the option to connect the server by clicking on the Connect Now button, if we want to specify different credentials we need to click on Use Different Credentials as shown in the screen below.

2011-09-17 10h22_16

If we can see the Connect Now button is disable, we need to navigate to the F5debug project and then we can see the Connect now button enabled as shown in the screen below.

2011-09-17 10h23_03

Once the Connect Now button is clicked we can see the testing Center window opened as shown in the screen below. Testing Center have options to enter the test case based on the requirement, for that initially we need to add a test plan which will have all the test cases with in it as shown in the screen below.

2011-09-17 10h23_52

To add the test plan click on the Add button at the top as shown in the screen below.

2011-09-17 10h24_27

Clicking on Add button will open a pop up requesting for the plan name, enter the plan name as per the requirement here we have entered as F5DebugTestPlan as shown in the screen below. Now Click on Add button to proceed further.

2011-09-17 10h24_54

Clicking on ADD button will add the plan to the list and we can see the F5DebugTestPlan as shown in the screen below.

2011-09-17 10h25_22

Now we can see the options to create the test plan as per our requirement in a new window where we can see the things listed under the test plan which we created (F5DebugTestPlan) as highlighted in the screen below. We can simply click on the Add button and put on our test cases as per the requirements.

2011-09-17 10h26_23

Now clicking on the Track button will list the test id if any and we can run the test case to create the test results as well.

2011-09-17 10h27_20

 

Conclusion:

So in this article we have seen the option of how to connect to the Cloud Team Foundation Server using Microsoft Test Manager 11 Developer Preview to create a basic test plan and create test cases.

Posted in Azure, TFS Cloud, Visual Studio Test Manager | Tagged: , , , , , , , , | 4 Comments »