...
6. In the Generation> Test suite tab, confirm that the following default settings are selected or enabled:
...
7. In the Generation> Test case tab, confirm that the following default settings are selected or enabled:
...
- Click ATM.cxx in the file tree to set the file as the test scope.
- Choose Parasoft> Test Using> User-Defined> Generate Unit Tests - 2 tests to generate a test suite for ATM.cxx.
- Click the Generate Unit Tests - 2 tab (Test Progress tab) and review the summary of the test configuration execution.
- Expand the Scope and Generation sections to view additional summary information. We rec-ommend dragging the Test Progress tab to the far right side of the GUI.
a. Choose Window> Show View> Other> General> Project Explorer to open the project file tree (if not already open)
b. Expand the newly created ATM> tests> autogenerated directory.
...
c. Double-click TestSuite_ATM_cxx.cpp to open the associated test suite’s source file in the editor window. Refer to the C++test User’s Guide See Extending and Modifying the Test Suite for complete details on about test suite layoutsuites.
...
...