Confirmed users
1,927
edits
m (→Packages: typo) |
|||
Line 92: | Line 92: | ||
This provides an abstraction called DeviceManager useful for interacting with an Android device. There are two variants of this class, one which allows you to interact with an agent process on the device using a custom TCP/IP protocol (DeviceManagerSUT), another that allows you to interact with the device using Android's adb interface. | This provides an abstraction called DeviceManager useful for interacting with an Android device. There are two variants of this class, one which allows you to interact with an agent process on the device using a custom TCP/IP protocol (DeviceManagerSUT), another that allows you to interact with the device using Android's adb interface. | ||
Because DeviceManager is the backbone of mobile and B2G automated testing, always run your changes through [[TryServer|try]]. To save time and resources, you can just run the Android tests with the [[Build:TryChooser|TryChooser]] syntax "try: -b o -p android -u all -t none". | |||
'''Status:''' | '''Status:''' |