Click or drag to resize

CustomLoadTestCase Properties

The CustomLoadTestCase type exposes the following members.

Properties
  NameDescription
Public property_iterationsExpected
Gets or sets the total iterations expected at the moment X
(Inherited from LoadTestCase.)
Public property_iterationsIgnored
Gets or sets the cycles ignored.
(Inherited from LoadTestCase.)
Public property_iterationsLaunched
Gets or sets the total iterations have been launched during the test at the moment X
(Inherited from LoadTestCase.)
Public propertyActualLoadGraph
Gets or sets the actual load graph for the last execution, it can be compared to theoretic load.
(Inherited from LoadTestCase.)
Public propertyContext
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.)
Public propertyCPUUsage
Gets or sets the cpu usage measurement of the last execution
(Inherited from LoadTestCase.)
Public propertyCustomControlPoints
Gets or sets a list of time point and the expected load at that point
Public propertyCustomVariables
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.)
Public propertyDelay
Gets or sets the delay to start the test execution.
(Inherited from LoadTestCase.)
Public propertyDescription
Gets or sets the Description of the current AbstractTestItem
(Inherited from AbstractTestItem.)
Public propertyDisplayMessage
Gets or sets the information can be shown to the user
(Inherited from AbstractTestItem.)
Public propertyDuration
Gets or sets the duration in number of the second where this test scenario will last.
(Inherited from LoadTestCase.)
Public propertyElapsedTime
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.)
Public propertyExpectedLoad
Gets or sets the expected number of iterations per second during the performance testing
(Inherited from LoadTestCase.)
Public propertyId
Gets or sets the unique identifier of the TestCase.
(Inherited from AbstractTestItem.)
Public propertyIsDisabled
Gets or sets whether the current test item is disabled.
(Inherited from AbstractTestItem.)
Public propertyIsExpanded
Gets or sets a value indicating whether this item is extended in its Visual Tree.
(Inherited from AbstractTestItem.)
Public propertyIterationExecutionTime
Gets or sets the iteration execution time during the last execution.
(Inherited from LoadTestCase.)
Public propertyIterationPassRate
Gets or sets the iteration pass rate during the last execution
(Inherited from LoadTestCase.)
Public propertyLoadTestLogLevel
Gets or sets the level of log details in a performance test report
(Inherited from LoadTestCase.)
Public propertyMaxMesurePoints
Gets or sets the number of measure points to calculate performance counters;
(Inherited from LoadTestCase.)
Public propertyMemoryUsage
Gets or sets the memory usag measurement during the last execution
(Inherited from LoadTestCase.)
Public propertyName
Gets or sets the name of this Test Case
(Inherited from AbstractTestItem.)
Public propertyOnErrorBehavior
Gets or sets the behavior of Automation Engine when the current test case fails
(Inherited from TestCase.)
Public propertyPerformanceThresholds
Gets or sets the performance thresholds of the current load test
(Inherited from LoadTestCase.)
Public propertyProgress
Gets or sets the progress of the current test item (Test suite or test case)
(Inherited from AbstractTestItem.)
Public propertyRampUpTime
Gets or sets the time of ramp up in seconds that passes from 0 to expected load.
(Inherited from LoadTestCase.)
Public propertyScenarioStatus
Gets the status of the current performance test scenario
(Inherited from LoadTestCase.)
Public propertyServiceNames
Gets or sets the service names dictionary
(Inherited from LoadTestCase.)
Public propertyServicePassrate
Gets or sets the pass rate operation by operation during the last execution. Only request operations are measured.
(Inherited from LoadTestCase.)
Public propertyServiceResponseTime
Gets or sets the service response time.
(Inherited from LoadTestCase.)
Public propertyStartTime
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.)
Public propertyStatus
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.

You must assign Errors, Warning if it happens within Run and Checkpoint method.

(Inherited from AbstractTestItem.)
Public propertySteps
Gets or sets a list of Test Steps. The test steps will be executed
(Inherited from TestCase.)
Public propertyTestStepCount
Gets the count of test steps
(Inherited from TestCase.)
Public propertyTestSuite
Gets or sets the referenced test suite.
(Inherited from TestCase.)
Public propertyVariables
Gets or sets the variables in the current test scope (Test Step, Test Case or Test Suite).
(Inherited from AbstractTestItem.)
Top
See Also