Filipin.eu

Željko Filipin's blog.
Home Blog Tags Now License

View on GitHub
14 March 2013

Increase the Backlog!

by Željko Filipin

In October last year I have started working at Wikimedia Foundation. Never heard about it? Let me throw some marketing talk at you. This is the foundation's vision statement:

Imagine a world in which every single human being can freely share in the sum of all knowledge. That's our commitment.

Sounds pretty cool? But then, a lot of vision statements sound cool.

Let me tell you more about the foundation. It stands behind Wikimedia,

a global movement whose mission is to bring free educational content to the world.

Still does not ring a bell? Long story short, the bigest project of both the foundation and the movement is Wikipedia. I am sure you recognise that one.

What is my day job? Most of the time I write browser test automation for MediaWiki, software that runs Wikipedia. I am really happy to work with some great people, one of them could be familiar to you: Chris McMahon.

Why am I writing all this?

As Wikipedia content is developed by volunteers, so is MediaWiki. A lot of people are helping us develop MediaWiki, but the number of people that help us test it is smaller by far. We need help.

Every week we have an event as part of Weekly goals project. This week is Increase the backlog week. What is the event about? The entire week Chris, Quim Gil and me are focused on helping volunteers in writing Cucumber scenarios. If you are not familiar with Cucumber, this is how a scenario looks like:

Feature: Search
  Scenario: Search suggestions
    Given I am at random page
    When I search for: main
    Then a list of suggested pages should appear
      And Main Page should be the first result

If you are not familiar with given/when/then format, Given when then page at Cucumber wiki has a short but good explanation of the concept.

The goal of the event is to increase number of scenarios at Test backlog page. Scenarios from that page will soon be automated.

Yesterday we had and interactive part of the event. We started at 17h UTC with a short 10 minute presentation by Chris.

The slides are also available.

The rest of the event happened at #wikimedia-dev IRC channel at freenode.net and Browser-automation Etherpad pad.

Increase the Backlog! How the event looked like for the majority of the time.

Chris and I helped volunteers write their first scenario and reviewed the scenarios when they were finished, with suggestions on how they could be improved. Once everybody was happy with a scenario it was moved to Test_backlog page.

Six people actively participated in the event by writing scenarios:

A few people joined the channel, asked questions but did not write any scenarios. At least one person did not understand what we are doing. I guess we should make it more clear in the future what the event is about.

Does this sound interesting? The event is not finished, you can still participate for the rest of the week, or any time in the future.

How to participate?

By the way, Weekly goals project continues: we wil have events like this every 2-4 weeks.

tags: code - event - organizer - speaker - video - wikimedia - youtube