Microsoft Visual Studio Scrum 1.0流程模板

几周以前,微软发布了Microsoft Visual Studio Scrum 1.0,它是专门为Scrum团队构建的流程模板。下面采用step by step的方式来说明如何下载和安装Microsoft Visual Studio Scrum 1.0,以及如何为项目团队构建Scrum开发流程。

步骤1:下载Microsoft Visual Studio Scrum 1.0流程模板

有两种方式可以下载这个模板。

选择1:可以从这个链接直接下载:http://visualstudiogallery.msdn.microsoft.com/en-us/59ac03e3-df99-4776-be39-1917cbfc5d8e

选择2:可以通过Visual Studio 2010来下载Microsoft Visual Studio Scrum 1.0,步骤如下:
1,打开VS 2010
2,在“Tools”菜单上,点击“Extension Manager”
3,在Extension Manager中,在左面的窗格中,点击“Online Gallery”
4,在Online Gallery中,展开“Tools”,然后选择“Process Templates”
5,在右边的窗格中,选择“Microsoft Visual Studio Scrum 1.0”,然后点击“Download”按钮。
6,这会把Microsoft_Visual_Studio_Scrum_1.0.MSI下载到你在下载对话框中指定的目录下。
7,双击Microsoft_Visual_Studio_Scrum_1.0.MSI文件开始安装。
8,在默认情况下,MSI会在如下路径安装必需的文件:C:\Program Files (x86)\Microsoft\Microsoft Visual Studio Scrum 1.0(我使用的是64位的Windows7操作系统)

利用Visual Studio 2010流程模板实现Scrum敏捷开发(下)

步骤2:在Visual Studio 2010中运行Process Template Explorer

如果你已经连接到了Team Foundation Server,请忽略步骤A到步骤D,直接从步骤“1”开始。

前提条件:下面的步骤需要连接到Team Foundation Server。在我的例子中,我把Microsoft Team Foundation Server 2010安装到了本地,一台运行Windows 7的PC上。下面是连接到Team Foundation Server(team project collection)的一些步骤。

步骤A:在Visual Studio中,在“Team”菜单上,点击“Connect to Team Foundation Server”。

利用Visual Studio 2010流程模板实现Scrum敏捷开发(下)

注意:如果你没有看到这个选项,那说明你没有安装Team Explorer。如果你想看到“connect to Team Foundation Server”这个选项,那么你必须安装Team Explorer才可以。

步骤B:在“Connect to Team Project”对话框中,在“Select a Team Foundation Server”下拉列表中,选择一个包含了你要使用的team project collection的服务器。

利用Visual Studio 2010流程模板实现Scrum敏捷开发(下)

注意:如果下拉列表是空的,那么你可以点击“Servers”按钮来手动输入服务器的连接设置。你可以联系你的Team Foundation管理员,或是team project管理员来获取连接设置。

利用Visual Studio 2010流程模板实现Scrum敏捷开发(下)

步骤C:从目录列表中选择你要把team project添加到其中的project collection的名字。

步骤D:点击“Connect”。Team Explorer会显示你选择的team project。下面是我的team project的截图。

利用Visual Studio 2010流程模板实现Scrum敏捷开发(下)

1,在VS 2010种,点击“Team”菜单

2,选择“Team Project Collection Settings”-〉Process Template Manager。

利用Visual Studio 2010流程模板实现Scrum敏捷开发(下)

或者,在Team Explorer窗口中,在那个collection上点击右键,然后选择“Team Project Collection Settings”-〉Process Template Manager.

利用Visual Studio 2010流程模板实现Scrum敏捷开发(下)

3,点击“Upload”按钮,然后选择安装Microsoft Visual Studio Scrum 1.0流程模板的那个文件夹(默认情况下,这个文件夹是:C:\Program Files (x86)\Microsoft\Microsoft Visual Studio Scrum 1.0\Process Template)。点击“Select Folder”

利用Visual Studio 2010流程模板实现Scrum敏捷开发(下)


利用Visual Studio 2010流程模板实现Scrum敏捷开发(下)

4,安装以后,点击“Make Default”按钮,让它成为默认的流程模板。Microsoft Visual Studio Scrum 1.0应该出现在Process Template Manager的列表中,如图所示:

利用Visual Studio 2010流程模板实现Scrum敏捷开发(下)

建立一个Team Project

1,在Team Explorer,右击一个project collection,然后点击“New Team Project”。

利用Visual Studio 2010流程模板实现Scrum敏捷开发(下)

或者,打开“File”菜单,指向“New”,然后点击“Team Project”

利用Visual Studio 2010流程模板实现Scrum敏捷开发(下)

2,在“Specify the Team Project Settings”页面上,在“What is the name of the team project?”框中,给你的team project输入一个名字,然后输入关于这个项目的一些描述。

利用Visual Studio 2010流程模板实现Scrum敏捷开发(下)

3,点击“Next”。在“Select a Process Template”页面上,在“Which process template should be used to create the team project?”列表中,选择“Microsoft Visual Studio Scrum 1.0”模板。点击“Finish”。

下列任务会自动地完成:

为你的team project建立一个SharePoint站点

为你的team project建立一个空的版本控制文件夹

Team Explorer会显示下面的信息:

利用Visual Studio 2010流程模板实现Scrum敏捷开发(下)

要开始使用Scrum流程,可以参考这个站点:http://msdn.microsoft.com/en-us/library/ff731587.aspx

(转载自51cto,译者周雪峰)

相关文章: