Skip to content

Commit

Permalink
update sample url
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorin Bogdan committed Apr 8, 2024
1 parent b37bd4d commit 646cc78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ The following parameters are used for connecting to **Digital Lab** (formerly **
| `MobileProxySetting_UserName` | string | proxy user name | [**Mandatory** if `MobileUseProxy` is set to `1` and `MobileProxyType` is set to `0` and `MobileProxySetting_Authentication` is set to `1`] The user name to use when connecting to the proxy server.<br/><br/>Takes effect only when the `MobileUseProxy` parameter is set to `1` (use proxy) and `MobileProxyType` parameter is set to `0` (http proxy) and `MobileProxySetting_Authentication` parameter is set to `1`. |
| `MobileProxySetting_PasswordBasicAuth` | string | base64-encoded string | **CAUTION: This password is simply encoded in base64 format which can be easily decoded by anyone. Use secure means to transmit the parameter file to prevent sensitive information from being exposed.**<br/><br/>(*Optional*) The password encoded in base64 format which is used to connect to the proxy server. |
| `mobileinfo` | string | data in JSON format | (*Optional*) The device and application to launch before running the mobile test.<br/><br/>This parameter is similar to the mobile configurations set via the **Record and Run Settings** dialog box in UFT One.<br/>Use this parameter if you want your run to override the settings set up in UFT One, or if you don't want to set those.<br/><br/>To compose this JSON string, we recommend setting up the mobile configuration in UFT One's **Record and Run Settings** dialog box and then getting the data from the registry at `HKEY_CURRENT_USER\SOFTWARE\Mercury Interactive\QuickTest Professional\MicTest\AddIn Manager\Mobile\Startup Settings\JOB_SETTINGS`, value name `_default`. A typical JSON string could start from text `{"RnRType":-1,`... |
| `cloudbrowserinfo` | string | "**url**={URL}; **os**={OS}; **browser**={Name}; **version**={Version}; **region**={Location}" | (*Optional*) The browser and web application to use for the web test.<br/><br/>This parameter is similar to the web configurations set via the **Record and Run Settings** dialog box in UFT One.<br/>Use this parameter if you want your run to override the settings set up in UFT One, or if you don't want to set those.<br/><br/>Specify the operating system and geographical location in which you want the browser to run, as well as the browser type and version. Optionally, specify the URL of the web application to load when the browser opens.<br/>To see which values are available for these keys, open the **Digital Lab > Browser Lab** page.<br/><br/>Example: *cloudbrowserinfo*=`"url=www.advantageshopping.com;os=Windows Server 2022;browser=Firefox;version=latest;region=Europe (Frankfurt)"`|
| `cloudbrowserinfo` | string | "**url**={URL}; **os**={OS}; **browser**={Name}; **version**={Version}; **region**={Location}" | (*Optional*) The browser and web application to use for the web test.<br/><br/>This parameter is similar to the web configurations set via the **Record and Run Settings** dialog box in UFT One.<br/>Use this parameter if you want your run to override the settings set up in UFT One, or if you don't want to set those.<br/><br/>Specify the operating system and geographical location in which you want the browser to run, as well as the browser type and version. Optionally, specify the URL of the web application to load when the browser opens.<br/>To see which values are available for these keys, open the **Digital Lab > Browser Lab** page.<br/><br/>Example: *cloudbrowserinfo*=`"url=www.opentext.com;os=Windows Server 2022;browser=Firefox;version=latest;region=Europe (Frankfurt)"`|

#### <a name="parallel-runner-params-refs"></a>ParallelRunner Parameters (File System Only)
> Go to [Table Of Contents](#fttools-launcher-toc)
Expand Down

0 comments on commit 646cc78

Please sign in to comment.