WebTestTuip Class

An abstract class that partially implements a test user interface (UI) package that is used to interface between Visual Studio and a Web test type.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TestTools.Vsip.BaseTuip
    Microsoft.VisualStudio.TestTools.LoadTest.WebTestTuip
      Microsoft.VisualStudio.TestTools.LoadTest.CodedWebTestTuip
      Microsoft.VisualStudio.TestTools.LoadTest.DeclarativeWebTestTuip

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

Syntax

'Declaration
Public MustInherit Class WebTestTuip _
    Inherits BaseTuip _
    Implements ICommandProvider
public abstract class WebTestTuip : BaseTuip, 
    ICommandProvider
public ref class WebTestTuip abstract : public BaseTuip, 
    ICommandProvider
[<AbstractClass>]
type WebTestTuip =  
    class
        inherit BaseTuip
        interface ICommandProvider
    end
public abstract class WebTestTuip extends BaseTuip implements ICommandProvider

The WebTestTuip type exposes the following members.

Constructors

  Name Description
Protected method WebTestTuip Called from constructors in derived classes to initialize the WebTestTuip class.

Top

Properties

  Name Description
Public property RunConfigurationEditor Shows the Run Configuration tab for the Web test. (Overrides BaseTuip.RunConfigurationEditor.)
Protected property ServiceProvider (Inherited from BaseTuip.)

Top

Methods

  Name Description
Public method CloseResultViewer Closes the test result viewer window for a result. (Overrides BaseTuip.CloseResultViewer(TestResultMessage).)
Protected method DeleteAllTestsFromList (Inherited from BaseTuip.)
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 GetCommandHandler Returns the command event handler from the specified context menu that contains the specified command.
Protected method GetFirstUIBlob (Inherited from BaseTuip.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method GetTypeSpecificCommands Returns nulla null reference (Nothing in Visual Basic).
Public method InvokeEditor (Inherited from BaseTuip.)
Public method InvokeResultViewer Shows the result viewer for a test result message. (Overrides BaseTuip.InvokeResultViewer(TestResultMessage).)
Public method IsTestPropertiesReadOnly (Inherited from BaseTuip.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method QueryStatus Returns the status of the context menu command by using the specified context menu, the specified command, and a list of items that was selected at the time that the context menu was displayed.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method UpdateTestCustomProperty (Inherited from BaseTuip.)
Public method UpdateTestProperty (Inherited from BaseTuip.)

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.LoadTest Namespace