-
Recent Posts
Archives
Categories
Meta
Category Archives: QMO
More Profile Madness…
So I ran the script several times to create a large profile… but I either ran into a bug w/ fennec or hit a bug with the Android OS. One of the things is that the history is not showing … Continue reading
Script to create 6k worth of history…
Originally I had this:#!/bin/bash # website history generator v 0.01 # # Usage webhistgen <n> <appname> # n: number of websites to visit # appname: application name such as org.mozilla.fennec n=$1; appname=$2; cmdline=”adb shell am start -a android.intent.action.VIEW -n “$appname”/.App … Continue reading
Posted in QMO, mobifx, QA, mobile
Leave a comment
Screenshots on your android device … without ADB … without another App!
In my quest to make life easier for Eng people and the end users… I came across an interesting thing when I was looking at the /system/bin directory of ICS (side note: adb shell points to files in /system/bin) …. … Continue reading
More Socorro hotness that’s hot off the press!
So one may ask… what am I looking at here? It’s just Socorro stuff right? Oh … it’s hotness. This is a picture of a URL listing of a particular crash. All URLs listed in a particular crash if you … Continue reading
How you can help improve your bug reports for Fennec…
Logs and screenshots really help when looking at bugs for developers as well as QA. There are free apps out there that will do these things. For logs, there is an app called alogcat ( https://play.google.com/store/apps/details?id=org.jtb.alogcat&hl=en ) that will allow you … Continue reading
Startup tests with Fennec
ctalbert just posted a new dashboard for s1/s2 tests: http://mrcote.info/phonedash/#/ What is s1/s2 testing? It’s basically a startup testing for trying to measure throbber start/stop, and drawing end times. Manual run instructions can be found here : https://etherpad.mozilla.org/fennec-perf-ts-take2 ( Side … Continue reading
If you’re looking for a way to purpose OOM fennec
See this link : https://bugzilla.mozilla.org/show_bug.cgi?id=731333#c7 Blassey made a tool to specifically OOM fennec.
Startup Crash indicator
For those that don’t look at Socorro too often, there’s a new icon that shows you if there’s a startup crash. The indicator is circled in red. Basically if a crash signature has an uptime of less than 1 minute … Continue reading
Crash Reports other than Socorro
There are other crash reports other than Socorro that are being generated. Thanks to kairo and chofmann; there are other ways to look at the data that is provided by Socorro. Kairo has made an adjustment asked by the crashkill … Continue reading
To me, QA is about reporting what the current behavior of the application is, for better or worse. This means reporting what works and what does not work. Overall testing means to check every button to make sure that the … Continue reading