The Camtasia Studio video content presented here requires a more recent version of the Adobe Flash Player. If you are you using a browser with JavaScript disabled please enable it now. Otherwise, please update your version of the free Flash Player by downloading here.

Structuring project with model

  1. Open Model Explorer
  2. Right click on the background of Model Explorer and select Model > Analysis Model from the pop-up menu
  3. Right click on the background of Model Explorer and select Model > Implementation Model from the pop-up menu
  4. Right click on the background of Model Explorer and select Model > New Model... from the pop-up menu
  5. Name the new model as Testing Model and click OK in Model Specification dialog box
  6. Right click on Analysis Model and select Diagram > UML Diagrams > Class Diagram from the pop-up menu
  7. Right click on the diagram's background and select Rename... from the pop-up menu
  8. Name the new diagram as Domain Analysis
  9. Select Class from diagram toolbar and click it on diagram
  10. Name the newly created class as User, press its resource icon Association->Class and drag it to form a class
  11. Name the newly created class as Account, press its resource icon Association->Class and drag it to form a class
  12. Name the newly created class as Stock

Model element sharing

  1. Right click on Implementation Model and select Diagram > UML Diagrams > Class Diagram from the pop-up menu
  2. Name the newly created diagram as Buying Stock
  3. Select class from diagram toolbar and click it on diagram
  4. Name the newly created class as StockController
  5. Select Account and Stock from Model Explorer and drag them on the diagram
  6. Connect StockController class and Stock class with dependency
  7. Connect StockController class and Account class with dependency