In this section:
System Requirements & Support
Processor | 64-bit (x86_64) processor with at least two cores; four cores is recommended. |
---|---|
Memory | At least 4 GB RAM; 8 GB is recommended. |
OS | The following versions are supported:
|
Java | Java 11 (installed with the application). Oracle and OpenJDK are supported. See Configuring Java Runtime for more information about running the application with a different version. |
IP Address Formats | IPv4 and IPv6 addresses are supported. |
Installation
You can install Virtualize as a standalone Eclipse-based application or as an Eclipse p2 update. This topic describes the standalone installation. Refer to Eclipse p2 Update Site Installation for instruction on installing into your own Eclipse IDE.
- Run the setup executable that you downloaded from the Parasoft Web site.
Follow the installation program's onscreen instructions to install the application into your preferred directory. The default installation directory is
C:\Program Files\Parasoft
.
The default workspace will be added and set to the <USER_HOME_DIR>/parasoft/workspace
directory (for example, C:\Users\username\parasoft\virtualize_workspace
). The default workspace is preselected in the Select a Workspace dialog when you first start the application. If you select a different workspace, the new workspace will be preselected when you start the application 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.
Windows SmartScreen Filter
Windows 8.x and later ships with a security feature called SmartScreen, which may attempt to prevent you from completing the installation.
Click the More info link and click Run anyway when prompted to allow Windows to complete the installation.
Parasoft software is digitally signed and will not harm your system.
Startup
Double-click the Virtualize desktop icon or choose Programs > Parasoft > Virtualize <VERSION> from the Windows Start menu to start Virtualize.
You must have a valid license before you can use Virtualize.
See Licensing for additional information.Installing a SOAVirt Server Windows Service
You can install a Windows Service for SOAVirt Server. To do so:
Go to the
<SOAVIRT_INSTALL_DIR>\service
directory and update the startVirtualizeServer.bat to specify your desired workspace directory and your settings file (if any).- Run a Windows command prompt as an administrator and change directories to
<SOAVIRT_INSTALL_DIR>\service
. - Run the installVirtualizeService.bat script.
When run, the script will create an executable (ParasoftVirtualizeServer.exe) in the SOAVIRT installation directory for the Windows Services Manager to use, then configure a new Windows Service called ParasoftVirtualizeServer
with the Services display name of "Parasoft Virtualize Server" and a Startup Type of "Automatic," then start the service. After the service is started, the SOAVirt server will be automatically started in a few minutes.
ParasoftVirtualizeServer logs are stored in the <SOAVIRT_INSTALL_DIR>/service/logs
folder.
If you would like to change any of the default arguments passed to server (for example, the HTTP server port), modify the startVirtualizeServer.bat script.
To remove the service, run the uninstallVirtualizeServer.bat script in the <SOAVIRT_INSTALL_DIR>/service
directory as an administrator.