WebTestResultViewerExt Class

 

Represents the Web test playback windows.

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

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TestTools.LoadTesting.WebTestBaseExt
    Microsoft.VisualStudio.TestTools.LoadTesting.WebTestResultViewerExt

Syntax

public sealed class WebTestResultViewerExt : WebTestBaseExt
public ref class WebTestResultViewerExt sealed : WebTestBaseExt
[<Sealed>]
type WebTestResultViewerExt = 
    class
        inherit WebTestBaseExt
    end
Public NotInheritable Class WebTestResultViewerExt
    Inherits WebTestBaseExt

Properties

Name Description
System_CAPS_pubproperty ActiveWebTestResultViewer

Gets the most recently used playback tool window.

System_CAPS_pubproperty ResultWindows

Gets a list of the playback tool windows.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Events

Name Description
System_CAPS_pubevent SelectionChanged

Occurs when the selection changes in a Web test playback window.

System_CAPS_pubevent TestCompleted

Occurs when a test is completed in a Web test playback window.

System_CAPS_pubevent WindowClosed

Occurs when a Web test playback window is closed.

System_CAPS_pubevent WindowCreated

Occurs when a Web test playback window is created.

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