The JavaTestedApp object contains the following methods:
Method List
| Name | Description | 
|---|---|
Close
 | 
Attempts to close the application 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. | 
Terminate
 | 
Attempts to terminate the application and returns whether the attempt succeeded. | 
