Unit Test Case Name:
<put the name of unit test case which is used to validate the bug and prevent the bug occur>
===============================================================================
Plus:
when you try to solve a DIM please do the following steps:
Link the bug with changeset (actually when you do the check-in choose the DIM as work item)
Add comments for each changeset (clearly describe your comments for every check in)
Use this template to fill the comments
-
Any problem will delay the project should be highlighted-------------------------->LI Jiangong
-
4~5 days support one sprint, make a record in next sprint------------->LI Jiangong
-
Use SSFS key to replace the user story ------------------------------->FU Xiaoshi;
-
Status of planned Features (SSFS-Keys):
@Du Da
, please prepare a template for this.
Done: Feature is finished and tested, really DONE!
In Work: Feature is ongoing and going to be finished on time.
Planned: Feature is planned to do till end of this sprint and can possibly finished.
Delayed: Feature is delayed.
Canceled: Feature is not going to be implemented in this sprint.
-
CodeCoverage: The goal is to reach >80%. Everything below is not acceptable. It is the responsibility for each ScrumTeam to take care that the
Value of AQtime is correct. Any problems on this, please discuss with me.
à
ScrumMaste
r
项目组成员中,经常由于离职后忘记将签出的文件签入,导致其它人无法签出修改。可采用如下方式进行强制撤销签出
1、连接
TFS
数据库,数据库地址查看方式:打开
TFS
管理控制台 -> 应用层 -> 在右边可看到“数据层摘要”。
2、确认离职人员的工作区名称,并取得工作区ID:如'80000001'
3、删除锁定:
delete from tbl_Workspace where work...
目前
TFS
支持两种版本管理方式,一种是自带的
TFS
版本控制,一种是Git,后一种是分布式,并且分支功能相对强大,关于Git可以找更详细的资源学习。如果没有创建项,在web门户中代码下的资源管理器是空的。团队资源管理器中新建项目。将创建的解决方案提交(提交只是提交到本地存储库中了)填写提交
备注
。提交后显示信息。此时可以同步,把本地提交信息同步到服务器上。也可以推送到服务器上。此时服务器上就可以看到同...