Finding good testers is like prospecting for gold. They take patience and skill to find. Many times during an interview I find that most testers have memorized the basic definitions of the field; usually from Google. So, in addition to standard interview questions I ask a scenario question in order to guage their knowledge and understanding. This is akin to a tester who tests a tester, if you will. To do this, I usually set up a simple scenario, such as what kinds of tests would you run if you were asked to test a toaster? Sometimes I would give them requirements, such as below, and sometimes I don't.
- It is an electric two slice toaster
- It has a single push down lever that control both sides
- It automatically pops up, and shuts off when the desired darkness is achieved
- It has 3 darkness settings: light, medium, dark that are triggered based on heat build up in the toaster
Category 1: Performance based
- Testing two slices on each setting to see how long it takes for each setting
- Testing multiple slices per setting to arrive at an average time for each setting
- Repeating 1 and 2 for a single slice
- Testing the coloration consistency over multiple toasts on the same setting
- Testing that the toast time remains within tolerance over lots of toast cycles
Category 2: Aesthetics and User Interface
- Testing to ensure the settings and labels marking the settings in alignment
- Testing to ensure the lever works when pushed down
- Testing to ensure the lever does not catch either going up or down
- Testing that the finish is not tarnished or changed as a result of the heat produced when using the toaster
- Testing that the slots are big enough for standard size toast
- Testing to ensure toast darkness matches darkness selected
- Testing a variety of bread: wheat, white, bagels, pop tarts
- Testing that the lever and toast pops up at the end of the test cycle
- Testing that the toast can not be re-toasted until the toaster cools down
- Testing that the toaster still shuts off if the lever is stuck in the down position
- Testing to ensure the toaster is not damaged with no slices (or does not allow the lever to be pushed down)
- Testing with a single slice (tested twice, once for each slice)
- Testing to see that any single slice slot is consistent with the other as well as with two slices
- Testing to see that it works with both thin and thick bread types
- Testing to see what that it works with oversized bread for the slots
- Testing to see what happens if you push the lever while it is unplugged
- Testing to see what happens to a variety of bread: wheat, white, bagels, pop tarts
- Testing to see what happens if you test nothing.
- Testing to see what happens if you manually hold the lever down.
- Testing a two slices in one slot with cheese in between sandwich
This is not an end all list of possible tests, but rather a compilation of answers I have received over the years. I have found that people usually cling to a couple of categories, which is usually indicative of their experience. I usually ask the candidate which tests are more important, or which tests can be combined into a single execution. To make things interesting, and to see if people really understand regression testing, I often expand the toaster to a four slice toaster that has two setting knobs. This is where you start to see peoples understanding of testing. Often they will mention “I’d repeat the same tests.” What I look for is for testers who under new combinations, expansion of requirements, important versus non-important re-tests such as:
- Tests for independent settings between the slot sets
- Tests for a single slice in one of the two slots in each slot set
Again, this is not a definitive evaluative technique for testers, but I have found that it is quite beneficial and accurate in categorizing a tester’s knowledge and experience.
One thing I haven't tried yet, is bring a physical object to an interview and asking a candidate to test it. The Easy Button from Staples might be a great option. Then I can observe their behavior instead of analyzing their thoughts.
7 comments:
Nice little test. Do you get them to do it in situ or do you leave them alone to think about it and then present the result?
Cheers
Oliver
I do this exercise in situ.
Have you seen this? : www.testertested.qualityfrog.com/TBSSTII.pdf
I have now. Thanks!
Am curious if anyone has ever asked what you, as the 'stakeholder', feel is most important to test. For example - is safety most important? Or function? Etc
The answer is, it depends. When I was working for the American Red Cross, it absolutely was safety. Especially in terms of correctness and traceability of products. When I worked for MindLeaders (an e-Learning company) it was function and technology familarity. As always, ability and capability are critical factors that are not as easy measured.
This post is probably where I got the most useful information for my research. Thanks for posting, maybe we can see more on this.
Are you aware of any other websites on this
testing-tools
Post a Comment