Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.StringThe 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