Skip to main content
blog title image

5 minute read - Exploratory Testing

10 Experiments to Improve Your Exploratory Testing Note Taking

Sep 6, 2013

I have some ‘rules’ that I apply when I take notes as I perform exploratory testing.

When I look back over how I took notes in the past I can see that I tried different experiments with my approach when building those ‘rules’.

I recommend some of my experiments to you now:

  1. In Memory
  2. Only use pen and paper
  3. Only use a text editor
  4. Use a text editor and screenshot tool
  5. Record the screen and talk as you test
  6. Use a tool designed for exploratory testing
  7. Use a Mind Map
  8. Draw a diagram
  9. Automate the capture of logs
  10. Use a Spreadsheet

1 - In Memory

Only use your memory to track your exploratory testing.

This experiment mainly helps me remember that I need to do more. I now feel very uncomfortable testing with just my memory, but when I started this felt natural. I changed.

2 - Only use pen and paper

Yup, you use your computer to test, but you make notes on pen and paper.

Variants:

  • different pens,
  • different colours,
  • different sized paper,
  • notebooks,
  • loose paper,
  • text,
  • diagrams,
  • mind maps,
  • scribbles.

I find this works well with a single screen, and intense moments in the testing, but I try to re-transcribe or take a photo with my phone and have the image in Evernote.

3 - Only use a text editor

Experiment with different text editors, find an editor you like - I’ve pretty much settled on NotePad++ and Sublime Text, and I import the text files into evernote for later searching.

Different styles of note taking:

  • Prose,
  • Notes,
  • Time Stamped Entries,
  • Annotations like #test #bug etc.

Can you parse your logs at a later date automatically? Would that benefit you?

Do your own search and find a text editor that works for you at the moment.

Touch typing helps. learn to touch type if you can’t already.

4 - Use a text editor and a screenshot tool

Sometimes you need to capture the moment as a screenshot.

Do you just use Ctrl+Print? Do you use an image editor? Do you use a dedicated screenshot tool?

I tend to use SnagIt or Jing now. I’ve used lots of others in the past.

  • Where do you store the images?
  • What filename standard do you use?
  • How do you cross reference your text edit notes to the screenshot?
  • Do you think you would benefit from using a Word Processor and embedding the screenshots along side your text?

5 - Record the screen and Talk as you test

Environment can get in the way for this if you work in a shared office.

Do you have equipment that you can comfortably use for long periods of time?

Talking, and thinking and doing takes practice and time.

6 - Use a tool designed for exploratory testing

People have created a whole bunch of tools; designed, or marketed, as helping exploratory testing.

Try them. See if they work for you.

If your style clashes with the tool. consider if the tool benefits warrant a change of style from you.

Do your own search and find other tools designed for exploratory testing

If you could write your own, what features would it have? Perhaps you could use a combination of tools to gain those features now?

7 - Use a mind map

Everyone loves creating mind maps. Few people use mind maps like Buzan suggests. Who cares, use mind maps and do it your way.

Do your own search and find a mind map tool that works for you.

What do you represent in the model?

  • Ideas?
  • Steps?
  • TimeStamps?
  • Images?
  • Screenshots?
  • Links?
  • Observations?
  • Questions?
  • To Dos?
  • ?

Over time, learn the features of the tool. consider which features you don’t use. Should you? Would they help?

Perhaps you don’t use enough of the features? Try a less featured tool and see if it still works for you?

8 - Draw a diagram

Pen and Paper works well for diagrams.

What do you diagram?

  • Structure?
  • Flow?
  • Entities?
  • Notes?
  • All?

GraphViz lets you write text files that it compiles into automatically positioned graphics.

You can use draw.io as an online diagrammer.

At last count there existed a Bazillion diagramming approaches and tools. Try some of them.

9 - Automate the capture of logs

You can’t argue with logs right? Why bother making notes when the logs will do it for you?

  • Fiddler - for HTTPsessions
  • tail system logs (logtail, multitail, etc)

What do you make notes of when you use logs?

Do the logs capture everything you need?

How do you cross reference your notes to your logs and to your screenshots?

10 - Use a spreadsheet

What about a grid?

Would that help?

Try it and see.

Start with a Google Docs Spreadsheet.

Repeat

The above covers a lot of note taking styles

  • Visual
  • Tabular
  • Outline, Tree
  • Sequential
  • Adhoc
  • Formal

Evaluate what worked and what didn’t.

Take care about your judgement because some of it didn’t work due to your lack of experience - try it again. Some of it didn’t work because it doesn’t fit you, your environment, your system, etc.

Having done them all - try them again. Some of them will seem offensive. Some will feel restrictive. You gain gain more insight when you try it again.

Summary

Even though I gave you this as a “10 experiments to improve your exploratory note taking”. I have not given you a quick fix.

  • If you tried one each day, this would take you 2 working weeks.
  • If you try variants in each of the experiments ( different tool, different paper sizes, etc.) This could take a month or more.
  • If you repeat them and challenge yourself to master them, and change them, this could take up to 6 months.
  • I still experiment with my approach. I have done for years.

What experiments would you recommend" or “What experiments you have conducted?”. Let me know in the comments below.

You might want to watch “What is Good Evidence” by Griffin Jones, which reminded me I needed to write about this. Griffin’s talk overlaps very nicely with this post. I recommend you watch it.