Creating a custom test type in VS 2005 Team System

I am interested in adding a new test type to VS 2005 Team System.  The document "Creawteing Custom Test Types in Visual tudio 2005 Team System" gives instructions to "create a shared instance of the class TestType" and "to subclass TestTlement".  What assembly are these two classes defined in

Sam


Answer this question

Creating a custom test type in VS 2005 Team System

  • Rock Climber

    If you download the update of Team Foundation Server Extensibility Kit you'll find a test type example

  • M D L

    Has anyone been successful in deploying the Custom Test Type Sample   I am able to build it and register the package in the experimental build, but cannot get the templates to show up in any of the dialogs ( Tools->New Test , Add->New Test, or Add->New Item). I have followed the procedures several times and ran devenv /setup on the Exp hive to no avail. Can anyone list the exact steps to register the custom test type with VS2005

    Thnx in advance.

  • Harrelson

    The Team System extensibility kit is at http://www.vsipdev.com/downloads

    aaron


  • urgrund

    Thnx.

    Is there a Project template for custom test projects or is this sample all that's available currently Also, is there a project template to create a wizard

    Regards,

    KJ

  • Chris Forrester

    Where exactly is the sample. I cannot find it.
  • Creating a custom test type in VS 2005 Team System