The VirtualUser type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
BackgroundScriptIDs |
Returns a list of currently registered with the VU background script IDs
| |
ContextState |
For internal use only.
| |
CurrentIteration |
Gets the number of the iteration that this Virtual User is currently executing (beginning at 1).
| |
CurrentScript |
Gets the currently-executing script.
| |
CurrentTransaction |
Gets the name of the transaction that is currently in progress.
| |
DataDictionary |
Gets the Data Dictionary belonging to this Virtual User.
| |
DataPath |
Gets the path to the data folder.
| |
ElapsedTime |
Gets the elapsed time since the beginning of the test, in milliseconds.
| |
FilesDataPath |
Gets the path of the data\Files folder.
| |
FinishIteratingRequested |
Gets a value that indicates whether this Virtual User has been requested to finish iterating.
| |
Flags |
For internal use only.
| |
Group |
For internal use only.
| |
GroupSize |
Gets the number of Virtual Users in the group that this Virtual User belongs to.
| |
GroupSizes |
Gets the number of Virtual Users in each Virtual User group.
| |
Index |
Gets the index number of this Virtual User within the Virtual User group that it belongs to.
| |
InitialDelay |
Gets the initial delay for this Virtual User, between the start of the test and the start of the first script execution.
| |
InjectorFamilyName |
Returns the injector family name
| |
InjectorName |
Returns the injector machine name
| |
IsFinalScript |
Gets a value that indicates whether the current executing script is within the final section of this Virtual User's workflow.
| |
IsFirstScript |
Gets a value that indicates whether the current executing script is the first script to be executed.
| |
IsInitialScript |
Gets a value that indicates whether the current executing script is within the initial section of this Virtual User's workflow.
| |
IsIteratedScript |
Gets a value that indicates whether the current executing script is within the repeated section of this Virtual User's workflow.
| |
IsLastIteration |
Gets a value that indicates whether more iterations will occur for the current Virtual User.
| |
IsPacing |
Gets a value that indicates whether this Virtual User will adjust the delay between iterations to maintain a steady pace of iterations.
| |
Iteration |
Gets the number of the iteration that this Virtual User is currently executing (beginning at 0).
| |
IterationDelay |
Gets the delay time in milliseconds between iterations of the repeated sequence of scripts.
| |
IterationForTime |
Gets the time in milliseconds that the iterated sequence of scripts will iterate for.
| |
Keys |
Gets an enumerator that can be used to iterate over the keys in this dictionary.
| |
LastError |
Gets the most recent error encountered by this Virtual User.
| |
LastIterationDelay |
Gets the delay time in milliseconds between the previous iteration and the current iteration.
| |
LastTransaction |
Gets the name of the most recent transaction to have ended.
| |
MaxFailures |
Gets the maximum number of failures allowed in the script before this Virtual User terminates.
| |
MillisecondsSinceEpoch |
Get the number of milliseconds since the epoch (1st Jan 1970)
| |
Name |
Gets or sets the name of this dictionary.
| |
NowSeconds |
For internal use only.
| |
NumberOfErrors |
Gets the number of errors that have been reported for this Virtual User.
| |
NumberOfFailures |
Gets the current number of script failures for this Virtual User.
| |
NumberOfIterations |
Gets the total number of iterations that the repeated sequence of scripts will execute.
| |
NumberOfWarmupIterations |
Gets or sets the number of warm-up iterations for this Virtual User.
| |
NumberOfWarnings |
Gets the number of warnings that have been reported for this Virtual User.
| |
PauseFactor |
Gets or sets the current percentage pause factor.
| |
ProgressPoint |
Gets the text of the most recent progress point that was set.
| |
ReadOnly |
Gets a value that indicates whether this dictionary is read-only.
| |
RunPath |
Gets the path to the test run results.
| |
SandboxPath |
Gets the path to the sandbox location.
| |
SecondsSinceEpoch |
Get the number of seconds since the epoch (1st Jan 1970)
| |
StartTimeSeconds |
For internal use only.
| |
TransactionLoggingOn |
Gets or sets a value that indicates whether transactions should be logged for this VU.
| |
UniqueID |
Gets a test-wide unique identifier for this Virtual User.
| |
VUName |
Gets the name of the group that this Virtual User belongs to.
|
See Also