HomePhabricator
Phame Blogs Wow. So wikimedia. Such quality. Many testing. Very team.
Wow. So wikimedia. Such quality. Many testing. Very team.
Wikimedia Quality and Test Engineering Team Blog

The golden rule of web performance revisited (Wikipedia edition)

Written by Peter on Tue, Nov 14, 12:45 PM.

Flashback to 2007: an engineer at Yahoo named Steve Souders studied users' time spent for different web sites and came to the conclusion that 80-90% of the load time of a web page is spent in the frontend (compared to the backend). He did a follow up 2012 and numbers were the same. He called it the web performance golden rule. What does that mean? Well, the conclusion was that to decrease the load time for users, start by optimising the frontend since there’s so much more time spent there.

Read more...

Web Performance @ FOSDEM 2024 - call for participation

Written by Peter on Fri, Nov 10, 2:21 PM.

I'm happy to announce that QTE together with the Mozilla performance team will host the web performance developer room at FOSDEM 2024! It will be half a day of web performance and will happen on the 4th of February 2024.

Read more...

Wikimedia Hackathon 2023, Athens, Greece

Written by zeljkofilipin on Jun 30 2023, 1:51 PM.

Fuzheado, CC BY-SA 4.0, via Wikimedia Commons

Read more...

An Introduction to General Systems Thinking by Gerald M. Weinberg

Written by zeljkofilipin on Jan 31 2023, 4:05 PM.
  1. Three sentence summary
Read more...

Testival 2022, Osijek, Croatia

Written by zeljkofilipin on Nov 11 2022, 2:06 PM.

Finally, after a few years, I've been to a conference. The last conference I went to was WebCamp Zagreb 2019. This was the first Testival conference that I have attended as a participant, not an organizer.

Read more...

Exploratory Software Testing by James A. Whittaker

Written by zeljkofilipin on Aug 31 2022, 3:38 PM.
  1. Three sentence summary
Read more...

Testival Meetup #64, Zagreb, Croatia

Written by zeljkofilipin on Aug 31 2022, 3:35 PM.

It was a very long time since the last in-person Testival meetup. Just before the COVID pandemic, we had meetup #58, in March 2020. Before that, we've been meeting regularly every month for years. We also had a conference every year. It feels really strange that there was no in-person meetup or a conference in over two years.

Read more...

Explore It by Elisabeth Hendrickson

Written by zeljkofilipin on May 27 2022, 3:28 PM.
  1. Three sentence summary
Read more...

Sixth Phase — Reaching Destination

Written by Osamaahmed17 on Apr 17 2022, 4:20 PM.

Life is like riding a bicycle. To keep your balance you must keep moving. — Albert Einstien

Read more...

Fifth Phase - Experience and Learning

Written by Osamaahmed17 on Apr 17 2022, 4:16 PM.

Anyone who has never made a mistake has never tried anything new — Albert Einstein

Read more...

Outreachy, December 2021-March 2022

Written by zeljkofilipin on Mar 29 2022, 1:09 PM.

Every time I finish a mentorship, I read my blog posts about previous mentorships. Almost every time I finish a mentorship I write that I'll probably take a break from mentoring for a while, but then I don't. 😅

Read more...

Fourth Phase — Career Opportunities

Written by Osamaahmed17 on Mar 21 2022, 3:56 PM.

“Peace cannot be kept by force. It can only be achieved by understanding.” — Albert Einstein

Read more...

Lessons Learned in Software Testing: A Context-Driven Approach

Written by zeljkofilipin on Mar 1 2022, 7:12 PM.

Lessons Learned in Software Testing signed by Bret Pettichord.

Read more...

Third Phase – Midpoint Progress in the journey

Written by Osamaahmed17 on Jan 23 2022, 10:43 PM.

“Simplicity is the ultimate sophistication” - Leonardo da Vinci

Read more...

Second Phase – Everybody struggles and what does the audience think about it?

Written by Osamaahmed17 on Jan 23 2022, 10:38 PM.

Failures and setbacks are always part of life and sometimes it feels more like a roller coaster. You can either enjoy it or just spend the whole time screaming in fear. Those ups and downs in roller coasters are more similar to failures and success in life. If you think about it, it’s more like a journey where you have a starting point and a destination.

Read more...

First Phase – Introduce yourself

Written by Osamaahmed17 on Jan 23 2022, 10:32 PM.

“A journey of a thousand miles begins with a single step” - Lao Tzu

Read more...

Perfect Software by Gerald M. Weinberg

Written by zeljkofilipin on Dec 23 2021, 2:58 PM.
  1. The Book in Three Sentences
Read more...

Lessons from 16 Years of Working Remotely

Written by zeljkofilipin on Dec 6 2021, 2:26 PM.

I have been working remotely since 2005. Recently, an intern has asked me for advice about it. I've decided to write a blog post. I hope the advice will be useful to a wide range of people. From people new to remote work (possibly because of COVID) to people with years of experience.

Read more...

Schools of Software Testing

Written by zeljkofilipin on Oct 19 2021, 5:13 PM.
  1. Reading Club
Read more...

Blog Post Writing Club

