Chris Menegay's WebLog

Q&A from the public training class

A couple of weeks ago, we (Notion) held a public training class for VSTS. We didn’t see the demand we were expecting, but that hasn’t stopped us from scheduling another one on Aug. 8-10. The class went well, and the students seemed to enjoy it.

 

Anyway, for those that were in the class, here’s the Q&A:

 

Q: Dave was asked a question about RSS support for VSTS for notifications. That won’t be in there, and I think the question was more around partner support. There doesn’t seem to be any support from partners on this at this point. Feel free to chime in if you know of someone working on something.

 

Q: Will C++ support unit testing?  

A: No, this was cut a few months back. What?  You didn’t get the memo?

 

Q: Can you add a work item type to an existing project?

A: Yes.

 

I’ve also gotten answers for a class I did in Redmond back in May (I’m a bit slow on that one). I’ll have those answers up shortly.

 

BTW, if you are reading this on weblogs.asp.net – I will only be cross-posting for awhile longer, then I’ll be making my home over at http://teamsystemrocks.com/blogs/chris_menegays_weblog/default.aspx

Posted: Jul 25 2005, 01:50 AM by cmenegay | with 1 comment(s)
Filed under:

Comments

Carl Daniel said:

You can do unit testing on C++ code with a bit of work. You have to create all the tests by had (no "Create Tests" in the editor context menu), and you have to use a C++/CLI unit test project that uses interop to exercise native C++ functionality.

Coverage from unit tests should still work, including coverage of native code, assuming you add all the appropriate executables to the list of modules to be instrumented.
# July 27, 2005 8:31 PM
Leave a Comment

(required) 

(required) 

(optional)

(required)