Troubleshooting Common Issues when using Chef InSpec with GitHub Actions

At Qxf2, we have been using Infrastructure tests at our clients for a while now. We recently came up with the idea of adding some infrastructure tests for our own servers and applications within Qxf2. We used Chef Inspec to write and execute our tests. Chef InSpec is a popular open-source framework that helps you test and review your applications […]

State of testing survey 2023

Please participate in the annual ‘State of Testing Survey 2023’ conducted by PractiTest. To participate, please follow this SURVEY LINK. The survey is full of questions relevant to the testing industry. Qxf2 engineers love reading the results of the survey. The survey data says a lot about the direction of our industry. You can even use some portion of the […]

State of Testing Survey: 2020

Howdy! Testers, we are excited to inform you that the State of Testing Survey 2020  is live now. Please do take part in the survey and help out the testing world to gain a better understanding of the state of testing.   Q.Why take this survey? A.Your opinion matters!!!.  Yes, your precious feedback contributes to the knowledge base, which then becomes the State of Testing report (2020). This is the biggest survey in […]

Run python behave from Visual Studio Code

I was working at a client that uses behave and was primarily designed to work on Linux systems. It has several configuration variables stored as environmental variables. I tried running the behave tests on Windows using Visual Studio Code since I wanted debugging functionality. I documented the steps so that it will help anyone who wants to try the same. […]

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 […]