Written by zeljkofilipin on Oct 1 2021, 5:36 PM.

Smokers pressure you to light one, drinkers pressure you to drink one, we pressure you to publish one. -- Hrvoje Šimić

Read more...

On Benefits of Team Chores

Written by Etonkovidova on Oct 1 2021, 2:35 AM.

It has been my philosophy of life that difficulties vanish when faced boldly.
Isaac Asimov

Read more...

macOS vs Ubuntu Linux Part 2

Written by zeljkofilipin on Sep 24 2021, 4:48 PM.

In Blog Post: macOS vs Ubuntu Linux I've written about a fun experiment. I've dual booted an MacBook Air with macOS and Ubuntu. Then, I ran the same npm scripts on both operating systems. To make things more interesting, I've ran the scripts both on the host operating system and inside a Docker container. Running scripts on Ubuntu was so faster, that I wanted to dual boot my iMac too. At the time, I could not dual boot the iMac because my disk refused to be partitioned. In the last couple of weeks, I've formatted disks on both machines and did a clean install of both macOS and Ubuntu. It's time to run the experiment again!

Read more...

The Phoenix project book: reflections and thoughts

Written by Etonkovidova on Sep 1 2021, 2:38 AM.

The phoenix is a long-lived, immortal bird associated with Greek mythology (with analogs in many cultures) that cyclically regenerates or is otherwise born again.
Phoenix (mythology) - Wikipedia

Read more...

Google Summer of Code 2021

Written by zeljkofilipin on Aug 31 2021, 3:07 PM.

Today is the last day of Google Summer of Code 2021. Vidhi Mody and Soham Parekh were mentoring Sahil Grewal on updating WebdriverIO to version 7 in Wikimedia repositories.

Read more...

QA Support for Deployment Train

Written by Etonkovidova on Aug 1 2021, 2:55 AM.

The Deployments page sets the working framework for QA workflow when it comes to deployment. Although the details and the level of QA work might be different from team to team depending on a specific team's workflow, specific projects and, even, specific phases of a project, the below is an outline of what seems to be, in a sense, typical QA activities for a weekly deploy cadence.

Beta cluster - the start
Read more...

Testing search in MediaSearch - Part II

Written by Etonkovidova on Jul 1 2021, 2:54 AM.

“But what am I going to see?
I don't know. In a certain sense, it depends on you.”
― Stanislaw Lem, Solaris

Read more...

Page object pattern

Written by zeljkofilipin on Jun 30 2021, 3:42 PM.

There are two main purposes of the page object pattern.

Read more...

Most Interesting Bugs

Written by Etonkovidova on May 27 2021, 4:20 PM.

