Hi Dan What you can and should do is: In VS2008: Right click on the failed test in the "Test result" window. Select "Create bug" and save it. (not automated tough)
I think it's a bit dangerous to automatically create bugs when you run your tests locally on each* dev machine*. Tests should fail during development! Especially if you are doing TDD. Otherwise tests are hard to verify if they are working and testing the right thing. .peter.gfader. http://peitor.blogspot.com/ http://twitter.com/peitor On Tue, Feb 23, 2010 at 10:11 AM, Daniel Sniderman <[email protected]>wrote: > I misunderstood my colleague exactly the same way . The question is > whether there is any way to automate creation of work-items when NOT doing a > build – running Manual Tests, Load Tests and UI Tests > > > > *From:* [email protected] [mailto:[email protected]] *On > Behalf Of *Grant Molloy > *Sent:* Monday, February 22, 2010 4:17 PM > *To:* ozTFS > *Subject:* Re: Auto Create Work Item on (non-build) Test Failure > > > > Daniel, > > > > You might want to look at some of the extensions to MSBUILD.. > > There's a few on codeplex.. SDC Task Library, MSBuild Extension Pack, > Sedodream MSBuild Project, MSBuild Deployment Task... > > > > There's others around too, however I'm not sure if they do what you need.. > But you could always write your own MSBuild task !! > > > > Grant. > > > > On Tue, Feb 23, 2010 at 6:05 AM, Daniel Sniderman <[email protected]> > wrote: > > One of my colleagues asked me this question – I didn’t know of an answer… > > > > In TFS 2008 and VS tests Can we auto create a “bug” work item type when a > VS test fails? > > > > I know that we can auto create work items during the build process (i.e. > build fails, tests fail, etc), but can we auto create or open an associated > work item when a test fails (i.e. web, load, generic, etc)? > > > > TFS 2010 appears to have a comparable feature, but we are using TFS 2008 on > a project now with no plans to upgrade to TFS 2010. > > > > Your feedback would be much appreciated! Btw, been searching on Google with > no luck. > > > > Thanks in advance! > > > > Dan Sniderman > > Senior Consultant > > Magenic > > > _______________________________________________ > oztfs mailing list > [email protected] > http://prdlxvm0001.codify.net/mailman/listinfo/oztfs > > > > > -- > > Samuel > Goldwyn<http://www.brainyquote.com/quotes/authors/s/samuel_goldwyn.html> - > "I'm willing to admit that I may not always be right, but I am never > wrong." > > _______________________________________________ > oztfs mailing list > [email protected] > http://prdlxvm0001.codify.net/mailman/listinfo/oztfs > >
_______________________________________________ oztfs mailing list [email protected] http://prdlxvm0001.codify.net/mailman/listinfo/oztfs
