CustomLoadTestCase Properties |
The CustomLoadTestCase type exposes the following members.
Name | Description | |
---|---|---|
_iterationsExpected |
Gets or sets the total iterations expected at the moment X
(Inherited from LoadTestCase.) | |
_iterationsIgnored |
Gets or sets the cycles ignored.
(Inherited from LoadTestCase.) | |
_iterationsLaunched |
Gets or sets the total iterations have been launched during the test at the moment X
(Inherited from LoadTestCase.) | |
ActualLoadGraph |
Gets or sets the actual load graph for the last execution, it can be compared to theoretic load.
(Inherited from LoadTestCase.) | |
Context |
Gets or sets the test case level Context values. The context is dispatched by the automation engine, and is read-only outside of the Test Cases.
(Inherited from AbstractTestItem.) | |
CPUUsage |
Gets or sets the cpu usage measurement of the last execution
(Inherited from LoadTestCase.) | |
CustomControlPoints |
Gets or sets a list of time point and the expected load at that point
| |
CustomVariables |
Gets a list of custom variables defined by the user. These variables will be saved with the project. and will be replaced if necessary.
CustomVariables are more priority than variables in Variables, if an variable of the same name exists both in CustomVariables and Variables, the value of that in CustomVarialbes will return.
(Inherited from AbstractTestItem.) | |
Delay |
Gets or sets the delay to start the test execution.
(Inherited from LoadTestCase.) | |
Description |
Gets or sets the Description of the current AbstractTestItem (Inherited from AbstractTestItem.) | |
DisplayMessage |
Gets or sets the information can be shown to the user
(Inherited from AbstractTestItem.) | |
Duration |
Gets or sets the duration in number of the second where this test scenario will last.
(Inherited from LoadTestCase.) | |
ElapsedTime |
A DateTime object indicates the time when current steps finishes. EndTime is set by the test framework after the Checkpoint method has finishes.
If the test step goes wrong, EndTime will be set when the error occurs.
(Inherited from AbstractTestItem.) | |
ExpectedLoad |
Gets or sets the expected number of iterations per second during the performance testing
(Inherited from LoadTestCase.) | |
Id |
Gets or sets the unique identifier of the TestCase.
(Inherited from AbstractTestItem.) | |
IsDisabled |
Gets or sets whether the current test item is disabled.
(Inherited from AbstractTestItem.) | |
IsExpanded |
Gets or sets a value indicating whether this item is extended in its Visual Tree.
(Inherited from AbstractTestItem.) | |
IterationExecutionTime |
Gets or sets the iteration execution time during the last execution.
(Inherited from LoadTestCase.) | |
IterationPassRate |
Gets or sets the iteration pass rate during the last execution
(Inherited from LoadTestCase.) | |
LoadTestLogLevel |
Gets or sets the level of log details in a performance test report
(Inherited from LoadTestCase.) | |
MaxMesurePoints |
Gets or sets the number of measure points to calculate performance counters;
(Inherited from LoadTestCase.) | |
MemoryUsage |
Gets or sets the memory usag measurement during the last execution
(Inherited from LoadTestCase.) | |
Name |
Gets or sets the name of this Test Case
(Inherited from AbstractTestItem.) | |
OnErrorBehavior |
Gets or sets the behavior of Automation Engine when the current test case fails
(Inherited from TestCase.) | |
PerformanceThresholds |
Gets or sets the performance thresholds of the current load test
(Inherited from LoadTestCase.) | |
Progress |
Gets or sets the progress of the current test item (Test suite or test case)
(Inherited from AbstractTestItem.) | |
RampUpTime |
Gets or sets the time of ramp up in seconds that passes from 0 to expected load.
(Inherited from LoadTestCase.) | |
ScenarioStatus |
Gets the status of the current performance test scenario
(Inherited from LoadTestCase.) | |
ServiceNames |
Gets or sets the service names dictionary
(Inherited from LoadTestCase.) | |
ServicePassrate |
Gets or sets the pass rate operation by operation during the last execution. Only request operations are measured.
(Inherited from LoadTestCase.) | |
ServiceResponseTime |
Gets or sets the service response time.
(Inherited from LoadTestCase.) | |
StartTime |
A DateTime object indicates the time when current steps starts to run. StartTime is set by the test framework when the Run method has been called.
(Inherited from AbstractTestItem.) | |
Status |
Status of the current test item (TestSuite, TestCase or TestStep). Automation framework will mark Result = Running when entering the current item.
If Result has not been changed in Run() and Checkpoint() method, it will be marked as Passed.
(Inherited from AbstractTestItem.)You must assign Errors, Warning if it happens within Run and Checkpoint method. | |
Steps |
Gets or sets a list of Test Steps. The test steps will be executed
(Inherited from TestCase.) | |
TestStepCount |
Gets the count of test steps
(Inherited from TestCase.) | |
TestSuite |
Gets or sets the referenced test suite.
(Inherited from TestCase.) | |
Variables |
Gets or sets the variables in the current test scope (Test Step, Test Case or Test Suite).
(Inherited from AbstractTestItem.) |