TestClientBase
Defined in AIT.VisualStudio.TestTools.CodedUI.dll.
Client base class for UI tests.
Constructors
Constructor | Description |
new(...)
Signature: (executable:string * reuseExistingApplicationUnderTest:bool) -> unit
|
Initializes a new instance of the TestClientBase class. |
Instance members
Instance member | Description |
ApplicationUnderTest
Signature: ApplicationUnderTest
|
Gets or sets the application under test. |
ApplicationUnderTestProcess()
Signature: unit -> unit
|
Gets or sets the application under test process. |
Dispose()
Signature: unit -> unit
Modifiers: abstract |
Dispose data import job |
Executable()
Signature: unit -> unit
|
Gets the executable. |
LaunchApplicationUnderTest()
Signature: unit -> unit
|
Call this to start the application. |
ReuseExistingApplicationUnderTest()
Signature: unit -> unit
|
Gets or sets a value indicating whether an already running application under test should get reused. |
Static members
Static member | Description |
SearchExecutable(fileName)
Signature: fileName:string -> string
|
Searches the executable. |