Share a test idea in 5 words or less

Here’s a challenge.

You’re sitting down designing some tests.

Can you describe them in 5 words or less?

[Edit: here’s LinkedIn and Twitter versions of this post.]

5 Likes

Explore profile page with CRUD.

2 Likes

Click everything twice, observe database.

6 Likes

Match user actions to logs

2 Likes

Journey, there and back again

4 Likes

3 words;

  • Perform unexpected action

Now I’ve got 2 words spare for automation.

4 Likes
  • Think outside of the box
  • Click it, I dare you
2 Likes

Goldilocks goes to test town.

2 Likes

What would cause an error?

5 Likes

How can someone perform an ‘unexpected action’?

The person testing knows what action they want to do, but doesn’t know the outcome. They don’t know what the software can handle or was intended to handle.

I would put it like this:
Perform an action that they assume the software might not handle as they assume it should.

1 Like
  • call Delete API, check database
  • compare old with new
  • use big data
  • use different data
  • try it more than once
2 Likes

Experience as a user would

2 Likes

I only had 5 words :wink:

A user can perform an unexpected action in software. Think of a game where you might be able to glitch out the level - that’s an unexpected action, they might have done it intentionally or not, but it’s still unexpected.

Further;
We don’t know what the software can handle but we should know what its expected to handle. So we do something unexpected instead.

Simplest example is entering numbers into a first name field or something like that.

4 Likes
  • Use only the keyboard
  • Test mobile with one hand
  • Inspect the elements
5 Likes

what do the requirements say

5 Likes

What do the users need :wink:

5 Likes

Delete default values and proceed.

5 Likes

Break the connection

3 Likes

Remove rights and/or roles

4 Likes

Try some combinations

3 Likes