Changes

Jump to: navigation, search

QA SoftVision Team/Mobile

1,633 bytes added, 17:27, 16 November 2011
Performance
** Requested settings:
*** Install the Android SDK starter package from [http://developer.android.com/sdk/index.html here]
**** When Android SDK Manager window is opened, select and install just only the Tools package from the [http://farm7.static.flickr.com/6046/6350976644_176fedd7ef_b.jpg list ] (all other packages are optionaland are not used for this automation testing)*** Enable USB Debugging on your device: Android Settings > Application settings > Development > USB Debugging*** Perform a test to check if the device is connected correctly to your desktop machine:**** Open the command prompt console**** Go to {path}/android-sdk/platform-tools/**** Type adb devices. A list with all the connected devices should be listed as you can see [http://farm7.static.flickr.com/6240/6350265993_c10cd5e6ef_b.jpg here]
*** Download java app : http://dump.lassey.us/time onto the desktop machine
***Push time file to your device: adb push time /data/local*** Change the permission of the file: adb shell chmod 777 /data/local/time*** Download http://people.mozilla.com/~nhirata/Perf/startup5.html and http://people.mozilla.com/~nhirata/Perf/favorites2.html onto the desktop machine. Copy both files to your device's sdcard > download directory*** To setup the local file on the network: **** If you are on a mac, in the System Preferences, turn on the Sharing -> Web Sharing then the ip address of the website should be listed. Place the html files in the ~/Sites/ folder**** If you are on windows:*** Reboot the android device*** run adb shell command in your terminal/command prompt window*** for each of the following commands, run them and record the data at the spreadsheet based on the device, close the window and then force quit the application (note: do not go to the home screen after force quitting the application): <br> '''Note:''' be sure to throw out the first value of each set of run as it may be skewed due to loading of the cache.
=== Tasks related to bugs ===

Navigation menu