| title | Validate your system during development | |
|---|---|---|
| description | Learn how Visual Studio can help keep your software consistent with user requirements and with the architecture of your system. | |
| ms.date | 11/04/2016 | |
| ms.topic | concept-article | |
| helpviewer_keywords |
|
|
| author | jekelly | |
| ms.author | jekelly | |
| manager | mijacobs | |
| ms.subservice | modeling |
Visual Studio can help keep your software consistent with user requirements and with the architecture of your system.
To see which versions of Visual Studio support each of these features, see Version support for architecture and modeling tools.
Use the following tasks to validate your software:
| Tasks | Associated Topics |
|---|---|
| Make sure your software meets the users' requirements: Use requirements and architectural models to help you organize the tests of your system and its components. This practice helps ensure that you test the requirements that are important to the users and other stakeholders, and it helps you update the tests quickly when the requirements change. |
- Develop tests from a model |
| Make sure that your software remains consistent with the intended design of your system: Dependency diagrams describe the intended dependencies between the components of your application. During development, you can verify that the actual dependencies in the code conform to the intended design. |
- Create dependency diagrams from your code - Validate code with dependency diagrams |
Forums - Visual Studio Visualization & Modeling Tools
- Visual Studio extensibility
[!INCLUDEmodeling_sdk_info]