WebTestResultViewer Class

 

Wraps a Web test playback window.

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

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TestTools.LoadTesting.WebTestResultViewer

Syntax

public sealed class WebTestResultViewer
public ref class WebTestResultViewer sealed 
[<Sealed>]
type WebTestResultViewer = class end
Public NotInheritable Class WebTestResultViewer

Properties

Name Description
System_CAPS_pubproperty Details

Gets a value that represents the test results.

System_CAPS_pubproperty SelectedItem

Gets the currently selected item.

System_CAPS_pubproperty SelectedRequestItem

Gets the result of the currently selected request.

System_CAPS_pubproperty TestResultId

Gets the test result ID for the result window.

Methods

Name Description
System_CAPS_pubmethod AddResultPage(Guid, String, UserControl)

Adds a result page to the playback user interface (UI).

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetSelectedText()

Returns the selected text.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod RemoveResultPage(Guid)

Removes a results page from the playback UI.

System_CAPS_pubmethod SelectItemInRequestGrid(Object)

Selects an item in the request grid.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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

Microsoft.VisualStudio.TestTools.LoadTesting Namespace

Return to top