Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
|---|---|---|
| BeforeDependents | Test is to be executed before dependent tests. | |
| AfterDependents | Test is to be executed after dependent tests. | |
| BeforeAndAfterDependents | Test is to be executed both before and after dependent tests. |