Share via


UITest.Create Method (String)

 

Creates a UI test by using the specified file.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

public static UITest Create(
    string uitestFile
)
public:
static UITest^ Create(
    String^ uitestFile
)
static member Create : 
        uitestFile:string -> UITest
Public Shared Function Create (
    uitestFile As String
) As UITest

Parameters

  • uitestFile
    Type: System.String

    The file name for the file from which to create the test.

Return Value

Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITest

A UI test object.

See Also

Create Overload
UITest Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top