AIT.VisualStudio.TestTools


TestClientBase

Defined in AIT.VisualStudio.TestTools.CodedUI.dll.
Client base class for UI tests.

Constructors

ConstructorDescription
new(...)
Signature: (executable:string * reuseExistingApplicationUnderTest:bool) -> unit
Initializes a new instance of the TestClientBase class.

Instance members

Instance memberDescription
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 memberDescription
SearchExecutable(fileName)
Signature: fileName:string -> string
Searches the executable.
Fork me on GitHub