UITestExtensionPackage Class
Represents an abstract class that enables the incorporation of third-party testing utilities into the Visual Studio Application Lifecycle Management (ALM) user interface (UI) test environment.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.TestTools.UITest.Extension.UITestExtensionPackage
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public MustInherit Class UITestExtensionPackage _
Implements IServiceProvider, IDisposable
public abstract class UITestExtensionPackage : IServiceProvider,
IDisposable
public ref class UITestExtensionPackage abstract : IServiceProvider,
IDisposable
[<AbstractClass>]
type UITestExtensionPackage =
class
interface IServiceProvider
interface IDisposable
end
public abstract class UITestExtensionPackage implements IServiceProvider, IDisposable
The UITestExtensionPackage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UITestExtensionPackage | Initializes a new instance of the UITestExtensionPackage class. |
Top
Properties
Name | Description | |
---|---|---|
PackageDescription | Gets the description of this UI test package. | |
PackageName | Gets the name of this UI test package. | |
PackageVendor | Gets the name of the vendor for this UI test package. | |
PackageVersion | Gets the version of this UI test package. | |
VSVersion | Gets the version of Visual Studio Application Lifecycle Management (ALM) that supports this UI test package. |
Top
Methods
Name | Description | |
---|---|---|
Dispose | Releases resources that are used by this UI test package. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetService | Gets the service object type for this UI test package. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Remarks
This class is one of the primary extension points for extending the coded UI test capability to other application platforms. For an example, see Extending Coded UI Tests and Action Recordings to Support Microsoft Excel.
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.UITest.Extension Namespace
Other Resources
Enable Coded UI Testing of Your Controls
Extending Coded UI Tests and Action Recordings to Support Microsoft Excel