B2G/QA/Automation/Style Guide

From MozillaWiki
< B2G‎ | QA‎ | Automation
Revision as of 22:24, 3 November 2015 by Npark (talk | contribs) (→‎Submitting and Reviewing Patches: change title)
Jump to navigation Jump to search

The goal of this style guide is to provide rules to write ui-automation code that is clear and effective. It is a fork of this webqa page.

It is also recommended to review Geo's draft of automation best practices, which gives a theoretical overview of writing automation tests.

General Concepts

How-Tos

Python Script Style Guide

Best Practices

Use of Libraries

Submission and Review