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.

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

Inheritance Hierarchy

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

Syntax

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

Constructors

Name Description
System_CAPS_protmethod WebTestTuip(IServiceProvider)

Called from constructors in derived classes to initialize the WebTestTuip class.

Properties

Name Description
System_CAPS_pubproperty RunConfigurationEditor

Shows the Run Configuration tab for the Web test.(Overrides BaseTuip.RunConfigurationEditor.)

System_CAPS_protproperty ServiceProvider

(Inherited from BaseTuip.)

Methods

Name Description
System_CAPS_pubmethod CloseResultViewer(TestResultMessage)

Closes the test result viewer window for a result.(Overrides BaseTuip.CloseResultViewer(TestResultMessage).)

System_CAPS_protmethod DeleteAllTestsFromList(IList, Type, String)

(Inherited from BaseTuip.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetCommandHandler(CommandID, CommandID)

Returns the command event handler from the specified context menu that contains the specified command.

System_CAPS_protmethod GetFirstUIBlob(ITestElement)

(Inherited from BaseTuip.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod GetTypeSpecificCommands(CommandID)

Returns null.

System_CAPS_pubmethod InvokeEditor(UIBlob, ITestElement)

(Inherited from BaseTuip.)

System_CAPS_pubmethod InvokeResultViewer(TestResultMessage)

Shows the result viewer for a test result message.(Overrides BaseTuip.InvokeResultViewer(TestResultMessage).)

System_CAPS_pubmethod IsTestPropertiesReadOnly(ITestElement)

(Inherited from BaseTuip.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod QueryStatus(CommandID, CommandID, IList)

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.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod UpdateTestCustomProperty(ITestElement, String)

(Inherited from BaseTuip.)

System_CAPS_pubmethod UpdateTestProperty(ITestElement, PropertyDescriptor)

(Inherited from BaseTuip.)

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

Return to top