The AirportDemo application is a good example to use as it is structured in such a way that the application logic that you want to test is separate from the rest of the application (i.e. the main program runner and the interface code).
The Import dialog box appears.
The default location for the samples is %PUBLIC%\Documents\Micro Focus\Enterprise Developer\Samples\Eclipse.
No projects are selected in the Projects pane.
A copy of the project (not the original version) is added to the workspace. In order to create a program test that calls into this project, it needs to be built to a dynamic link library (.dll).
This opens the Properties for AirportDemo dialog box.
The Link settings are displayed in the right-hand pane.
If your workspace is set to build automatically, the project is rebuilt; otherwise, rebuild the project manually.