CodedWebTestTuip Class
Implements a test user interface (UI) package that is used to interface between Visual Studio and a coded 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
Syntax
public class CodedWebTestTuip : WebTestTuip, SCodedWebTestService
public ref class CodedWebTestTuip : WebTestTuip, SCodedWebTestService
type CodedWebTestTuip =
class
inherit WebTestTuip
interface SCodedWebTestService
end
Public Class CodedWebTestTuip
Inherits WebTestTuip
Implements SCodedWebTestService
Constructors
Name | Description | |
---|---|---|
CodedWebTestTuip(IServiceProvider) | Initializes a new instance of the CodedWebTestTuip class. |
Properties
Name | Description | |
---|---|---|
RunConfigurationEditor | Shows the Run Configuration tab for the Web test.(Inherited from WebTestTuip.) |
|
ServiceProvider | (Inherited from BaseTuip.) |
Methods
Name | Description | |
---|---|---|
CloseResultViewer(TestResultMessage) | Closes the test result viewer window for a result.(Inherited from WebTestTuip.) |
|
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.(Inherited from WebTestTuip.) |
|
GetFirstUIBlob(ITestElement) | (Inherited from BaseTuip.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
GetTypeSpecificCommands(CommandID) | Returns null.(Overrides WebTestTuip.GetTypeSpecificCommands(CommandID).) |
|
InvokeEditor(UIBlob, ITestElement) | Runs the Web test editor. (Overrides BaseTuip.InvokeEditor(UIBlob, ITestElement).) |
|
InvokeResultViewer(TestResultMessage) | Shows the result viewer for a test result message.(Inherited from WebTestTuip.) |
|
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.(Inherited from WebTestTuip.) |
|
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