WebTestResultViewer Class

Wraps a Web test playback window.

Inheritance Hierarchy

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

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

Syntax

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

The WebTestResultViewer type exposes the following members.

Properties

  Name Description
Public property Details Gets a value that represents the test results.
Public property SelectedItem Gets the currently selected item.
Public property SelectedRequestItem Gets the result of the currently selected request.
Public property TestResultId Gets the test result ID for the result window.

Top

Methods

  Name Description
Public method AddResultPage Adds a result page to the playback user interface (UI).
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetSelectedText Returns the selected text.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method RemoveResultPage Removes a results page from the playback UI.
Public method SelectItemInRequestGrid Selects an item in the request grid.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

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

Microsoft.VisualStudio.TestTools.LoadTesting Namespace