<img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=278116885016877&amp;ev=PageView&amp;noscript=1">

, , , , , ,

Nov 11, 2020 | 4 Minute Read

Creating A Culture Of Learning Through QA Hackathons

Table of Contents

Introduction

As an organization or as a leader, it is important that you help your people understand and follow a uniform direction, which aligns with the organization’s vision. One of the major problems many organizations face is instilling a culture of learning in their people. Talking about me personally, I wouldn’t want to work in an organization that doesn’t offer any means to support continuous learning to their people. So now, being the Director of QA services at Axelerant, I strongly felt that it was my responsibility to present learning opportunities to my entire team. That’s right, a team consists of human beings, and there’s a lot of dynamics added naturally when humans are involved. Isn’t it?

As a leader, you cannot just set something like “Learn XYZ” as one of the goals, without providing directions to the team as everyone in the team possess different aptitude. Some people might need less guidance while some would need more. 

On another note, it is not new to anyone in the tech industry that new tools and technology are emerging in the market every ~6 months. At Axelerant, we have had clients coming to us, keeping in mind a certain tech/tool-stack to implement the solution. Of course, we can always hire people ready with the experience and knowledge to implement the solution. However, is this a sustainable solution? Not in my opinion. Hence, it would be best if you create a framework and an environment that can help people upgrade on various skills. 

Hackathon Objectives

Introducing Quality Assurance (QA) Hackathons was one way to work on the objective of “Providing continuous learning opportunities.” Even before the idea of QA Hackathon struck my brain, many other thoughts crossed my mind, like:

  • How do I ensure that every individual in the QA team has a shared understanding of a particular concept/tool in the best possible way by using the good practices associated with it?
  • As all team members of the QA department work on various client engagements, how do I keep them connected and bind as one QA team at Axelerant and distributed across geographies and timezones?
  • How do I provide leadership opportunities to all my team members?

While I was thinking about these challenges to be solved at almost 1 AM, this idea of conducting hackathons hit me. Yeah, the best ideas always strike me when I try to have some sleep 😉. Further, I would like to share how I designed it for the team (Of course, there was a buy-in from the entire team before rolling it out officially). 

Rules

  1. The hackathon needs to be completed within the stipulated time (it was three months for this one) and must be submitted before the deadline.
  2. Considering our current team size, dividing them into two made sense. This choice is not left to the QA team to ensure fair distribution in terms of the number of years of experience, experience in the primary Hackathon topic, leadership skills, and so on.
  3. The group would differ for every Hackathon.
  4. Every team needs to elect a new leader every two weeks and this keeps rotating for the entire timeline of the Hackathon.
  5. The responsibilities of the leader included:
    1. Kick-start the hackathon within the team (This applied only to the first leader).
    2. Smart and logical division of tasks between the team members.
    3. Ensure the hackathon is regularly rolling by motivating them and setting various examples.
    4. Get the queries sorted for team members.
    5. Ensure the demo is ready and is submitted before the deadline.

API testing contest

Now that the general rules are set for the Hackathon let’s talk about the actual Hackathon on API testing. Why this topic? 

A majority of them wanted to have some hands-on experience in advanced API testing, which involved writing automated tests and running them in collection runners and the CI pipeline.

What better application than Mark Winteringham’s Restful booker? The assignment was to be done using Postman and had five main parts that are applied to all endpoints:

  1. Identifying relevant test scenarios and creating test scripts accordingly. Each member of the team was expected to share their collection
  2. Organizing tests into folders as per the workflows to create a logical test suite. E.g., Verify the booking updates can be the folder name, which would span across multiple API calls as Create a token → Create Booking → Update booking
  3. Validating the JSON schema
  4. Using Postman’s Collection runner
  5. Integrating with the CI

Evaluation

If you were to ask me, this indeed was the toughest part of the Hackathon. Soon I realized that I couldn’t do it alone and one of our finest engineers, Akanksha Singh, came to my rescue and agreed to pair up on the evaluation. We identified parameters based on which we would evaluate each test of the assignment for both the teams. I am listing down only a few parameters here, and this is not an exhaustive list:

  1. The accuracy of instructions being followed for each test
  2. The test coverage in terms of positive and negative scenarios for every API endpoint
  3. The presentation and demonstration
  4. The best practices followed

The Outcome

We definitely had a winning team as it was a contest. However, some of the following outcomes were priceless and some valuable:

  1. A lot of people in the team had an aversion towards presenting and public speaking. On D-day, people confidently presented and felt good about personal achievement.
  2. The team bonded well throughout the Hackathon and got to know each other’s strengths and weaknesses.
  3. By introducing the concept of having leaders in rotation, every team member got a chance to understand and experience the leadership flavor, even if it was in a smaller capacity.
  4. Everyone in the Axelerant QA team now knows how to speed up API testing by writing automated tests in Postman.
  5. The team now knows the importance of testing the API endpoints independently and testing them as part of the entire workflow.
  6. They understood the good practices used in Postman like using Global and environment variables, Collections and Collection runner and the Newman CLI.
  7. They got their hands dirty in using Docker, git commands, CI tools like GitLab and Jenkins.

The Team

Meet our wonderful team who participated in the API Testing Hackathon: Team A and Team B. The picture is from the day of the presentation and I love the sense of achievement on their faces. 😄

Team A (Winners)

Zoom call screenshot of team A

Team B (Runners-up)

Zoom call screenshot of team B

Oh yes! Stay tuned for the detailed blog post(s) from the team itself on the assignment's actual implementation.

About the Author
Shweta Sharma, Director of Quality Engineering Services
About the Author

Shweta Sharma, Director of Quality Engineering Services

When Shweta isn't at work, she's either on a family road trip across the country or she's dancing with her kids—it's a great combination.


Back to Top