Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
installdoc [2024/01/02 19:30]
admin [Installing TestOptimal Server/IDE]
installdoc [2024/01/02 19:31] (current)
admin [License Setup]
Line 49: Line 49:
 ---- ----
  
-==== Eclipse and Other Java IDE Setup ==== 
-You may interact with //TestOptimal// server to perform testing in Eclipse and other Java IDEs.  Using [[https://testoptimal.com/v6/wiki/doku.php?id=integration#java_ide_connector | JavaConnector]], you can dynamically build a model and execute it on //TestOptimal// server to generate test cases. 
  
-In your java IDE, add the following Maven dependency to the pom.xml file: 
-  <dependency> 
-    <groupId>com.github.testoptimal</groupId> 
-    <artifactId>JavaConnector</artifactId> 
-    <version>1.0.2</version> 
-  </dependency> 
-==== License Setup ==== 
-If you were given a license key, you can enter the license key information at: [[ide_overview#manage_license | Manage License]]. 
  
 ==== Customization ==== ==== Customization ====