Class TestStep
A step within a test case.
This class for internal use for reflection.
Inheritance
System.Object
TestStep
Namespace: AxaFrance.WebEngine
Assembly: AxaFrance.WebEngine.dll
Syntax
[Serializable]
public class TestStep
Constructors
| Improve this Doc View SourceTestStep()
Default constructor
Declaration
public TestStep()
Properties
| Improve this Doc View SourceAction
The qualified name of class to be called when running an Action. the class name must be derived from SharedActionBase
Declaration
public string Action { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Details
the details of the test result.
Declaration
public StringBuilder Details { get; }
Property Value
Type | Description |
---|---|
System.Text.StringBuilder |
Result
The result of the teststep. the default value is None;
Declaration
public Result Result { get; set; }
Property Value
Type | Description |
---|---|
Result |