Archive for May, 2009

Gender Bender

Monday, May 25th, 2009

Recently I read the post woman and mozilla, concerning the contributions of women in the FLOSS world.  It set me thinking about  differences between contributions of men vs woman to miro testing.

From observations of the bug list and regression tests,  I’d say that we have a greater percentage of men who regularly download nightly builds and provide feedback in the form of bug reports.  However, from litmus, I can see that people who more regularly run the regression test cases are woman.

We should bust the stereotypes that woman are less assertive men won’t follow the instructions.  We’re gearing up for another round of testing pretty soon, so when the call comes to help:

Miro Guide testing with Selenium Core

Wednesday, May 20th, 2009

One aspect of testing Miro has just gotten a lot more fun!

Yesterday Paul released and update to the Miro Guide. A portion of the testing of the guide updates was accomplished using a few automated test suites driven by Selenium Core.  We chose to use selenium core because we wanted to integrate with our existing test case management tool, litmus as well as allow everyone to be able to participate in the testing.

This testing is for the miro test channel guide, which is where the development takes place before updating to the live guide.  It would be great to get more volunteers and a greater variety of browsers tested.  If you just want to give it a spin, you can open the test suites directly in your browser of choice:

  • FrontPageNav: checks the basic links and layout of the guides main page.
  • Register User Actions:logs into a test account verifies some of the actions of a logged in user.
  • Submit Feed: error checking of the submit feed form.

There are a few more test suites, and if you want to participate in guide testing, the best thing to do is to go to Litmus select the testchannelguide2.parti… test run, enter your configuration, select the selenium (automated) test group and follow the very simple instructions.  Testing via litmus will allow us to track the tests run, errors and browser used.

It would be great to get some feedback from others familiar with using selenium.  If you would like to get involved in the test creation process, here is a page with much more details about miro guide testing with selenium.