Click or drag to resize

LoadTestReportItem Class

An report item for Load Test case (including Basic load test, stress test, spike test and other kind of tests.
Inheritance Hierarchy
SystemObject
  Hummingbird.TestFramework.Automation.ReportReportItem
    Hummingbird.TestFramework.Automation.ReportLoadTestReportItem

Namespace:  Hummingbird.TestFramework.Automation.Report
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataContractAttribute(Namespace = "http://www.hummingbird-alm.com/testframework/201610")]
public class LoadTestReportItem : ReportItem

The LoadTestReportItem type exposes the following members.

Constructors
  NameDescription
Public methodLoadTestReportItem
Initializes a new instance of the LoadTestReportItem class
Top
Properties
  NameDescription
Public propertyActualLoadGraph
Gets or sets the actual load graph according to test results;
Public propertyContext
Gets or sets the context.
(Inherited from ReportItem.)
Public propertyCPUUsage
Gets or sets the cpu usage during the test
Public propertyDescription
Gets or sets the description.
(Inherited from ReportItem.)
Public propertyDisplayMessage
Gets or sets the display message.
(Inherited from ReportItem.)
Public propertyDuration
Gets the duration for executing the current item
(Inherited from ReportItem.)
Public propertyDurationTicks
Gets or sets the duration in ticks
(Inherited from ReportItem.)
Public propertyHostName
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.)
Public propertyId
Gets or sets The ID represents the ID of AbstractTestItem
(Inherited from ReportItem.)
Public propertyInformation
Gets or sets the information.
(Inherited from ReportItem.)
Public propertyItems
Gets or sets the sub items of the current ReportItem
(Inherited from ReportItem.)
Public propertyItemType
Gets or sets the type of the current ReportItem.
(Inherited from ReportItem.)
Public propertyIterationExecutionTime
Gets or sets the iteration execution time during the last execution.
Public propertyIterationPassRate
Gets or sets the iteration pass rate during the last execution
Public propertyLoadGraph
Gets or sets the theoretical load graph according to test parameters.
Public propertyMemoryUsage
Gets or sets the memory usage during the test
Public propertyName
Gets or sets the Name represents the Name of AbstractTestItem
(Inherited from ReportItem.)
Public propertyPassrate
Gets the pass rate (percentage of passed items v.s all items
(Inherited from ReportItem.)
Public propertyRawIterationCycleTime
Gets or sets the raw cycle time for every iterations executed.
Public propertyRawMessages
Gets or sets the raw messages that is used for calculation.
Public propertyRequestText
Gets or sets the request text.
(Inherited from ReportItem.)
Public propertyResponseText
Gets or sets the response text.
(Inherited from ReportItem.)
Public propertyServiceNames
Gets or sets the service Id to Name mapping
Public propertyServicePassrate
Gets or sets the pass rate operation by operation during the last execution. Only request operations are measured.
Public propertyServiceResponseTime
Gets or sets the service response time.
Public propertyStartTime
Gets or sets the Date when the current AbstractTestItem starts to run
(Inherited from ReportItem.)
Public propertyStatus
Gets or sets the Status represents the final TestStatus of an AbstractTestItem
(Inherited from ReportItem.)
Public propertyTag
Gets or sets the Tag of the ReportItem, it can be anything
(Inherited from ReportItem.)
Public propertyVariables
Gets or sets the variables.
(Inherited from ReportItem.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodToStringOrXml
Converts any Object to string representation in String or XML format.
(Defined by ExtensionMethods.)
Public Extension MethodToXmlString
Converts any Object to string representation in XML format.
(Defined by ExtensionMethods.)
Top
See Also