RuleExecutionOrder Enumeration
Enumerates the possible order-of-execution for validation rules.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Enumeration RuleExecutionOrder
public enum RuleExecutionOrder
public enum class RuleExecutionOrder
type RuleExecutionOrder
public enum RuleExecutionOrder
Members
Member name | Description | |
---|---|---|
AfterDependents | Test is to be executed after dependent tests. | |
BeforeAndAfterDependents | Test is to be executed both before and after dependent tests. | |
BeforeDependents | Test is to be executed before dependent tests. |