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 | |
---|---|---|
WebTestTuip(IServiceProvider) | Called from constructors in derived classes to initialize the WebTestTuip class. |
Properties
Name | Description | |
---|---|---|
RunConfigurationEditor | Shows the Run Configuration tab for the Web test.(Overrides BaseTuip.RunConfigurationEditor.) |
|
ServiceProvider | (Inherited from BaseTuip.) |
Methods
Name | Description | |
---|---|---|
CloseResultViewer(TestResultMessage) | Closes the test result viewer window for a result.(Overrides BaseTuip.CloseResultViewer(TestResultMessage).) |
|
DeleteAllTestsFromList(IList, Type, String) | (Inherited from BaseTuip.) |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetCommandHandler(CommandID, CommandID) | Returns the command event handler from the specified context menu that contains the specified command. |
|
GetFirstUIBlob(ITestElement) | (Inherited from BaseTuip.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
GetTypeSpecificCommands(CommandID) | Returns null. |
|
InvokeEditor(UIBlob, ITestElement) | (Inherited from BaseTuip.) |
|
InvokeResultViewer(TestResultMessage) | Shows the result viewer for a test result message.(Overrides BaseTuip.InvokeResultViewer(TestResultMessage).) |
|
IsTestPropertiesReadOnly(ITestElement) | (Inherited from BaseTuip.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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. |
|
ToString() | (Inherited from Object.) |
|
UpdateTestCustomProperty(ITestElement, String) | (Inherited from BaseTuip.) |
|
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