Show what you do day-to-day!| Joep Schuurkes
Origin story I found the website No Vehicles in the Park through Mastodon. It asks you a series of questions describing a situation that you have to judge. For example: "Matthew pilots a commercial airliner over the park. Does this violate the rule?" It's a silly, fun time for dorks who like those kinds of things. What it looks like when you land on the website Testers are exactly those types of dorks. We love reading about Matthew flying a plane over the park and want to ask: what's the airs...| Elizabeth Zagroba: Organizational Anarchist
What is exploratory testing? There is always more that can be tested than you have time for. A tester’s mission is to best choose where and how to spend their time. wandering - purpose = lost wandering + purpose = exploring exploring + judgment = exploratory testing Exploratory testing allows the tester to balance risk (the consequences of a failure) and coverage (observing all possible behaviors). It brings test design and execution together: you use the information you’ve gathered so fa...| Elizabeth Zagroba: Organizational Anarchist
Exploratory testing is a learned skill. Which skills? These nine!| Joep Schuurkes
Being intentional about exploratory testing, i.e. exploring and evaluating what you are building and what you have built throughout the development process, is a key skill in a high-performing team.| Joep Schuurkes
There are several straightforward ways to distinguish a test case from a requirement. A test case tells you how to check some kind of thing about the application, a requirement tells you that the appl| Joep Schuurkes