jimboatarm
da30afe0e9
Merge pull request #53 from jimboatarm/skype_cleanup
...
Remove redundant logging from skype workload
2016-06-06 12:40:32 +01:00
jimboatarm
482cd6ca26
Merge pull request #52 from jimboatarm/issue_39
...
Tidy up WA UiAutomator bass classes
2016-06-06 12:40:10 +01:00
jimboatarm
99d981cc76
Merge pull request #51 from jimboatarm/issue_45
...
Add network connectivity check
2016-06-06 12:34:23 +01:00
John Richardson
df19e7a915
Remove redundant logging from skype workload
2016-06-02 16:08:27 +01:00
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
johnrchrdsn
6b65e9ac86
Merge pull request #50 from jimboatarm/develop
...
Add dumpsys instrumentation to Gmail workload
2016-06-02 12:50:48 +01:00
John Richardson
69db2f2f41
Add network connectivity check
...
Add a more general check that pings a network host rather than checking
the status of dumpsys wifi. This is because not all devices are
connected via wifi.
2016-06-02 12:45:30 +01:00
James Hartley
1328c5be3d
Add dumpsys instrumentation to Gmail workload
...
Tested on Asus Zenfone 2
2016-06-02 12:41:37 +01:00
johnrchrdsn
4bc8aab324
Merge pull request #49 from jimboatarm/develop
...
Remove wifi check temporarily to testing on non-wifi connected devices
2016-06-02 11:17:35 +01:00
James Hartley
3a4ae9f7b2
Remove wifi check temporarily to testing on non-wifi connected devices
2016-06-02 11:08:23 +01:00
jimboatarm
a6835a5cb2
Merge pull request #48 from jimboatarm/issue_43
...
Fixes for multiapp on latest version of apks
2016-06-02 09:51:58 +01:00
John Richardson
52104ba0cf
Fixes for multiapp on latest version of apks
2016-06-01 16:54:09 +01:00
jimboatarm
9abcdde219
Merge pull request #46 from jimboatarm/fix-issue-42
...
Dismiss work offline banner if it appears
2016-06-01 14:20:52 +01:00
jimboatarm
4bedf23449
Merge pull request #47 from jimboatarm/issue_41
...
Fixes for googleplaybooks on latest version of apk
2016-06-01 12:59:43 +01:00
John Richardson
e39b2792b9
Fixes for googleplaybooks on latest version of apk
...
Add UiObject fixes in searchForBooks and switchPageStyle methods in
googleplaybooks when running on the latest apk version (3.8.15).
2016-06-01 11:39:25 +01:00
jimboatarm
9393bfb888
Merge pull request #40 from jimboatarm/workload_refactorings
...
Minor refactoring of uxperf workloads
2016-06-01 11:30:41 +01:00
muendelezaji
baed3762f2
Dismiss work offline banner if it appears
2016-05-31 17:07:04 +01:00
John Richardson
801027661f
Minor refactoring of uxperf workloads
...
Delete saved images during teardown of googlephotos workload. Refactor
selectPhoto helper method in googlephotos and add pause in Multiapp
workload for stability. Includes minor fixes.
2016-05-31 13:19:52 +01:00
jimboatarm
a50a17a94e
Merge pull request #32 from jimboatarm/googleplaybooks
...
Google Play Books workload
2016-05-31 11:37:46 +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
jimboatarm
aaab37ba3b
Merge pull request #28 from jimboatarm/workload-slides
...
Google Slides Workload
2016-05-31 11:21:38 +01:00
muendelezaji
6c4a7e75f6
Update base class & rebuild workloads
2016-05-27 15:39:54 +01:00
muendelezaji
51c784f5dd
Use consistent method names
2016-05-27 14:37:54 +01:00
muendelezaji
403d8ea1bf
Move common methods to base classes
2016-05-27 14:31:13 +01:00
muendelezaji
ef2d1d3afe
Changes after review of pull #28
...
- remove permission request dialog handling (no longer required)
- reduce per-slide sleep time (now 200ms)
- replace magic numbers with named constants
- better names for save/delete dialog test tags
- comments to explain some design choices
2016-05-27 12:28:54 +01:00
muendelezaji
994bfc3981
Explanation for using Android Download folder
2016-05-27 12:28:54 +01:00
muendelezaji
e3b00feb85
Add description for Slides
2016-05-27 12:28:54 +01:00
muendelezaji
019f953940
Update slide indexes
2016-05-27 12:28:54 +01:00
muendelezaji
294f9d95a1
Per slide FPS dumpsys
2016-05-27 12:28:54 +01:00
muendelezaji
9415d6d2dc
Dumpsys instrumentation
2016-05-27 12:28:54 +01:00
muendelezaji
2d84b02352
Minor changes - slide text formatting
2016-05-27 12:28:54 +01:00
muendelezaji
b167e2dae6
More performance timings for UX actions
...
- fix: localhost vs on-device slide name comparison
- add: more activities for FPS instrumentation
2016-05-27 12:28:54 +01:00
muendelezaji
1e0a600934
More instrumentation
2016-05-27 12:28:54 +01:00
muendelezaji
39e96ed670
Extra instrumentation for Slides
...
- Also: add benchmarking and dumpsys helper class/methods
2016-05-27 12:28:54 +01:00
muendelezaji
edf2cb0e57
Simplify parameters & improve reliability of slide show test
2016-05-27 12:28:54 +01:00
muendelezaji
354602fc73
Improve reliability - scroll to find document
2016-05-27 12:28:54 +01:00
muendelezaji
1744050939
Finalise slideshow test
2016-05-27 12:28:54 +01:00
muendelezaji
ac07c359fc
Update test for file from storage
...
- generalised clickView method
- fix workload parameter names
- delete file from previous run if they exist
2016-05-27 12:28:54 +01:00
muendelezaji
fbc9fe226c
Simplify test methods
2016-05-27 12:28:54 +01:00
muendelezaji
a04829de25
Simplify main test methods
2016-05-27 12:28:54 +01:00
muendelezaji
ec095d4176
Minor updates and some cleanup
2016-05-27 12:28:54 +01:00
muendelezaji
7f9a16ba75
More Slides actions
...
- Insert photo, shape, text formatting
- Helper functions
2016-05-27 12:28:54 +01:00
muendelezaji
9c2b83881f
Add save document function
2016-05-27 12:28:54 +01:00
muendelezaji
b096c11ec9
Add to google slides workloads
...
- support for creating new PPT
- parameterised local files
- added helper functions
2016-05-27 12:28:54 +01:00
muendelezaji
f2ff559805
Update google slides workload
...
- support for pushing local PPT files to device for testing
2016-05-27 12:28:54 +01:00
muendelezaji
ceb6677274
Initial commit for Google Slides
...
Includes functionality to create a document from template or plain PPT or Slides
Also helper functions for edge swipe and adb commands (not quite working)
2016-05-27 12:28:54 +01:00
jimboatarm
2ce3233398
Merge pull request #27 from jimboatarm/skype-mute-mic
...
Mute microphone during Skype call
2016-05-27 10:58:00 +01:00
jimboatarm
da00367d74
Merge pull request #33 from jimboatarm/gmail_cleanup
...
Remove redundant clickUiObject method
2016-05-27 10:57:44 +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
muendelezaji
0d77956fe1
Mute microphone during Skype call
2016-05-26 14:51:13 +01:00