The TestedApp object contains the following methods:
Method List
Name | Description |
---|---|
Close
|
Attempts to close the application normally and returns whether the attempt succeeded. |
Run
|
Attempts to run one or several instances of the tested application and returns the
Process
object that corresponds to the last instance that was launched. |
RunAs
|
Attempts to run one or several instances of the tested application under the specified user account and returns the
Process
object that corresponds to the last instance that was launched. |
Terminate
|
Attempts to terminate the application and returns whether the attempt succeeded. |