...
- If you haven’t already done so, copy the installation file to the directory where you would like to install the application.
- Change directories to the destination directory.
- Set "execute" permissions on the installer.
chmod +x parasoft_soavirt_<VERSION>_linux_*.sh
chmod +x parasoft_soavirt_<VERSION>_macosx_*.sh
- 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 or parasoft/soatest_virtualize/<VERSION>/Parasoft SOAtest & Virtualize/ Virtualize.app/Contents/ParasoftSOAtestVirtualize
Eclipse
(Mac) will be created. We refer to this location as as <SOAVIRT_INSTALL_DIR>
throughout this user guide. The SOAtest and Virtualize executables, command line interfaces, examples, and so on are available within this directory.
Info | ||
---|---|---|
| ||
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 | ||
---|---|---|
| ||
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:
Note: In order to configure Firefox as an external web browser, use the following settings: |
Start-up on Linux
To run the GUI:
...
To start Virtualize command line:
- Change directories to the the
soatest_virtualize/<VERSION>/Parasoft SOAtest & Virtualize.app/Contents/ParasoftSOAtestVirtualizeEclipse
directory. - Enter the following command at the prompt:
./virtualizecli
To start SOAtest command line:
- Change directories to the the
soatest_virtualize/<VERSION>/Parasoft SOAtest & Virtualize.app/Contents/ParasoftSOAtestVirtualizeEclipse
directory. - Enter the following command at the prompt:
./soatestcli
...