Multiple choice technology platforms and products

Which of the following is not correct about Application Life cycle Management features in Visual Studio 2010?

  1. Visual Studio 2010 will support UML 2.1. All 13 diagrams of UML will be supported in Visual Studio 2010

  2. You can generate Use Case, Sequence, Class, Component, and Activity Diagrams

  3. The new Architecture Explorer provides architects and developers a mechanism for visualizing code assets in a number of ways including graphs, stacked diagrams and dependency matrices

  4. Layer diagram feature enables to define the high level architectural layers of the system in visual representation and allows to check these constraints automatically during implementation phase

  5. Microsoft Test Runner enables to take a snapshot of the system data, including OS version and Service Pack and other pertinent system data and also capture images of the application under test, or even partial or full screen video of the test being run.

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

VS 2010 did NOT support all 13 UML diagrams - it supported a subset (use case, sequence, class, component, activity, and a few others). The statement claiming 'All 13 diagrams will be supported' is false, making A the correct answer to 'what is NOT correct'. The other features listed (generating specific diagrams, Architecture Explorer, Layer diagrams, Test Runner) were all real VS 2010 ALM features.

AI explanation

The statement claiming Visual Studio 2010 supports all 13 UML 2.1 diagrams is the incorrect one — VS2010's ALM tooling actually supported only a subset of UML diagram types (Use Case, Sequence, Class, Component, and Activity diagrams), not the full UML 2.1 set of 13 diagram types. The other statements are accurate: those five diagram types were indeed supported, the Architecture Explorer did provide graph/dependency-matrix visualizations, Layer Diagrams did allow defining and validating architectural layers, and Microsoft Test Runner/Manager did capture system data and video during test runs. So the 'not correct' statement is the UML-completeness claim.