People here may be well aware with this resource collection:
Within it, there is To Do List interview, and for today at least, I am fascinated by it.
How would y’all improve the exercise if you used it for recruiting? Would you use it for recruiting, given it is on such a publicly available site? How do you personally feel about being subjected to these kinds of exercises in recruiting?
To offer you my experiences - I use various targets of testing in my teaching and recruiting practice. While exercises for teaching are my most definite go-to, I am always on the fence on the use of these in recruiting.
I have used extensively in both teaching and recruiting:
- Emily Bache’s Gilded Rose, which requires you to work on coverage and code
- Alan Richardson’s EPrime, which requires you to model something unknown to all
- To Do MVC -project’s reference implementations
- A self-made Text Field, which requires you figure out not all test targets are complete
- GitHub Copilot -generated Roman Numerals, which requires you to own the whole quality
I have come to an approach where I use take home exercises to filter / select when looking for newbies to testing (1st contact after application) as I have ongoing now, and as conversations framed to practice when looking for experienced testers. Deciding to not bet on someone based on an exercise never stops being difficult to me, and I have observed hundreds of testers on these exercises over the years. The route you take does not tell about the destination you are heading to.
The most recent form of this take home assignment is one where I give two implementations of To Do App, and explain they are what developers use to show off their best practice for applying front end frameworks.
I ask for three outputs:
- A clearly catalogued listing of identified issues you’d like to give as feedback to whoever authored the version
- Listing of features you recognize while you test
- Description of how you ended up doing the assignment
I am in process of making more recent and thorough listing of how I assess this exercise, but you can already get a hint from my most recent blog post: A Seasoned Tester's Crystal Ball: That Pesky ToDo app
My style of how I think and test (with constraints) is available in long for at Exploratory Testing Foundations - DEV Community
On my answer to the answers available on such. publicly available site - I wish one of the people over the years would have either done this before or searched for the answers. I still wait for that day. Maybe it’s in the batch of 12 I have in my inbox waiting for Monday.
But today, I am just curious on how others are using these, and if I should be learning something about using them.