2

For some reason, my visual studio 2008 installation doesn't have the "Create Test Project" template installed. I'm assuming I should be able to download it from somewhere on MSDN, but I cannot find it anywhere (Guess my Google-Fu is weak)

Does anyone know where I can get the template to install it?

Thanks

EDIT: I've managed to get my hands on the project templates from another dev machine, but now devenv /installvstemplates still doesn't seem to install the template...

Mihai Limbășan
  • 64,368
  • 4
  • 48
  • 59
Senkwe
  • 2,256
  • 3
  • 24
  • 33

1 Answers1

1

Have a look a this article about consuming project templates to see if it brings some light to the subject of installing the copied template.

You haven't said which client editions are installed on your machine. Test projects are available in Team Edition for Software Testers and in Team Suite.

Jorge Ferreira
  • 96,051
  • 25
  • 122
  • 132
  • Thanks, I assumed that all Team System specific editions of VS had MSTest templates installed by default – Senkwe Oct 11 '08 at 13:47
  • Oh why don't Microsoft produce articles like this for their own software. Took me a while to figure how to do my first template. +1 for the find. – Andez Feb 09 '12 at 20:47