Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SVC2020.2

In this section:

Table of Contents
maxLevel1

System Requirements

The following requirements are common to Linux and macOS systems:

  • 64-bit (x86_64) processors with at least two cores; four cores is recommended.
  • At least 4 GB RAM. 8 GB RAM is recommended. Load Test may require additional RAM for high loads.

MacOS

  • Version 10.9 or higher

Linux

  • GTK+ 3.20 or higher
  • An 8-point font size is recommended. For example, use the following command in the Ubuntu terminal:

    Code Block
    languagetext
    gsettings set org.gnome.desktop.interface font-name 'Ubuntu 8'

SOAtest and Virtualize Co-Installation

When Parasoft SOAtest and Parasoft Virtualize are installed on the same machine, SOAtest and Virtualize must have an identical version number. This ensures compatibility between both products.

If you are updating an existing installation (including updating from a service pack), be sure to update both products at the same time.

Installation

You can install SOAtest and Virtualize as a standalone Eclipse application or as an Eclipse p2 Update. Refer to Eclipse p2 Update Site Installation for instruction on installing into your own Eclipse IDE. 

  1. If you haven’t already done so, copy the installation file to the directory where you would like to install the application.
  2. Change directories to the destination directory.
  3. Set "execute" permissions on the installer.
    • chmod +x parasoft_soavirt_<version>_linux.sh
    • chmod +x parasoft_soavirt_<version>_macosx.sh
  4. Execute the installer, then follow the onscreen instructions to complete the installation.
    • ./parasoft_soavirt_<version>_linux.sh
    • ./parasoft_soavirt__<version>_macosx.sh

A directory under parasoft/soatest_virtualize/<version> (Linux) or soatest_virtualize/<version>/Parasoft SOAtest & Virtualize/Virtualize.app/Contents/ParasoftSOAtestVirtualize (Mac) will be created. We refer to this location as <soavirt> throughout this user guide. The SOAtest and Virtualize executables, command line interfaces, examples, etc. are available within this directory.

Info
titleAccessing Application Contents on MacOS

After installation is completed, an application icon will be added in Finder. This is the icon that you double-click to launchSOAtest and Virtualize. If you want to view the various files and folders available within the installation, right-click the icon, and choose Show Package Contents

Start-up on Linux

To run SOAtest GUI:

  • Change directories to the soatest/<version> directory, then enter the following command at the prompt:
    ./SOAtest

To run SOAtest Command Line:

  • Change directories to the soatest/<version> 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/<version> directory, then enter the following command at the prompt:
    ./loadtest

To run Virtualize GUI:

  1. Change directories to the virtualize/<version> directory 
  2. Enter the following command at the prompt:
    ./Virtualize

To run Virtualize Command Line:

  1. Change directories to the virtualize/<version> directory 
  2. Enter the following command at the prompt:
    ./virtualizecli


Start Up on MacOS

Double-click the Parasoft SOAtest & Virtualize icon in Finder to start the SOAtest and Virtualize desktop application.

You must run command line distributions separately.

To start Virtualize command line:

  1. Change directories to the soatest_virtualize/<version>/Parasoft SOAtest & Virtualize.app/Contents/ParasoftSOAtestVirtualize directory
  2. Enter the following command at the prompt:
    ./virtualizecli

To start SOAtest command line:

  1. Change directories to the soatest_virtualize/<version>/Parasoft SOAtest & Virtualize.app/Contents/ParasoftSOAtestVirtualize directory
  2. Enter the following command at the prompt:
    ./soatestcli

See Load Test Command Line Interface - cli for information on running Load Test from the command line.

Info
titleFrozen Workspace Launcher?

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

See Licensing for details on configuring your license. 

Upgrades and Updates

See Upgrades and Updates