Launching in eclipse
To test Open Test Manager from the latest source in eclipse user the following steps:- Make sure you have the Open Test Manager project properly setup and the latest source from CVS by updating as described in the CVS access guide.
- From the Run menu, select Run... A dialog should appear.
- Select Java Application
in the tree to the left:
- Press the New button to the lower left.
- A dialog should appear. Fill in the following fields:
- Name: Open Test Manager
- Project: main
- Main class:
testmanager.gui.MainClass
- Press the Run button. The Open Test Manager application should now be launched and its startup screen should appear.
- When you in the future want to launch the application (after updating the source from CVS), just select the Open Test Manager entry that you created from the. Note that a handy shortcut for relaunching the last launched application is CTRL+F11.
