customized test templates

In the threadhttp://forums.microsoft.com/msdn/ShowPost.aspx?PostID=13002, it is explained how to create your own manual test templates. Easy enough. But, it would be nice to have the whole team working with the custom template. Is there an easy way to get this template an each machine?
[391 byte] By [thys] at [2007-12-16]
# 1

You should be able to use the standard VS Techiques for creating templates of other files (From the file menu, Export iirc).

However, with all these mechanisms, you face the problem of getting the templates to the user -- this is not something that VS or TFS attempts to solve. That stated, there are some other solutions using existing mechamisms...

a) Group Policy: Create an installer for your templates and force them to be installed on yoru dev's machines
b) Process: Add them to your source tree, and ask people to use them
c) Map part of the source control system into the VS Templates directory. When they are updated and people sync their source tree, they'll get new templates.

dhoptonMSFT at 2007-9-8 > top of Msdn Tech,Visual Studio Team System,Visual Studio Team System - Web and Load Testing...
# 2
Thanks for your answer, that's really helpful. Option c is the most elegant solution I think, however, I wouldn't know how to make this mapping. Is there an instruction somewhere?
thys at 2007-9-8 > top of Msdn Tech,Visual Studio Team System,Visual Studio Team System - Web and Load Testing...
# 3

I dont know about other source code control tools, but for source safe:
Set the working firectly for the project where these files are located, and point it to the VS Templates director

For TFS:
File/SourceControl/Workspaces/edit the workspace for the files -- you can select the local directory for part of the tree in this dialog.

(Sorry for not more details info, I dont have a TFS near me :))
Yours,
Dominic

dhoptonMSFT at 2007-9-8 > top of Msdn Tech,Visual Studio Team System,Visual Studio Team System - Web and Load Testing...

Visual Studio Team System

Site Classified