Enum Result
Represent the result of a TestStep or an Action
Namespace: AxaFrance.WebEngine
Assembly: AxaFrance.WebEngine.dll
Syntax
public enum Result
Fields
Name | Description |
---|---|
CriticalError | The action encounters a Critical Error. If an Action or Test Step encounters Critical Error, the current test will stop running. Test Framework will try to run next test cases. If the test case is failed with Critical Error, the whole Test Suite will stop running. |
Failed | The result is failed, for any functional and technical causes. |
Ignored | Steps are ignored due to flow controller (Intendly stopped at some points) |
None | The default value, while the test item has not been executed. |
Passed | The result is Passed |