I banned 1:1 communication for anything technical within Qxf2. This post outlines a) the motivation behind the decision b) new rules for technical communication c) the fallout of the decision d) adjustments we made since introducing the ban Motivation Qxf2 is a fully remote company that offers software testing services to startups. We have been a small company for many […]
Banning 1:1 technical communication
Transition from College to Work
There are different phases in every student’s life. After graduation, the big changes gonna happen. Yes, It’s college to work life. This transition is challenging for many students as it can be more stressful and it is like stepping into a whole new world. Initially, it is quite uneasy to adopt a corporate routine because the corporate world is different from […]
Getting started with Database Schema Migration (Flask-Migrate)
Why this post? This post helps you to quickly setup and get started with Database schema Migration using Flask-Migrate. For example if you already had created a database that contains some tables and now if you add a new column to one of the table and then if you want to revert it to the previous state, it’s difficult to […]
How screenshots are captured for a test run in Qxf2’s Page Object Model framework
This post will help you in understanding how the Qxf2’s page object model captures the screenshots when a test is run. Why this post: Screenshots are desirable for bug analysis. Suppose you write a test script to automate a web page, you would not keep monitoring to see if it’s working right every time. You would let the script do its job and […]
Getting started with Unit Testing using mock in Python
Unit testing is considered as a vital phase in software testing. Anyone who has been involved in the software development life cycle will have encountered some form of testing. Although the aim of testing is to find bugs, it cannot guarantee the absence of other faults, no matter how creative the test cases are designed. Unit testing enables a more […]