TestIterationResult Class

Describes the result of running an individual test case within a load test.

Namespace:  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Syntax

'Declaration
Public Class TestIterationResult
'Usage
Dim instance As TestIterationResult
public class TestIterationResult
public ref class TestIterationResult
public class TestIterationResult

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TestTools.LoadTesting.TestIterationResult

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TestIterationResult Members

Microsoft.VisualStudio.TestTools.LoadTesting Namespace

Other Resources

Understanding Load Tests