History Class |
-> Requests edited and sent.
-> Transactions and counters
For local usage (without connected to ALM Service, the history is stored locally on user's roaming data). Only one instance of the history will be stored.
if connected to ALM service, the history is stored on ALM.
Namespace: Hummingbird.TestFramework.Configuration
The History type exposes the following members.
Name | Description | |
---|---|---|
AutomatedTestCreated |
Gets or sets the number of automated test are created or modified, This is a Overall counter.
| |
AutomatedTestExecuted |
Gets the automated test executed.
| |
AutomatedTestFailed |
Gets or sets the number of automated test executed but failed, This is a Overall counter.
| |
AutomatedTestPassed |
Gets or sets the number of automated test executed and passed, This is a Overall counter.
| |
AutomatedTestWarning |
Gets or sets the number of automated test executed with warning.
| |
DailyUsageStatistics |
The dictionary contains all usages within the days.
| |
IncomingAll |
Gets the incoming message count .
| |
IncomingFailed |
Gets or sets the number of incoming messaged which are failed to process, This is a Overall counter.
| |
IncomingSuccess |
Gets or sets the number of incoming messages which successfully processed, This is a Overall counter.
| |
Instance |
Gets the instance of History.
| |
LifeTime |
The global statistic is calculated from this datetime;
| |
Messages |
Gets or sets the messages (transactions of test).
| |
OutgoingAll |
Gets the outgoing message count
| |
OutgoingFailed |
Gets or sets the number of outgoing which failed, This is a Overall counter.
| |
OutgoingSuccess |
Gets or sets the number of outgoing messages with success, This is a Overall counter.
| |
SavedRequests |
Gets or sets the saved requests.
| |
UsageStatistic |
Gets the UsageStatstic object for current date. Usage Statistic of the software, including requests sent, message received and automated test executed.
|
Name | Description | |
---|---|---|
AddSavedRequest |
Adds the saved request.
| |
ClearCounters |
Clears the statistic counters.
| |
ClearSavedRequest |
Clears the saved request.
| |
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.) | |
GetSavedRequests |
Gets the saved requests from Metadata
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Load |
Loads this instance.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RemoveSavedRequest |
Removes the saved request.
| |
Save |
Saves the history to user's Application Data folder
| |
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.) |