This topic explains how to install the Eclipse-based standalone version of SOAtest, as well as Parasoft Load Test, on a Linux or Mac system.
This section include:
|
gsettings set org.gnome.desktop.interface font-name 'Ubuntu 8'
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.
To install:
chmod +x parasoft_soatest_9.x_linux.sh
chmod +x parasoft_soatest_9.x_macosx.sh
./parasoft_soatest_9.x_linux.sh
./parasoft_soatest__9.x_macosx.sh
A directory under parasoft/soatest/9.x
(Linux) or soatest/9.x/ParasoftSOAtest.app/Contents/ParasoftSOAtest
(Mac) will be created. We refer to this location as <soatest_install_dir>
throughout this user guide. The SOAtest executable, command line interface, examples, manuals, etc. are available within this directory.
After installation is completed, an application icon will be added in Finder. This is the icon that you double-click to launch SOAtest. If you want to view the various files and folders available within |
The default SOAtest workspace will be set to <user_home_dir>/parasoft/workspace
. This default workspace is preselected in the Select a Workspace dialog when you first start SOAtest. If you select a different workspace, that new workspace will be preselected when you start SOAtest from that point forward. The command line interface uses the default workspace any time that you do explicitly specify a workspace from the command line (with the -data
argument)—whether or not you have previously run the command line interface with another workspace.
To run SOAtest GUI:
Change directories to the soatest/9.x directory
, then enter the following command at the prompt:./SOAtest
To run SOAtest Command Line:
Change directories to the soatest/9.x
directory, then enter the following command at the prompt:./soatestecli
For details on using soatestcli
, see Testing from the Command Line Interface - soatestcli.
To start Load Test:
Change directories to the soatest/9.x
directory, then enter the following command at the prompt:./loadtest
You must install a license before you begin using SOAtest or Load Test. |
To start 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 SOAtest from the command line with the |
To run SOAtest Command Line:
Change directories to the soatest/9.x/ParasoftSOAtest.app/Contents/ParasoftSOAtest
directory, then enter the following command at the prompt:./soatestecli
For details on using soatestcli
, see Testing from the Command Line Interface - soatestcli.
To start Load Test GUI
To run Load Test Command Line:
Change directories to the soatest/9.x/ParasoftLoadTest.app/Contents/MacOS
directory, then enter the following command at the prompt:./loadtest
Note: You must install a license before you begin using SOAtest or Load Test
See Licensing for details on configuring your license. |