bitgeeky / oneanddone-tests

Funcional tests for oneanddone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Selenium Tests for oneanddone

Thank you for checking out Mozilla's OneAndDone test suite. Mozilla and the Mozwebqa team are grateful for the help and hard work of many contributors like yourself. The following contributors have submitted pull requests to oneanddone-tests:

https://github.com/mozilla/oneanddone-tests/contributors

Getting involved as a contributor

We love working with contributors to fill out the Selenium test coverage for oneanddone-tests, but it does require a few skills. You will need to know some Python, some Selenium and you will need some basic familiarity with Github.

If you know some Python, it's worth having a look at the Selenium framework to understand the basic concepts of browser based testing and especially page objects. Our suite uses Selenium WebDriver.

To brush up on Python skills before engaging with us, Dive Into Python is an excellent resource. MIT also has lecture notes on Python available through their open courseware.The programming concepts you will need to know include functions, working with classes, and some object oriented programming basics.

Questions are always welcome

While we take pains to keep our documentation updated, the best source of information is those of us who work on the project. Don't be afraid to join us in irc.mozilla.org #mozwebqa to ask questions about our Selenium tests. Mozilla also hosts the #mozillians chat room to answer your general questions about contributing to Mozilla.

How to Set up and Build the Tests Locally

This repository contains Selenium tests used to test the oneanddone website.

Detailed instructions for getting set up and running our Selenium tests can be found on the QMO website at https://quality.mozilla.org/docs/webqa/running-webqa-automated-tests/.

Please follow the steps in that document and feel free to ask questions in irc if you get stuck.

Writing Tests

If you want to get involved and add more tests then there's just a few things we'd like to ask you to do:

  1. Use an existing file from this repository as a template for all new tests and page objects
  2. Follow our simple style guide
  3. Fork this project with your own GitHub account
  4. Add your test into the "tests" folder and the necessary methods for it into the appropriate file in "pages"
  5. Make sure all tests are passing and submit a pull request with your changes

License

This software is licensed under the MPL 2.0:

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.

About

Funcional tests for oneanddone


Languages

Language:Python 100.0%