This section describes how to update SOAtest and Virtualize. In this section:
Table of Contents | ||
---|---|---|
|
Upgrading to a New Version
New versions install in their own version subdirectory. Any specific configurations related to SOAtest and Virtualize usage are handled in the workspace. Run the new installer and update your workspace as necessary.
...
- For offline updates, download the p2 zip archive from http://updates.parasoft.com/ to your installation directory.
Ensure that SOAtest and Virtualize are not running.
- Run the
update.bat
orudpate.sh
script in the installation directory using the following command (see About the Update Script Options):update [--debug] [--help] [--patch <arg>| --updatesite <arg>] [–version]
The default installation directory for the update script varies by OS:MacOS: In the directory
parasoft/soatest_virtualize/<VERSION>/Parasoft SOAtest & Virtualize.app/Contents/Eclipse
Windows:
C:\Program Files\Parasoft\SOAtest & Virtualize\<VERSION>
Linux: In the directory
parasoft/
soatest_virtualize/<VERSION>
Start SOAtest or Virtualize using
soatest.exe -clean
orvirtualize.exe -clean
.
About the Update Script Options
...