LoadTestCase Methods |
The LoadTestCase type exposes the following members.
Name | Description | |
---|---|---|
CheckParameters |
Checks the validity of test parameters.
| |
Compare |
Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
(Inherited from AbstractTestItem.) | |
CompareTo |
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Inherited from AbstractTestItem.) | |
DeleteItem |
Deletes an sub item from the current scope. for Test Case, the item is test Step, For Test Suite, the item is test case, ...
(Inherited from TestCase.) | |
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from AbstractTestItem.) | |
Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
(Overrides TestCaseDispose(Boolean).) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
EvaluateThreshold |
Evaluates the performance threshold from the given definition.
| |
EvaluateThresholds |
Evaluates the performance thresholds.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetActualIterationPassrate |
Gets the average pass rate of Iterations.
| |
GetCPUUsage |
Gets the CPU usage.
| |
GetCurrentActualLoad |
Gets the current actual load (Iterations/second) of the current running performance test scenario. This indicator will ignore any iteration ignored by the limitation by max number of threads.
| |
GetCurrentExpectedLoad |
Gets the current load (Iterations/second) of the current running performance test scenario.
| |
GetEndTime |
Gets the end time of the test depends on the specified start time.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetIterationCycleTime |
Gets the iteration cycle time.
| |
GetIterationPassrate |
Gets the iteration pass rate.
| |
GetIterationsFailed |
Gets number of total Iterations failed.
| |
GetIterationsFinished |
Gets number of total Iterations finished.
| |
GetIterationsIgnored |
Gets the number of the iterations ignored due to cumulation of the running threads.
| |
GetIterationsRunning |
Gets the number of the iterations started but bot yet finished. to improve the performance when the queued cycle is larger than the maximum number, Load generator will not generate loads.
| |
GetLoad |
Gets the number of iterations should be run at the current time.
| |
GetLoadGraph |
Gets the expect load graph measure points. That graph can be shown as a simulation of the loads
| |
GetMeasureInterval |
Gets the measure interval in milliseconds of the executing load test
| |
GetMemoryUsage |
Gets the memory usage.
| |
GetProgress |
Gets the progress of execution.
| |
GetScenarioStatus |
Gets the execution status of the actual performance test scenario
| |
GetServicePassrate |
Gets the service pass rate.
| |
GetServiceResponseTime |
Gets the service response time.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetVariable |
Gets the variable from the given context.
(Inherited from AbstractTestItem.) | |
GetVariables |
Gets All variables available for the current test scope.
(Inherited from AbstractTestItem.) | |
InitStatus |
Initializes the status of the Test Case
(Overrides AbstractTestItemInitStatus.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
MoveDown |
Moves down a test item in its parent items collections
(Inherited from AbstractTestItem.) | |
MoveToBottom |
Moves to bottom a test item in its parent items collections
(Inherited from AbstractTestItem.) | |
MoveToTop |
Moves on top a test item in its parent items collection.
(Inherited from AbstractTestItem.) | |
MoveUp |
Moves up a test item in its parent items collection.
(Inherited from AbstractTestItem.) | |
OnPropertyChanged |
Called when property value has changed.
(Inherited from AbstractTestItem.) | |
Run |
Runs this performance test scenario
(Overrides TestCaseRun(Int64, Profile).) | |
ToString |
Returns a String that represents this instance.
(Overrides TestCaseToString.) | |
UpdateId |
Updates the identifier.
(Overrides TestCaseUpdateId.) |
Name | Description | |
---|---|---|
ToStringOrXml |
Converts any Object to string representation in String or XML format.
(Defined by ExtensionMethods.) | |
ToXmlString |
Converts any Object to string representation in XML format.
(Defined by ExtensionMethods.) |