System statements return values from the test computer operating system or browsers.
| Statement | Description |
|---|---|
| ComputerName | Returns the name of the computer running the script. |
| GetBrowserVersion | Returns the browser version running the script. |
| GetEnv
|
Returns the value of an environment variable from Windows or QA Wizard Pro. |
| GetMouseXCoordinate | Returns the X coordinate of the mouse pointer relative to the screen or a window or control. |
| GetMouseYCoordinate | Returns the Y coordinate of the mouse pointer relative to the screen or a window or control. |
| GetScreenHeight | Returns the test computer's screen height. |
| GetScreenWidth | Returns the test computer's screen width. |
| GetWindowsVersion | Returns the concatenated string representation of the Windows version and installed service pack. |
| Is64BitWindows | Returns True or False to indicate if the Windows version is 64-bit. |
| ReadRegistryEntry | Returns the value associated with a name in a registry key. |
| RunBackgroundCommand | Runs a command from the Windows command prompt on the test computer as playback continues. |
| RunCommand | Runs a command from the Windows command prompt on the test computer and returns the exit code when it finishes. |
| UserName | Returns the username of the current user logged in to Windows on the computer running the script. |
| WriteRegistryEntry | Sets a registry key value on the test computer. |