This section describes how to license the desktop instance of SOAtest and VirtualizeFor Virtualize For information about licensing the web archive (WAR) deployment of the server, see Licensing the Server.
...
You can configure SOAtest and Virtualizeto Virtualize to use a license served from Parasoft DTP or a standalone instance of Parasoft License Server. Contact your system administrator for information about which type of license you should use.
...
- Choose Parasoft> Preferences and click on the DTP category.
- Enable the Enable option and specify the DTP host, port, and your DTP login credentials.
- (Optional) If DTP is deployed to a location relative to the path specified in the Host name field, specify the relative path in the Context path field. DTP may deployed to a path other than the root of the host if your organization uses a reverse proxy server.
- Click Test Connection to verify that the settings are correct. If you are going to use a license configuration associated with a specific DTP project, choose a project from the drop-down menu in the Project section.
- Click Apply and click the Configure... link in the License section.
- If you have multiple Parasoft products installed, open the tab for the Parasoft product you want to license (e.g., Jtest, SOAtest, Virtualize).
Enable the Network option and click the Configure... link.
- Enable the Use configured DTP settings option. If you are going to use a license configuration associated with a specific DTP project, enable the Use License Server settings from DTP project to use the license configuration associated with the project selected in step 3.
- Click OK to close the dialog.
- Specify the product edition from the Edition drop-down menu. Contact your Parasoft administrator for assistance selecting an edition or custom edition features.
You can enable the Borrow option and specify a length of time for which SOAtest and Virtualizewill will consume a license token. Licenses can be borrowed from 1 hour to 14 days. Refer to the DTP documentation for additional information about borrowing licenses.
- Apply to save your settings.
...
When the license is deactivated:
- The Parasoft Test views are disabled and results are cleared from the Quality Tasks view.
- The product’s license token is released in DTP , Concerto, or License Server.
When the license is reactivated:
...
It is not necessary to use Parasoft / Activate License. When the Parasoft Test product is run, it will acquire a license for only that specific product. The Start Deactivated option is enabled and cannot be disabled in this situation.Licensed views are restored and the Quality Tasks view will display available results
...
when the license is reactivate.
Waiting for a License in Command Line Mode
You can configure SOAtest and Virtualize to Virtualize to wait for a license token if a requested token is not currently available by specifying the license.wait.for.tokens.time
option when using the command line interface. For additional information, see
...
Manually Configuring the License
You can createSOAtest create SOAtest and Virtualizeconfiguration Virtualize configuration file and specify your license settings. See Configuring Localsettings (SOAtest) and Localsettings (Virtualize) for details on creating and configuring the file.
...
You can export your configuration settings to a .properties file and share with team members. See Configuring Localsettings or Localsettings for details.
Manually Specifying the License on Initialization
You can specify a license configuration in a parasofttest.ini file. Parasoft Test is the common framework for many Parasoft tools.
...
Edit the parasofttest.ini file to provide licensing details. Use the following format:
Code Block |
---|
license.network.host=snake.parasoft.com
license.network.port=2002
enforce.configure=true |
...
details
...
The license settings specified here will be read upon startup when the product is launched in UI mode.