What makes a bug interesting? Any bug, by definition, has an element of a surprise (otherwise, it wouldn't be a bug). But not all bugs are equal in their ability to be surprising. Some bugs do stand out, presenting two essential elements of a surprise - unexpectedness and/or unusual manifestation. Based on my own classification criteria, I define a bug to be the most interesting if it is either (or both)
(1) difficult to find
(2) has a quite unexpected (mostly disruptive) impact

Read more...

macOS vs Ubuntu Linux

Written by zeljkofilipin on May 18 2021, 1:36 PM.

I do most of my work on a 27-inch iMac from 2012. It's a good desktop machine.

Read more...

Improvements to Email QA

Written by jbolorinos-ctr on May 7 2021, 4:50 PM.

INTRO
When running QA on emails, the most important things to check are the dynamic content populating correctly for different user types, and ensuring there are no layout issues. Especially in an increasingly mobile world, it's important to review how an email will be displayed on a large variety of devices at once.

Read more...

Breakpoint at BrowserStack conferences (2020-2021) - Part 2 Focus on Exploratory testing

Written by Etonkovidova on Apr 30 2021, 6:08 PM.

Since I was impressed with the depth of presentations at Breakpoint conference (at Browserstack) in July 2021 - see my post Breakpoint at BrowserStack conferences (2020-2021) - reflections and thoughts: Part 1 - Focus on Automation, it was really exciting to see that the next conference (March 2021) would be focusing on the intriguing topic of exploratory testing. The the presentations titles (here is the list of all presentations) looked equally exciting, for example

  • "Manual testing is not dead...just the definition"
  • "Whole team holistic quality"
  • "Contemporary Exploratory Testing"
  • "Building a testing culture"
Read more...

Debug Selenium Tests: logLevel

Written by zeljkofilipin on Apr 30 2021, 4:29 PM.

This tip works if you're targeting:

Read more...

Breakpoint at BrowserStack conferences (2020-2021) - Part 1 Focus on Automation

Written by Etonkovidova on Mar 31 2021, 4:15 PM.

“Improving daily work is even more important than doing daily work.”
― Gene Kim, The Phoenix Project: A Novel About IT, DevOps, and Helping Your Business Win

Read more...

Evaluation of Microsoft Playwright

Written by Harriet on Mar 2 2021, 3:29 PM.
  1. Table of Contents
Read more...

Eventlogging journey

Written by Etonkovidova on Feb 28 2021, 7:28 PM.

“I felt in need of a great pilgrimage, so I sat still for three days.” Hafiz

Read more...

Testing search in MediaSearch - Part 1

Written by Etonkovidova on Jan 31 2021, 8:52 PM.

The secret of getting ahead is getting started. The secret of getting started is breaking your complex overwhelming tasks into small manageable tasks, and then starting on the first one.
—Mark Twain

Read more...

Exempla Docent - Testing instrumentation on Special:Homepage (QA perspective)

Written by Etonkovidova on Dec 31 2020, 3:47 AM.

Two previous posts - Exempla Docent Part 1 and Part 2 outlined QA approach to testing functionality of the Suggested edits (SE) module on Special:Homepage. Part 1 explored testing ORES model-articletopic logic implementation and Part 2 described testing user workflows.

Read more...

Struggle, the road to growth

Written by Harriet on Dec 24 2020, 8:47 AM.

It has been more than 3 weeks into my Outreachy internship with Wikimedia foundations. The internship started well and the project that I'm working on is about evaluating Microsoft playwright as a possible replacement to the current automation testing framework being used. Week one was mostly about setting up the Wikimedia core by forking and cloning the Wikimedia core repository from Github. In order to simplify continuous integration, we are using Github as our code hosting platform to evaluate playwright instead of using Gerrit. The setup involved the following steps;

  • Forking the Wikimedia repository
  • Cloning the repository, setting up and running it on my local machine
  • Connecting my forked with upstream
  • Configuring CI.
Read more...

To dream a dream. My Outreachy Journey

Written by Harriet on Dec 1 2020, 1:45 PM.

The year 2020 has been a year of massive change in the entire world, there are mixed feelings of loss, confusion among others, but all in all, there is always hope that keeps us moving forward. I must say that being accepted as an Outreachy intern has been that ray of light at the end of the tunnel that I needed to end the year and begin the new year. Outreachy is a paid, remote internship program with the goal to support people from groups underrepresented in tech. Starting my career in the field of software engineering has been a journey of hard work, persistence, and seizing every opportunity since where I come from such opportunities are rare and the support for women's engagement in technology is quite low.

Read more...

Exempla Docent - testing UI for Suggested edits module

Written by Etonkovidova on Nov 30 2020, 4:31 AM.

In Part 1 of Exempla Docent for QA practices, some approaches to testing ORES model articletopic were explored. This post, as Part 2, will present an overview on testing Suggested edits module (SE) - the UI that presents the ORES articletopic logic to users (more info on Newcomers tasks on Special:Homepage).

Read more...

Engineering Productivity Virtual Offsite October 2020

Written by zeljkofilipin on Nov 27 2020, 3:53 PM.

October 26-29 2020 was my team's second virtual offsite. We've had many offsites, but the first virtual one was in May 2020. The structure of this offsite was similar to the one in May. About four hours of sessions every day, from Monday to Thursday.

Read more...

Spin up a basic local Phabricator instance with Docker

Written by Mhurd on Nov 19 2020, 12:35 AM.

If you want to experiment with Phabricator and/or the Phabricator APIs, it can be convenient to have a local instance to play with.

Read more...

Exempla Docent - testing ORES 'articletopic' model

Written by Etonkovidova on Oct 31 2020, 4:57 AM.

ORES provides machine learning as a service for Wikimedia projects. The ORES model articletopic was used for the Growth team project - Suggested edits for newcomers on Special: Homepage.

Read more...

Visual Studio Code + Neovim

Written by zeljkofilipin on Oct 7 2020, 2:48 PM.

I've started using Vim in 2014. I've read a few books, wrote a few articles and gave a few talks on Vim. I really like editing text with Vim, but I was never happy with it's file management, extensions, things like that.

Read more...

Google Summer of Code, June-August 2020

Written by zeljkofilipin on Sep 25 2020, 6:05 PM.

June and July were pretty busy. I was on vacation the majority of August. Interns and other mentors were busy even then. For more introduction, read my post Blog Post: Google Summer of Code, February-May 2020.

Read more...

Google Summer of Code, February-May 2020

Written by zeljkofilipin on Sep 24 2020, 3:52 PM.

In February 2020 I've noticed an e-mail that Wikimedia is participating in Google-Summer-of-Code. Unfortunately, I've ignored the e-mail and soon forgot about it.

Read more...

Fanboying Cypress

Written by Soham on Jul 7 2020, 11:50 AM.

Software development is pretty agile in its nature in that things normally tend to move pretty quickly. However, the faster you move, the more things break. As a codebase grows in size, its pieces become more and more complex, with every line adding a potential bug. In Wikimedia Foundation, we keep a handle on this through rigorous amounts of testing. Manual testing requires a lot of effort especially when you have a large core repository with a plethora of plugins and extensions that need to be tested. One of the hot frameworks on the scene is Cypress, a complete end to end testing solution.

Read more...

GSoCpedia: The journey so far

Written by Vidhi-Mody on Jul 7 2020, 11:25 AM.

“Imagine a world in which every single human being can freely share in the sum of all knowledge.”
~ Wikimedia Foundation

Read more...
About Wow. So wikimedia. Such quality. Many testing. Very team.

Written with ❤️ by Quality-and-Test-Engineering-Team.