Show / Hide Table of Contents

Class ActionReport

The test report of a single test action (keyword)

Inheritance
Object
ActionReport
Namespace: AxaFrance.WebEngine.Report
Assembly: AxaFrance.WebEngine.dll
Syntax
[Serializable]
public class ActionReport

Properties

| Edit this page View Source

ContextValues

Contexte variables genereted during the test execution. the value presented in the report are their final values.

Declaration
public List<Variable> ContextValues { get; set; }
Property Value
Type Description
List<Variable>
| Edit this page View Source

Duration

Calculates the Duration of the current test action;

Declaration
public TimeSpan Duration { get; }
Property Value
Type Description
TimeSpan
| Edit this page View Source

DurationText

Calculates the Duration of the current test case and convert to readable text.

Declaration
public string DurationText { get; }
Property Value
Type Description
String
| Edit this page View Source

EndTime

The System.DateTime when the action is end. (including the time used to run checkpoint)

Declaration
public DateTime EndTime { get; set; }
Property Value
Type Description
DateTime
| Edit this page View Source

Id

The unique identifier of the report item, generated automaticaly and used for showing report

Declaration
public string Id { get; set; }
Property Value
Type Description
String
| Edit this page View Source

Log

RAW log of the test execution, the log will be retrived from Information after execution.

Declaration
public string Log { get; set; }
Property Value
Type Description
String
| Edit this page View Source

Name

The name of the action.

Declaration
public string Name { get; set; }
Property Value
Type Description
String
| Edit this page View Source

Result

overall test result for the current test case.

Declaration
public Result Result { get; set; }
Property Value
Type Description
Result
| Edit this page View Source

Screenshots

The screenshots related to the current action.

Declaration
public List<ScreenshotReport> Screenshots { get; set; }
Property Value
Type Description
List<ScreenshotReport>
| Edit this page View Source

StartTime

The System.DateTime when the action is started.

Declaration
public DateTime StartTime { get; set; }
Property Value
Type Description
DateTime
| Edit this page View Source

SubActionReports

The result of the subactions.

Declaration
public List<ActionReport> SubActionReports { get; set; }
Property Value
Type Description
List<ActionReport>
  • Edit this page
  • View Source
In this article
Back to top Copyright ® 2016-2024 AXA France, All rights reserved.