LoadTestReportItem Class |
Namespace: Hummingbird.TestFramework.Automation.Report
The LoadTestReportItem type exposes the following members.
Name | Description | |
---|---|---|
LoadTestReportItem | Initializes a new instance of the LoadTestReportItem class |
Name | Description | |
---|---|---|
ActualLoadGraph |
Gets or sets the actual load graph according to test results;
| |
Context |
Gets or sets the context.
(Inherited from ReportItem.) | |
CPUUsage |
Gets or sets the cpu usage during the test
| |
Description |
Gets or sets the description.
(Inherited from ReportItem.) | |
DisplayMessage |
Gets or sets the display message.
(Inherited from ReportItem.) | |
Duration |
Gets the duration for executing the current item
(Inherited from ReportItem.) | |
DurationTicks |
Gets or sets the duration in ticks
(Inherited from ReportItem.) | |
HostName |
Gets or sets the host name where is test has been executed.
This value is reserved to be compatible with xUnit framework, but not yet used in Hummingbird Test Framework
(Inherited from ReportItem.) | |
Id |
Gets or sets The ID represents the ID of AbstractTestItem (Inherited from ReportItem.) | |
Information |
Gets or sets the information.
(Inherited from ReportItem.) | |
Items |
Gets or sets the sub items of the current ReportItem (Inherited from ReportItem.) | |
ItemType |
Gets or sets the type of the current ReportItem.
(Inherited from ReportItem.) | |
IterationExecutionTime |
Gets or sets the iteration execution time during the last execution.
| |
IterationPassRate |
Gets or sets the iteration pass rate during the last execution
| |
LoadGraph |
Gets or sets the theoretical load graph according to test parameters.
| |
MemoryUsage |
Gets or sets the memory usage during the test
| |
Name |
Gets or sets the Name represents the Name of AbstractTestItem (Inherited from ReportItem.) | |
Passrate |
Gets the pass rate (percentage of passed items v.s all items
(Inherited from ReportItem.) | |
RawIterationCycleTime |
Gets or sets the raw cycle time for every iterations executed.
| |
RawMessages |
Gets or sets the raw messages that is used for calculation.
| |
RequestText |
Gets or sets the request text.
(Inherited from ReportItem.) | |
ResponseText |
Gets or sets the response text.
(Inherited from ReportItem.) | |
ServiceNames |
Gets or sets the service Id to Name mapping
| |
ServicePassrate |
Gets or sets the pass rate operation by operation during the last execution. Only request operations are measured.
| |
ServiceResponseTime |
Gets or sets the service response time.
| |
StartTime |
Gets or sets the Date when the current AbstractTestItem starts to run
(Inherited from ReportItem.) | |
Status |
Gets or sets the Status represents the final TestStatus of an AbstractTestItem (Inherited from ReportItem.) | |
Tag |
Gets or sets the Tag of the ReportItem, it can be anything
(Inherited from ReportItem.) | |
Variables |
Gets or sets the variables.
(Inherited from ReportItem.) |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.) |