1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-03-19 17:18:45 +00:00

6 Commits

Author SHA1 Message Date
John Richardson
4b2417a996 Tidy up WA UiAutomator bass classes
Minor code maintenance for base classes BaseUiAutomation and
UxPerfUiAutomation. Changes include:

- Prefer static calls for UiDevice methods where possible
- Rename inconsistently named variables
- Avoid long wrapped lines where possible
- Remove unused imports
- Fix whitespace around operators
2016-06-02 15:34:29 +01:00
John Richardson
d4b2d873f0 Google Play Books workload
A new workload for productivity tasks within Google Play Books
2016-05-31 11:35:44 +01:00
muendelezaji
403d8ea1bf Move common methods to base classes 2016-05-27 14:31:13 +01:00
John Richardson
573c9b3226 Remove redundant clickUiObject method
Remove the clickUiObject method from the base class and refactor the
gmail workload to use clickAndWaitForWindow methods instead. For quick
popup menus prefer simple click events.
2016-05-26 17:34:24 +01:00
John Richardson
2532f36a62 Add Multiapp workload
A new workload for testing context switching between applications.
Uses googlephotos as the producer workload and gmail and skype as
the consumer workloads.
2016-05-17 14:52:43 +01:00
James Hartley
e95227175d Add setScreenOrientation to BaseUiAutomation class
This allows workloads to be launched in a pre-determined orientation not the orientation of the physical device itself.

Updated the productivity workloads to take advantage of this new facility.
2016-05-16 17:37:45 +01:00