The TestedApps object contains the following methods:
Method List
| Name | Description | 
|---|---|
| Add | Adds an application item with the specified properties to the application list. | 
| AddAirApp | Adds an AIR application to the application list. | 
| AddAndroidApp | Adds an Android application to the Tested Applications list. | 
| AddBrowser | Adds a web browser to the Tested Applications list. | 
| AddClickOnceApp | Adds a ClickOnce application to the application list. | 
| AddiOSApp | Adds an iOS application to the Tested Applications list. | 
| AddJavaApp | Adds a Java application to the application list. | 
| AddJavaWebStartApp | Adds a Java Web Start application to the application list. | 
| AddVirtualBrowser | (Deprecated.) Adds the mobile browser emulator to the list of tested applications. | 
| AddWinStoreApp | Adds a Windows Store application to the Tested Applications list. | 
| CloseAll | Attempts to close all running tested applications. | 
| Delete | Attempts to remove an item with the specified index from the application list, and returns whether the attempt succeeded. | 
| Find | Returns the index that an application specified by its full name has in the application list. | 
| RunAll | Launches all the items whose Launchproperty is true from the application list. | 
| TerminateAll | Terminates all tested applications. | 
