...
The UML model of the application’s design is as follows:
The master source for the ATM project is located in <C++test install directory>/Examplesexamples/ATM. This directory contains source files, a Makefile (using GNU gcc), and prepared Visual C++ projects. We will demonstrate how to create a C++test project for this source code in Tutorial - Creating a C++test Project.
Info | ||
---|---|---|
| ||
Before starting the tutorial, make a copy of the original examples directory. This ensures that the original examples in the installation directory are kept intact as you modify the source files. |
...
The following image is the general view of the C++test standalone version. The standalone version and the Eclipse plugin version both have the same layout. Project files are displayed in the left pane. The right pane contains the editor. There are several tabs or views on the lower third of the screen; these tabs display information specifically related to each of the labeled tabs.
The Navigator (a.k.a. "the project tree") is where you can view projects and select the resource(s) that you want to test.
Exercise 1: Configuring and Customizing Perspectives and Views
...
- Choose Window> Open Perspective> Other. The Open Perspective dialog will open.
- From the Open Perspective dialog, select Parasoft C++test, then click OK. Following these steps will change the user interface. The view tabs at the bottom third of the screen can also be manipulated separately for each perspective. Specifically, they can be closed or reopened when desired.
...
...
To To customize which "views" are available:
...