Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
eclipseintegration [2016/09/22 02:35]
127.0.0.1 external edit
— (current)
Line 1: Line 1:
-===== Installation: Eclipse ===== 
- 
-==== Installation Steps ==== 
- 
-=== New Installation === 
-    - From an Eclipse workspace, select File/Import option. 
-    - At //Select - Create new projects from an archive file or directory// screen, select //Existing Projects into Workspace// and click //Next// 
-      {{http://testoptimal.com/img/install/Eclipse_Import.jpg?400x400}} 
-    - At //Import Projects - Select a directory to search for existing Eclipse projects.// screen, enter the path to /TestOptimal/ folder unzipped from the download package or click on //Browse// button to locate /TestOptimal/ folder. Click on //Finish// button 
-      {{http://testoptimal.com/img/install/Eclipse_Import_Folder.jpg?400x400}} 
- 
- 
-=== Upgrade from Previous Version  === 
-    - copy all files and subfolders from unzipped HOME folder to HOME folder of your existing instlalation. When prompted if ok to override the existing files, select ok/yes. 
-    - if you have other jar packages in the previous release, you will have to add them back to the build path. 
- 
----- 
-==== Enter License Key ==== 
-After //TestOptimal// is installed into Eclipse workspace, you can proceed to enter the license key. 
- 
-You can start //TestOptimal// in several ways: 
-  * right mouse click on java class //script/TestOptimalServerStarter// (under default package) and select //Run As / Java Application// 
-  * run //startTestOptimalServer.bat// in root folder of //TestOptimal// installation folder. 
- 
-Click [[http://localhost:8888|http://localhost:8888/]] to open [[navigation | TestOptimal IDE]]. 
- 
-The //Manage License// dialog should open if the license key has never been entered before or the license key has expired.  If //Manage License// dialog does not open, select //Help / Manage License// menu to open //Manage License// dialg. 
- 
-Enter your email address and the license key you received and click Save button. 
- 
-Be sure to stop //TestOptimal// server before you start JUnit test case. 
-