WebBrowserVirtualUser PropertiesC# API
The WebBrowserVirtualUser type exposes the following members.
Properties

  NameDescription
Public propertyBackgroundScriptIDs
Returns a list of currently registered with the VU background script IDs
(Inherited from VirtualUser.)
Protected propertyContextState
For internal use only.
(Inherited from VirtualUser.)
Public propertyCurrentIteration
Gets the number of the iteration that this Virtual User is currently executing (beginning at 1).
(Inherited from VirtualUser.)
Public propertyCurrentScript
Gets the currently-executing script.
(Inherited from VirtualUser.)
Public propertyCurrentTransaction
Gets the name of the transaction that is currently in progress.
(Inherited from VirtualUser.)
Protected propertyDataDictionary
Gets the Data Dictionary belonging to this Virtual User.
(Inherited from VirtualUser.)
Public propertyDataPath
Gets the path to the data folder.
(Inherited from VirtualUser.)
Public propertyElapsedTime
Gets the elapsed time since the beginning of the test, in milliseconds.
(Inherited from VirtualUser.)
Public propertyFilesDataPath
Gets the path of the data\Files folder.
(Inherited from VirtualUser.)
Public propertyFinishIteratingRequested
Gets a value that indicates whether this Virtual User has been requested to finish iterating.
(Inherited from VirtualUser.)
Protected propertyFlags
For internal use only.
(Inherited from VirtualUser.)
Protected propertyGroup
For internal use only.
(Inherited from VirtualUser.)
Public propertyGroupSize
Gets the number of Virtual Users in the group that this Virtual User belongs to.
(Inherited from VirtualUser.)
Public propertyGroupSizes
Gets the number of Virtual Users in each Virtual User group.
(Inherited from VirtualUser.)
Public propertyIndex
Gets the index number of this Virtual User within the Virtual User group that it belongs to.
(Inherited from VirtualUser.)
Public propertyInitialDelay
Gets the initial delay for this Virtual User, between the start of the test and the start of the first script execution.
(Inherited from VirtualUser.)
Public propertyInjectorFamilyName
Returns the injector family name
(Inherited from VirtualUser.)
Public propertyInjectorName
Returns the injector machine name
(Inherited from VirtualUser.)
Public propertyIsFinalScript
Gets a value that indicates whether the current executing script is within the final section of this Virtual User's workflow.
(Inherited from VirtualUser.)
Public propertyIsFirstScript
Gets a value that indicates whether the current executing script is the first script to be executed.
(Inherited from VirtualUser.)
Public propertyIsInitialScript
Gets a value that indicates whether the current executing script is within the initial section of this Virtual User's workflow.
(Inherited from VirtualUser.)
Public propertyIsIteratedScript
Gets a value that indicates whether the current executing script is within the repeated section of this Virtual User's workflow.
(Inherited from VirtualUser.)
Public propertyIsLastIteration
Gets a value that indicates whether more iterations will occur for the current Virtual User.
(Inherited from VirtualUser.)
Public propertyIsPacing
Gets a value that indicates whether this Virtual User will adjust the delay between iterations to maintain a steady pace of iterations.
(Inherited from VirtualUser.)
Public propertyIteration
Gets the number of the iteration that this Virtual User is currently executing (beginning at 0).
(Inherited from VirtualUser.)
Public propertyIterationDelay
Gets the delay time in milliseconds between iterations of the repeated sequence of scripts.
(Inherited from VirtualUser.)
Public propertyIterationForTime
Gets the time in milliseconds that the iterated sequence of scripts will iterate for.
(Inherited from VirtualUser.)
Public propertyKeys
Gets an enumerator that can be used to iterate over the keys in this dictionary.
(Inherited from VirtualUser.)
Public propertyLastError
Gets the most recent error encountered by this Virtual User.
(Inherited from VirtualUser.)
Public propertyLastIterationDelay
Gets the delay time in milliseconds between the previous iteration and the current iteration.
(Inherited from VirtualUser.)
Public propertyLastTransaction
Gets the name of the most recent transaction to have ended.
(Inherited from VirtualUser.)
Public propertyMaxFailures
Gets the maximum number of failures allowed in the script before this Virtual User terminates.
(Inherited from VirtualUser.)
Public propertyName
Gets or sets the name of this dictionary.
(Inherited from VirtualUser.)
Public propertyNowSeconds
For internal use only.
(Inherited from VirtualUser.)
Public propertyNumberOfErrors
Gets the number of errors that have been reported for this Virtual User.
(Inherited from VirtualUser.)
Public propertyNumberOfFailures
Gets the current number of script failures for this Virtual User.
(Inherited from VirtualUser.)
Public propertyNumberOfIterations
Gets the total number of iterations that the repeated sequence of scripts will execute.
(Inherited from VirtualUser.)
Public propertyNumberOfWarmupIterations
Gets or sets the number of warm-up iterations for this Virtual User.
(Inherited from VirtualUser.)
Public propertyNumberOfWarnings
Gets the number of warnings that have been reported for this Virtual User.
(Inherited from VirtualUser.)
Public propertyPauseFactor
Gets or sets the current percentage pause factor.
(Inherited from VirtualUser.)
Public propertyProgressPoint
Gets the text of the most recent progress point that was set.
(Inherited from VirtualUser.)
Public propertyReadOnly
Gets a value that indicates whether this dictionary is read-only.
(Inherited from VirtualUser.)
Public propertyRunPath
Gets the path to the test run results.
(Inherited from VirtualUser.)
Public propertySandboxPath
Gets the path to the sandbox location.
(Inherited from VirtualUser.)
Public propertyStartTimeSeconds
For internal use only.
(Inherited from VirtualUser.)
Public propertyTransactionLoggingOn
Gets or sets a value that indicates whether transactions should be logged for this VU.
(Inherited from VirtualUser.)
Public propertyUniqueID
Gets a test-wide unique identifier for this Virtual User.
(Inherited from VirtualUser.)
Public propertyVUName
Gets the name of the group that this Virtual User belongs to.
(Inherited from VirtualUser.)
Public propertyWebBrowser
Gets the WebBrowser belonging to this Virtual User.
Back to Top
See Also