The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
RuleExecutionOrder Enumeration
Enumerates the possible order-of-execution for validation rules.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
| 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. |
Show: