QA/B2G/How To Test Firefox OS/App Page Template

From MozillaWiki
< QA‎ | B2G‎ | How To Test Firefox OS
Revision as of 22:36, 9 January 2015 by Peter Bylenga (talk | contribs) (Template for App page creation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

App Title

Stability (Open to Test)

  • Link to: Developer's status

How to test this App

FXOS Contacts

Team Members
Component QA Owner
  • NAME_MAILTO:

Fixed in last 7 days

Open Bugs

  • Last 7 days

Bugzilla query error

Query options must be valid JSON.1

  • Link to: All open bugs

Bugzilla query error

Query options must be valid JSON.1

  • All open blockers/noms

No results.

0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);

Sprint Details

Design Documents

UX Specs
Building Blocks

User Stories Metas

Open User Stories
  • No results.

0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);

All User Stories
  • No results.

0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);

Setup

* list all setup needs to use app

Automation Scripts

Link to: How to Run Automation

gaiatest --testvars=gaiatest/testvars.json --address=localhost:2828 --restart --timeout=100000 gaiatest/tests/functional/[app-title]/manifest.ini

Automated Email Smoketests
  • list scripts available for this app

from below link -V or find in gaia repository

All Gaia-UI Functional Tests

Logging

Please provide the logcat by running adb logcat -v time -s GeckoDump:V Gecko:V GeckoConsole:V OomLogger:V | tee FILENAME-TO-LOG-TO. Please start running this command BEFORE you attempt to reproduce the problem. logcat uses a circular buffer that discards older entries when the buffer fills up, so if you run logcat only after the problem happens, you may not have all of the logic. Once you are done, hit control-C and send us the file.

Bug Writing

  • Link to Bug Writing Document