UML development models are semantically rich and contain
all the necessary information to generate their corresponding applications.
After you generate and compile the code from a model, you can run
the resulting executable file.
Before you begin
You can run the code generated from a UML development model
for several purposes:
- Find problems and identify issues in the code that other review
methods, such as document reviews, might not find.
- Detect errors and problems in requirements and architecture specifications.
- Explore alternative designs.
- Test design models at any point in the development process.
- Increase software quality and decrease delivery cycles.
You must build the model project to create the executable
file.
About this task
To run a generated C++ application, in the
Project
Explorer view, in the CPP project folder, right-click the
EXE file; then click .
The application runs in the
Console view.