Marc Bonnici
2e97bcce70
Appshare: Fixed typo
2017-02-22 16:25:59 +00:00
Marc Bonnici
9b13f65895
AppShare: Added check to see if additional back press is required.
...
On some devices after signing into skype, the back button press only
hides the keyboard and a second is required to return to the previous
app.
2017-02-22 16:25:55 +00:00
Marc Bonnici
78c1a80a51
Appshare: Updated to work with new sharing selector name.
...
On nexus 10 the app share selector has a new name, this commit
checks for either and uses the appropriate one.
2017-02-22 16:22:55 +00:00
Marc Bonnici
7f85da6633
AppShare: Updated to use new method of uiautomator parameter passing.
2017-02-22 16:22:55 +00:00
Marc Bonnici
f76d9f9a1f
Appshare: Updated to use new methods in UxPerf.
...
The appshare workload has been updated to use the new getter/setter
methods added to UXPerf rather than accessing protect variables.
2017-02-22 16:21:37 +00:00
Marc Bonnici
8f1206678a
UiAutomatorWorkloads: Updated to use the new parameter passing functionality.
...
Each workload has be modfied to remove the old manual paremeter conversion
and instead to retrieve the desired type from the parameter bundle directly.
2017-02-20 16:44:24 +00:00
Marc Bonnici
8f40e6aa40
PEP8 / Pylint Fixes
2017-02-20 16:44:24 +00:00
Scott Jackson
cfa1827445
Removing surplus spaces that were added with previous commit
2017-02-20 14:43:01 +00:00
Scott Jackson
821cbaff4e
Removed surplus back command that was causing AppShare workload to fail
2017-02-20 12:00:49 +00:00
Scott Jackson
6f67f00834
Added functions to work with the latest supported APK, to handle the pop up message looking to prompt the user to update and to handle the issue where the save/insert new slide button is not seen when running in maximum window on certain devices.
2017-02-17 15:16:41 +00:00
setrofim
58b97305d5
Merge pull request #350 from jimboatarm/skype-interface
...
Skype: implement ApplaunchInterface
2017-02-07 13:46:27 +00:00
setrofim
0246302814
Merge pull request #348 from jimboatarm/googleplaybooks-interface
...
Googleplaybooks: implement ApplaunchInterface
2017-02-07 13:44:15 +00:00
setrofim
0aee99a79c
Merge pull request #347 from jimboatarm/youtube-interface
...
Youtube: implement ApplaunchInterface
2017-02-07 13:43:29 +00:00
setrofim
5012ab5f1b
Merge pull request #346 from jimboatarm/googlephotos-interface
...
Googlephotos: implement ApplaunchInterface
2017-02-07 13:42:42 +00:00
jummp01
cd05c36250
Skype: implement ApplaunchInterface
...
Adapts skype workload to support applaunch workload by implementing
the required methods of the interface.
Tested on Huawei Mate8 and Samsung S7.
2017-02-07 10:45:29 +00:00
jummp01
b169b45e57
Applaunch: Update package to measured workload pkg.
...
Application launch workload runs the package of the workload which is being
instrumented. Fps instrumentation requires the package name and hence the
package name is changed to the workload package name during initialization.
Tested on Huawei Mate8 with fps instrumentation ON.
2017-02-06 17:01:09 +00:00
jummp01
1ebe56ca76
Googlephotos: implement ApplaunchInterface
...
Adapt googlephotos to support applaunch workload by implementing the methods
required by the interface.
Tested on Huawei Mate8 and Samsung S7.
2017-02-05 12:28:37 +00:00
jummp01
79f58e74b9
Googleplaybooks: implement ApplaunchInterface
...
Adapt googleplaybooks to support applaunch workload by implementing the methods
required by the interface.
Tested on Huawei Mate8 and Samsung S7.
2017-02-05 12:18:31 +00:00
jummp01
7fe699eb41
Youtube: implement ApplaunchInterface
...
Adapt youtube to support applaunch workload by implementing the required methods of the interface.
Tested on Huwaei Mate8 and Samsung S7.
2017-02-05 11:52:20 +00:00
Marc Bonnici
7b7eb05e7f
AdobeReader: Updated workload to work with latest version.
...
The 'My Documents' element that the workload used to check for completed
setup has been removed in the latest version, now checks for the
text itself which is also present in previous versions.
2017-02-03 15:42:53 +00:00
jummp01
75b56e462c
Adobereader: implement ApplaunchInterface
...
Adapts adobereader to support uxperfapplaunch workload by implementing the required methods
of the interface.
Tested on Huwaei Mate8 and Samsung S7.
2017-02-03 15:15:05 +00:00
jummp01
d8438c5ae8
Gmail: implement ApplaunchInterface
...
Adapts gmail workload to support applaunch workload by implementing the
required methods of the interface.
Tested on Huawei Mate8 and Samsung S7.
2017-02-03 15:14:56 +00:00
jummp01
ca7a1abe78
Add new applaunch workload.
...
The workload supports launch time measurement of other uxperf workloads that
implement the ApplicationlaunchInterface. It takes a uxperf workload as a parameter
and helps to instrument the application launch time in two modes.
a)launch_from_background
b)launch_from_long_idle
The workload executes in two major phases.
1- Setup phase: clears initial dialogues on the first launch of an application.
2- Run phase: Runs multiple iterations of the application launch and measures
the time taken for launch. Iteration number can be specified as parameter applaunch_iterations.
Applaunch measurements are captured in the logcat file.
2017-02-03 15:14:47 +00:00
jummp01
bd37973442
Remove existing applaunch workload
...
The applaunch workload is deprecated to be replaced by another implementation.
2017-02-03 15:14:37 +00:00
setrofim
60f52c2187
Merge pull request #265 from jimboatarm/multiapp-workload
...
Multiapp Workload: Workload to test how responsive a device is when…
2017-01-16 16:41:35 +00:00
setrofim
be2b14a575
Merge pull request #331 from jimboatarm/skype_fix
...
Create a function for launching skype application.
2017-01-13 05:28:00 +00:00
jummp01
8f67b7f94b
Create a function for launching skype application.
...
Skype has a unique launch command which is called in the setup
phase of the workload. The launch command is split into a stand alone
method which can be called as a separate method if required.
This can be used as common method if more applications in future
require their own customized launch command.
2017-01-12 11:27:42 +00:00
jummp01
fa553ee430
Changes Action Logger to give epoch time
...
Log time changed to produce epoch time in milli seconds.
Nano to milli second conversion done in uxperf result
processor is removed.
Tested on Mate8 and time obtained is verified.
2017-01-12 10:30:07 +00:00
setrofim
0c32e39ce0
Merge pull request #317 from jimboatarm/minapkremoved
...
Removed min_apk_version from UXperf workloads
2017-01-09 15:13:04 +00:00
Marc Bonnici
53b173c55f
Documentation Update
...
Updated documentation to conform with pylint and sphinx.
2016-12-23 10:39:51 +00:00
marcbonnici
f598c60514
Merge pull request #324 from marcbonnici/spec2000
...
Spec2000
2016-12-23 10:38:43 +00:00
marcbonnici
f8950dea33
Merge pull request #318 from marcbonnici/googlephotos
...
GooglePhotos: Updated to work with the latest version (v2.6.0).
2016-12-21 17:09:20 +00:00
Marc Bonnici
136d1fef0f
GooglePhotos: Updated to work with the latest version (v2.6.0).
...
Dismisses backup confirmation in newer versions.
Updated for new way of editing photo colours and lack of confirmation.
2016-12-21 17:05:09 +00:00
marcbonnici
bfa1d8dd62
Merge pull request #319 from marcbonnici/dex2oat
...
Dex2oat: Now uses root if available.
2016-12-21 16:53:12 +00:00
Marc Bonnici
fcbb83f5ac
Spec2000 Workload: Spelling Corrected
2016-12-20 16:34:07 +00:00
Marc Bonnici
807003128e
Spec2000 Workload: Updated to use busybox provided from WA.
...
Commands have been updated to use the busybox executable that
is installed via WA rather than relying on it already being in
PATH on the device as this would fail for devices that it was
not installed on.
2016-12-20 16:20:59 +00:00
Marc Bonnici
24000a21df
Dex2oat: Now uses root if available.
...
Command fails to execute with permission error on some devices therefore
now attempts to use root if available.
2016-12-16 11:20:37 +00:00
Michael McGeagh
51f07c4473
Multiapp Workload: Workload to test how responsive a device is when context switching between appplication tasks. It combines workflows from googlephotos, gmail and skype.
...
Added tagName to give unique logger name for multiple share attempts. Turn off markers_enabled for subclasses
Renamed multiapp to appshare. Description is now more accurate
Changed appshare to use class instances for each sub workload. This allows APKs to be setup correctly on the device
Photos changed function name
2016-12-15 16:19:19 +00:00
Michael McGeagh
ffde7401ef
Removed min_apk_version from UXperf workloads. The known working version is now part of the description instead.
2016-12-15 16:13:58 +00:00
James Hartley
b4026ae390
Fix inverted swipe up/down gestures
...
Tested on Chromebook and Mate 8
2016-12-15 15:28:23 +00:00
James Hartley
f76c00dd99
Fix adobereader on S7
...
Tested on S7
2016-12-15 15:04:07 +00:00
setrofim
b1e375a676
Merge pull request #314 from marcbonnici/skype
...
SkypeWorkload: Workload Fixes
2016-12-15 11:18:24 +00:00
Marc Bonnici
1102ba1679
SkypeWorkload: Workload Fixes
...
Fixed contact not being found when mistakenly selecting search for
bots instead of contact.
Changed element used to determine when contact has been
selected from status indicator to search icon as with other other
contacts in view the element is never removed.
Now throws error if end call button is not found otherwise workload
could fail to start the call and incorrectly report overall success.
2016-12-15 10:30:34 +00:00
setrofim
6d999301f3
Merge pull request #313 from marcbonnici/glbenchmark
...
glbenchmark: Updated version numbers from X.X.X to X.X.
2016-12-14 16:42:52 +00:00
Marc Bonnici
e4fdf0bdb9
glbenchmark: Updated version numbers from X.X.X to X.X.
...
Apks contain version number in format X.X therefore when trying to
match for versions using X.X.X the apk is never found.
2016-12-14 15:37:07 +00:00
setrofim
d493b1e790
Merge pull request #307 from marcbonnici/exact_abi
...
Modified how apks containing native code are matched to a target devices supported abi(s).
2016-12-14 10:32:56 +00:00
setrofim
47e31765b4
Merge pull request #312 from marcbonnici/facebook
...
Facebook
2016-12-14 08:13:54 +00:00
setrofim
79faec120e
Merge pull request #311 from marcbonnici/playbooks
...
GooglePlayWorkloads: Updated for new version.
2016-12-14 08:13:12 +00:00
Marc Bonnici
66dbe7a508
GooglePlayWorkloads: Updated for new version.
2016-12-13 16:33:50 +00:00
Marc Bonnici
80a780dcfe
FacebookWorkload: Fixed UI automation and speificed maximum vesrion.
...
Fixed the workload UI automation and specified the version of
facebook that the workload is designed to work with.
2016-12-12 18:12:34 +00:00