Do we have a helpful culture at work?

This post is to help folks measure if they have a helpful culture in their teams. We are sharing something we do to try and keep Qxf2 a fair place. In this post, we outline a metric called ‘help symmetry score’ that Qxf2 (a fully remote company) uses to figure out if we are nurturing a supportive environment. You might […]

Exploring pytest command line options

This post will serve as a quick tutorial for using pytest command-line options. Anyone who is new to pytest will benefit from this article. Pytest comes with many useful command-line options right out of the box. When I started learning pytest, I had to search through a lot of material available on the official pytest website as well as other […]

Posting messages on a Skype group channel using Python

I recently wrote a script to post messages on Skype using Python. I used the excellent SkPy module. The module’s documentation is very good but examples on how to post messages to group chats was sparse. I had to muddle around, try things out with the Python interpreter and figure things out. In fact, I am not sure if I […]

Anonymize data using Python Faker

We have an application which holds some sensitive survey information. Now since we couldn’t share the data with everyone we wanted a good way to Anonymize the data so that we can handover the development to anyone. We found Faker as a good library that generates fake data. Why this post As a tester, we may need to work with […]

Problem Steps Recorder

Recently when I was searching for the screen capture tool to report my issues to QA team, I discovered that windows already have an inbuilt hidden tool in Windows 7, 8 and 10 versions called Problem Steps Recorder(PSR). Do you know about Problem Steps Recorder already? If you feel no, scroll down to learn more. Problem Steps Recorder is a […]