Versions Compared

Key

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

...

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 launch SOAtest 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

Info
titleHTML content in Ubuntu Linux

When using latest Ubuntu Linux (21.10 or newer), with Snap-based Firefox browser as default, the Eclipse IDE may be unable to show HTML content correctly (see also: https://github.com/eclipse-platform/eclipse.platform.swt/issues/221). There are two workarounds:

  • Install a non-Snap version of Firefox (or other browser) and set it as a default system browser.
  • Configure Eclipse to use "external web browser" in Preferences > General > Web Browser > External web browsers.

Note: In order to configure Firefox as an external web browser, use the following settings:
Location: /usr/bin/env
Parameters: firefox %URL%

Start-up on Linux

To run SOAtest SOAVirt GUI:

  • Change directories to the soatest_virtualize/<VERSION> directory, then enter the following command at the prompt:
    ./SOAtestsoavirt

To run SOAtest Command Line:

  • Change directories to the soatest_virtualize/<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 Testrun Virtualize Command Line:

  • Change directories to the the soatest_virtualize/<VERSION> directory directory, then enter the following command at the prompt:
    ./loadtestvirtualizecli

To run Virtualize GUIstart Load Test:

  • Change directories to the soatest_virtualize/<VERSION>

...

  •  directory, then enter the following command at the prompt:
    ./

...

To run Virtualize Command Line:

...

  • loadtest

Start Up on MacOS

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

...