This topic explains how to install the SOAtest plugin into a working copy of Eclipse on a Linux or Mac system. Parasoft Load Test will also be installed during this process.

System Requirements

Using the Appropriate System Libraries

The SOAtest/Eclipse application and the system libraries must be for the same architecture. Thus, if you are using a 64-bit Linux but you are running the 32-bit (x86) version of SOAtest, you need the 32-bit version of the above libraries. 

Moreover, to run the 32-bit SOAtest plugin version on x86_64 Linux, you must have a 32-bit JRE (7 or higher) installed. If you were already running Eclipse before attempting to install SOAtest, then you probably already have all of the necessary system libraries installed.

Using GTK+ 2 Libraries

SWT and Eclipse will use the GTK+ 3 libraries by default on all Linux platforms whenever GTK+ 3 is installed and available (including GTK+ 3.10 and above).

If you want to force Eclipse to use GTK+ 2 (e.g., because scrolling in text views causes rendering glitches and/or the rendered views in web-related tools are not compatible with gtk3), then set the environment variable SWT_GTK3 to 0 or use the launcher parameter --launcher.GTK_version flag in the eclipse.ini file, if needed. For example: export SWT_GTK3=0 or --launcher.GTK_version 2

Installation

To install:

  1. If you haven't already done so, move the installation file that you downloaded to the directory where you want to install SOAtest. Typically, this would be a directory different than your Eclipse location so the files can be more easily updated independently in the future.
  2. Change directories to the directory where you are going to install SOAtest.
  3. Set "execute" permissions on the installer:
  4. Execute the installer, then follow the onscreen instructions to complete the installation.


The SOAtest plugin can be uninstalled by deleting the links directory that was created at the top-level of the Eclipse installation directory.

Startup

To run SOAtest GUI:


On Eclipse 4.5 and Mac OS X 10.11, there is a known issue with the workspace launcher becoming unresponsive when SOAtest starts up. The workaround is to launch Eclipse from the command line with the –nosplash argument.


To run SOAtest Command Line:

For details on using soatestcli, see Testing from the Command Line Interface - soatestcli.

To start Load Test:

 See Licensing for details on configuring your license.

WTP and Pydev Plugin Installation

WTP and Pydev plugins greatly improve the usability of various text editors and must be installed for SOAtest’s syntax highlighting to work. These plugins can be downloaded and installed from the following locations:

WTP download site:

http://download.eclipse.org/webtools/downloads/

Pydev download site:

http://www.pydev.org/download.html