Skip to main content

SeeTestAutomation- Importing Javadoc To IDE

info

Please note that this tool is classified as a Legacy tool. We recommend transitioning to our updated solutions to maintain optimal performance and security in your workflows. For more information on this matter, please reach out to technical support .

The Javadoc is located under the client directory in your installation directory as a zip file.

info

In this page will show how to import the Javadoc into Eclipse

In order to add the Javadoc to the SeeTestAutomation projects in Eclipse need to do the following:

  1. In Eclipse, right click on the project. Choose project properties-> "Java build path".
  2. After the project has been integrated, you should have the imageClient.jar in the list.
  3. Choose it and expand it to reveal the "Javadoc location".
  4. Stand on the "Javadoc location" and press "Edit".
  5. Choose the option "Javadoc in archive" and choose the .zip file from the <installation_folder>\clients\java folder.
  6. Press OK and refresh the project. You will get description to all the Client methods when you will hover over them.