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.
LoadTestGoalBasedLoadProfile::Validate Method ()
Throws an InvalidLoadProfileException if the LoadProfile object has properties that are inconsistent or not valid. It also displays an appropriate message.
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Whenever a Load Test Plug-in assigns a new object to the LoadProfile property of LoadTestScenario, the Validate() method of the class that extends LoadTestLoadProfile is called. If Validate() throws an exception, the exception is reported in the load test results, both in the user interface (UI) and in the results database. When this occurs, the current load profile settings continue to remain in effect.
Show: