
Loading ...
Window Environment variables can be used to store User specific or Machine specific information. This information is accessible to all windows program. Below is the list of some common windows environment variables
TEMP - Temporary directory path
TMP - Temporary directory path
PATH - Folder locations where a file is searched when the complete path is not provided
windir [...]
Register or Login to read the full article...
Tags used -
access, Accessing, Environment, read, System, update, USER, variable, windows, write

Loading ...
To access status of the test QTP provides the RunStatus property. The value of this property is the worst case status of the current test. This property can be used to take special measure based on the status of the test.
Select Case Reporter.RunStatus
Case micFail
[...]
Register or Login to read the full article...
Tags used -
Accessing, end, ends, execute, Execution, Reporter, Result, Results, run, RunStatus, status, Test