CodedWebTestTuip Class

Implements a test user interface (UI) package that is used to interface between Visual Studio and a coded Web test type.

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public Class CodedWebTestTuip _
    Inherits WebTestTuip _
    Implements SCodedWebTestService
public class CodedWebTestTuip : WebTestTuip, 
    SCodedWebTestService
public ref class CodedWebTestTuip : public WebTestTuip, 
    SCodedWebTestService
type CodedWebTestTuip =  
    class
        inherit WebTestTuip
        interface SCodedWebTestService
    end
public class CodedWebTestTuip extends WebTestTuip implements SCodedWebTestService

The CodedWebTestTuip type exposes the following members.

Constructors

  Name Description
Public method CodedWebTestTuip Initializes a new instance of the CodedWebTestTuip class.

Top

Properties

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

Top

Methods

  Name Description
Public method CloseResultViewer Closes the test result viewer window for a result. (Inherited from WebTestTuip.)
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. (Inherited from WebTestTuip.)
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). (Overrides WebTestTuip.GetTypeSpecificCommands(CommandID).)
Public method InvokeEditor Runs the Web test editor. (Overrides BaseTuip.InvokeEditor(UIBlob, ITestElement).)
Public method InvokeResultViewer Shows the result viewer for a test result message. (Inherited from WebTestTuip.)
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. (Inherited from WebTestTuip.)
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