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.
ValidationLevel Enumeration
Used to identify the importance of a validation rule that is run in a load test.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
| Member name | Description | |
|---|---|---|
| High | Load test invokes all validation rules. This equals 2. | |
| Low | Load test invokes validation rules with a Low setting. This equals 0. | |
| Medium | Load test invokes validation rules with a Low or Medium setting. This equals 1. |
These enumeration values are ordinal so that they may be compared in code by "less than" and "greater than" operators. ValidationLevel is used in load tests to determine which validation rules are run.
Show: