In this post, we are sharing an exercise we use to interview QA engineers. We have a slideshow that shows code in about 13 different languages. The candidate has to guess what each code snippet does. This exercise has proven to be useful in differentiating between QA who are fundamentally scared of code from the ones who are comfortable with […]
A QA interview exercise – read code in different languages
Highlight feature of Qxf2’s Page Object Model framework
Are you lost with locating the web elements while debugging your test script? The highlight feature of Qxf2’s Page Object Model framework helps you to debug locators by giving a visual clue. This blog post will guide you with the steps involved in using the highlight feature of Qxf2’s Page Object Model framework in your test script. The highlight feature […]
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 […]
Converting test screenshots into Gif
When we run the tests using qxf2 page object model framework we capture the screenshots of the test run at certain steps using decorators Screenshots utility. Often, it is time-consuming to view each of these screenshots. We thought of adding a utility that can convert all this screenshot into a single Gif that is more convenient to use and debug any […]