How to conduct ‘Round 2’ interviews at Qxf2

Qxf2 reserves Round 2 of our three-round job interview solely to evaluate if the candidate can learn and apply new concepts quickly. During this round we use one of approximately fifteen exercises. This post goes into great detail on how an interviewer is supposed to conduct Round 2 when using the ‘Fork a repository and fix an error’ exercise. Interviewers […]

State of Testing Survey: 2021

Hey testers, hope you all are fine and safe!! 2020 nightmare is about to end in a few days and the State of Testing Survey 2021 has gone live. Please do take part in the survey and help the testing community to identify the current state of testing. Why take this survey? This survey is conducted globally that tries to […]

Testing FastAPI endpoints using fastapi.testclient

This post shows you an example of how to use fastapi.testclient provided by FastAPI. This testclient will help anyone to write code level tests quickly. Background Recently, we have developed an internal application using FastAPI. I thought to document a quick testing approach which may help software engineers to write test cases quickly. Here I have used fastapi.testclient instead of […]