Share via


LoadTestScenario.TestNames Property

Gets an array of the test names that are included in the scenario.

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

Syntax

'Declaration
Public ReadOnly Property TestNames As IEnumerable(Of String)
public IEnumerable<string> TestNames { get; }
public:
property IEnumerable<String^>^ TestNames {
    IEnumerable<String^>^ get ();
}
member TestNames : IEnumerable<string>
function get TestNames () : IEnumerable<String>

Property Value

Type: System.Collections.Generic.IEnumerable<String>
An IEnumerable collection of test names.

.NET Framework Security

See Also

Reference

LoadTestScenario Class

Microsoft.VisualStudio.TestTools.LoadTesting Namespace

Other Resources

How to: Create a Load Test Plug-In