Your company is considering adopting the family of Microsoft Visual Studio 2012 features.
You need to identify which out-of-the-box features you could use to create an end-to-end application lifecycle
management (ALM) solution.
Which three features should you use? (Each correct answer presents part of the solution. Choose three.)
A.
Time tracking and budget analysis
B.
Manual testing
C.
Unit testing and code coverage
D.
Requirements management
E.
Deployment to production
Is Time tracking and budget analysis a tool of the Microsoft Visual Studio?
There is no Time tracking and budget analysis in TFS or VS, this is likely MS Project Feature.
Requirements management is a TFS Feature. http://msdn.microsoft.com/en-us/library/ms364062%28v=vs.80%29.aspx
I do see Manual testing, Unit testing and code coverage, and Deployment at VS2012 Feature comparisons page http://www.microsoft.com/visualstudio/eng/products/compare
Unit testing is out of the box , altought you need to code the tests
code coverage surely is out of the box
Requirements management is out of the box
deployment to production is out of the box functionality
Time tracking and budget analysis is not out of the box TMHO
Question was to create end-to-end …
so my answer would be
1Requirements management
2 unit testing and code coverage
3 deployment to production
next step would be add the manual testing to complement the unit testing