Welcome to MSDN Blogs Sign in | Join | Help

marcus's Team System motivation and experience

This blog will share the experience I have made with team system. Besides that I want to communicate my motivation, that drives me talking about team system nearly every day.

Syndication

German Work Item Webcast FollowUp

Nachdem ich den Webcast nicht ganz zu Ende bringen konnte möchte ich wie versprochen hier die Schritte schildern, welche man selbst gehen kann um die Veränderung der Work Item Types nachzuvollziehen:

Vorbedingungen:

  • Virtual PC Image mit dem Rechnernamen tfsrtm (ggf. durch eigenen TFS Rechnernamen ersetzen)
  • Team Projekt mit dem Namen AdventureWorks (ggf. durch eigene Team Project Namen ersetzen)

Allgemein:

Es werden in der Demo folgende Features demonstriert

  • Witexport.exe / witimport.exe nutzen um einen Bug um das Feld „Tested By“ zu erweitern

Demo Walkthrough 1 (witimport.exe / witexport.exe):

  • Export work item type Bug.xml

         witexport /f Bug.xml /t http://tfsrtm:8080 /p AdventureWorks /n Bug

  • Edit Bug.xml (rote Bereiche einfügen!!)

<FIELD name="Test Path" refname="Microsoft.VSTS.Test.TestPath" type="String" reportable="detail">

<HELPTEXT>The full pathname of the test that found this bug</HELPTEXT>

</FIELD>

<FIELD name="Tested By" refname="Microsoft.VSTS.Test.TestedBy" type="String" reportable="detail">

<HELPTEXT>Person how tested.</HELPTEXT>

    <VALIDUSER />

</FIELD>

    …

<Group Label="Test">

<Column PercentWidth="100">

<Control Type="FieldControl" FieldName="Microsoft.VSTS.Test.TestName" Label="&amp;Name:" LabelPosition="Left" />

<Control Type="FieldControl" FieldName="Microsoft.VSTS.Test.TestId" Label="&amp;ID:" LabelPosition="Left" />

<Control Type="FieldControl" FieldName="Microsoft.VSTS.Test.TestPath" Label="&amp;Path:" LabelPosition="Left" />

<Control Type="FieldControl" FieldName="Microsoft.VSTS.Test.TestedBy" Label="Tested by:" LabelPosition="Left" />

</Column>

</Group>

  • Import Bug.xml

witimport /f Bug.xml /t http://tfsrtm:8080 /p AdventureWorks

  • Die Bugs im Team Projekt kontrollieren. Im Detail Bereich befindet sich das neue Feld

Published Tuesday, July 11, 2006 11:31 AM by marcalt

Comments

No Comments

Anonymous comments are disabled
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement  
Page view tracker