b924b200c3
Merge pull request #26 from jimboatarm/UXPERF-61
...
Add version information to workloads
2016-05-25 17:32:49 +01:00
9571571e4a
Merge pull request #25 from jimboatarm/UXPERF-59
...
Add an internet connection check to all performance workloads
2016-05-25 17:22:22 +01:00
24d4b0371f
Merge pull request #24 from jimboatarm/UXPERF-95
...
Update add_metric calls to include units for performance timings
2016-05-25 17:21:22 +01:00
b2b5c7f2f3
Merge pull request #23 from jimboatarm/multiapp
...
Add Multiapp workload
2016-05-25 17:20:29 +01:00
173d5a7dd6
Add version information to workloads
...
Add a __version__ parameter to __init__.py for all workloads. The
version number has three components major.minor.patch.
major: completely new interpretation of the test
(incompatible with previous test)
minor: breaks compatibility with previous test
(outputted results, dependencies, etc)
patch: code change with no impact on any dependencies
2016-05-20 15:22:49 +01:00
7efdccf5c9
Add units to metrics and move pauseForSplashScreen
2016-05-20 14:24:25 +01:00
b6edd0627b
Remove redundant logging from Multiapp Workload
...
Remove duplicate logging that is already captured in the standalone
workloads for Gmail and Skype. Expand comment for tagPhoto method in
Gmail workload.
2016-05-20 09:29:43 +01:00
46fb7614cf
Add an internet connection check to all performance workloads
...
Throw a DeviceError exception if no wifi connection has been made
during the initialization step of the current workload.
2016-05-19 14:10:20 +01:00
4aee83abb7
Update add_metric calls to include units for performance timings
2016-05-19 11:13:45 +01:00
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
0f7aff48cc
Fix reader workload after tech debt cleanup
2016-05-17 14:18:28 +01:00
ba423ace32
Merge pull request #22 from jimboatarm/techdebt
...
Tidying up a few tech debt backlog items
2016-05-17 13:52:31 +01:00
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
c4bf3c59de
Update descriptions for all productivity workloads
...
Adopt a standard format so that reports can be generated using text directly from these sections of code.
2016-05-16 16:15:37 +01:00
041974a375
Merge pull request #20 from jimboatarm/copyright-notices
...
Copyright notice update
2016-05-16 13:53:02 +01:00
ac437fd18c
Copyright notice update
...
- Add Copyright notice to Java & Python workload templates
- Add Copyright notices to recent workloads
2016-05-13 11:11:11 +01:00
61a92bc036
Merge pull request #19 from jimboatarm/move_to_init
...
Move file management logic to per worload run
2016-05-12 20:07:11 +01:00
118112a9fc
Move file management logic to per worload run
...
Move file management steps to initialize and finalize methods instead of
setup and teardown. These steps should be performed per run instead of
per iteration. Affected workloads: gmail, googlephotos.
2016-05-12 13:00:01 +01:00
2579c01757
Merge pull request #18 from jimboatarm/fudge
...
Fix instrumentation for Gmail attach images
2016-05-11 16:48:40 +01:00
de207babdf
Fix instrumentation for Gmail attach images
...
Previously the same values were reported for all five images being attached.
2016-05-11 16:47:33 +01:00
4249479a65
Merge pull request #17 from jimboatarm/fudge
...
Fix timing instrumentation logs for Skype Part 2
2016-05-11 14:56:22 +01:00
a061b4bdcf
Fix timing instrumentation logs for Skype Part 2
...
Remove the bad dumpsys_enabled conditional statement
2016-05-11 14:55:19 +01:00
74257fc520
Merge pull request #16 from jimboatarm/fudge
...
Deal with Reader PDF search on the Yoga Tab 3
2016-05-11 12:18:26 +01:00
99d1b7d14c
Deal with Reader PDF search on the Yoga Tab 3
...
This device does not accept 'Enter' or 'Search' Key Events to initiate the search so reluctantly having to use coordinates in this special case.
2016-05-11 12:13:14 +01:00
cd3d08dae9
Merge pull request #14 from jimboatarm/fudge
...
Fix timing instrumentation logs for Skype and GooglePhotos
2016-05-11 12:07:32 +01:00
d85b76ceaa
Merge pull request #15 from jimboatarm/update-workload-build-scripts
...
Update ant build scripts for existing workloads
2016-05-11 10:15:47 +01:00
6a1ca75f2d
Merge pull request #3 from jimboatarm/wifi_check
...
Add method to check wifi access on device
2016-05-11 10:01:20 +01:00
e0cbc55013
Update ant build scripts for existing workloads
2016-05-11 09:39:27 +01:00
cbfcf6eaba
Fix timing instrumentation logs for Skype and GooglePhotos
...
Bring both workloads in line with the standard way of regex searching the instrumentation logs.
2016-05-10 18:20:47 +01:00
493a2de536
Merge pull request #13 from jimboatarm/fudge
...
Fixes for Gmail, Reader and Photos on a particular devicex
2016-05-10 16:23:35 +01:00
60c94a79bd
More robust way of checking image is attached in Gmail
...
Waiting for the attached image icon to disappear is more reliable than waiting for the new view to appear on some 2-1 devices.
2016-05-10 15:49:51 +01:00
35a0953858
Fix googlephotos crashes on certain devices
...
On one particular devices polling for the navigate image button fails. Waiting for it to exist works successfully.
2016-05-10 15:40:30 +01:00
adf272fa1b
Fix Reader workload crash when asked for local file access
...
Certain devices will ask for local file access permissions immediately on app launch.
2016-05-10 15:21:28 +01:00
a0e3bafbf0
Group the create new Gmail instrumentation timings and fix for sendMail
...
Adding the prefix will group these timings together when the logs are post processed.
On some devices the conversation view is minimised when creating a new mail so no longer check for the Navigate button, just check the send view has disappeared.
2016-05-10 15:09:16 +01:00
6fa953d5b4
Merge pull request #11 from jimboatarm/skype-viewnames
...
Added skype views/activities/context names for use with wa's FPS inst…
2016-05-10 14:43:06 +01:00
c8977c4fb6
Merge pull request #12 from jimboatarm/photos-viewnames
...
Added views/activities/context for use with wa's FPS instrumentation …
2016-05-10 14:42:49 +01:00
d87c20b594
Added views/activities/context for use with wa's FPS instrumentation layer
2016-05-10 14:15:06 +01:00
f4941d1956
Added skype views/activities/context names for use with wa's FPS instrumentation layer
2016-05-10 13:59:11 +01:00
438268b6af
Merge pull request #10 from jimboatarm/update-build-script-AndroidUiAutoBenchmark
...
Update build script for AndroidUiAutoBenchmark
2016-05-10 13:48:22 +01:00
7fb819b387
Update build script for AndroidUiAutoBenchmark
...
- can be run from any folder (provided GNU readlink is available)
- if build fails, non 0 exit code is returned for proper command chaining
- copies all *.class files into the class_dir (not just BaseUiAutomation)
2016-05-10 12:24:47 +01:00
1531110bd3
Merge pull request #9 from jimboatarm/code_maintenance
...
Move confirmAccess method to UxPerfUiAutomation
2016-05-10 12:06:41 +01:00
c8fa9a23cf
Move confirmAccess method to UxPerfUiAutomation
...
Move confirmAccess method out of reader and skype workloads into
UxPerfUiAutomation base class for code reuse.
Amend project properties for reader workload to use SDK version 18.
Update jar files appropriately.
2016-05-09 17:30:39 +01:00
163e358bf3
Merge pull request #8 from jimboatarm/develop
...
Fixes for Reader/Gmail/Skype
2016-05-09 15:03:30 +01:00
92e4d41f69
Fixes for Reader/Gmail/Skype
...
Yet more subtle changes to allow them to run on more devices.
2016-05-09 14:56:25 +01:00
add4fc3c15
Merge pull request #7 from jimboatarm/googlephotos
...
Googlephotos
2016-05-09 14:38:28 +01:00
72351dbc18
Remove TAG from log names
...
Remove TAG prefix from log file names. Add uxperf_ prefix to TAG for
consistency between workloads.
2016-05-09 14:12:01 +01:00
2bee9f4f66
Modify googlephotos after reliability testing
...
Improve workload description in __init__.py.
Add saveAndReturn convenience method.
Remove confirmLocalFileAccess method.
2016-05-09 11:15:36 +01:00
3b898125b0
Merging master into googlephotos
2016-05-06 22:36:48 +01:00
16551a5d3f
Extend Googlephotos workload
...
Extend workload to add crop and rotation testing to UI automation.
Add SurfaceFlinger dumps whilst performing editing operations.
2016-05-06 22:31:41 +01:00
ed305d20f8
Merge pull request #6 from jimboatarm/develop
...
Two batches of fixes to make productivity workloads run on more devices
2016-05-06 18:22:50 +01:00