On Tuesday of this week, I traveled down to campus with Jeff Blankenburg and delivered a TFS 2008 overview to the fine folks at OSU Student Life. Some follow-ups:
- TFS Branching Guidance
- SCM primers
- Microsoft-related training and seminar schedule(s)
- CONDG, COALMG, ColArc, MOSDUG
- Microsoft Learning
- Microsoft Learning Manager
- Microsoft Events
- CodeMash
- MSDN Developer Conference (Detroit)
- MSDN Academic Alliance
- How are unit tests tied to source assets and work items in TFS? Unit test projects should load up within the same solution file as the library (or web site) they're testing. Test class files should also posses the same Work Item relationships as feature assets (class libraries). Finally, within the build operation, the Team Build wizard automatically detects test metadata files(.vsmdi) enabling one to execute these test lists. Further, one can automatically execute any unit test harness assemblies according to a file mask (e.g. *Test.dll or Test*.dll).
Comments