
You are testing a particular software. You get an idea to play with software differently. But if you forget to note it down, you will lose for sure, and that can be helpful to you in testing other software. So, do you note down those ideas? And when you are not getting more ideas, do you read some documentation or blogs to get ideas or discuss with someone to get more ideas for testing?
When you want to test deeply and hunt down more bugs, you need to get rich test ideas. So, I have recently started to document my test ideas that I got from various sources as a checklist in Google Docs. You can have a look at the list that I have listed below:
- Giving Invalid characters by typing or by copy paste
- Clicking randomly
- File permission restriction
- Undo redo
- Give different values for same feature that have some common field
- Increasing the elements -> Load testing
- Repeating the actions -> Stress testing
- Break complex system into smaller pieces
- Try all the ways for import and export.
- Observe carefully
- Use your feelings when testing the software
- For mobile – portrait and landscape views
- Check error messages
- Check help document
- Explore around the expected results – Evaluate whether its proper
- Try to think about opposites
- Export or save it as a file/folder from software -> modify the file/folder at file explorer and import or open it back to the software
- Look for unexpected context menus
- Do it one by one -> step by step
- Create a test data from scratch. If there’s any existing test data, go through and try to create your own data
- Try to cancel if some process is in progress .
- Try to mix different ideas
- Make mistakes – What if you miss something? What if you misspelled something?
These are just sample test ideas. I will try to keep on updating this list. You can get more test ideas from Heuristics Test Strategy Model and Test Heuristics Cheat Sheet. I also found a helpful resource on creating a test ideas catalogue from YouTube.
In this video, Chris Kenst has explained why we need a test idea catalog and how it can get created. I also learnt from this video how to categorize my test ideas which is really helpful for me to use those ideas for testing software under a particular context.
So, to my fellow testers, start creating your test ideas checklists to perform efficient testing and hunt down more bugs.
Discover more from Bj Testing Talks
Subscribe to get the latest posts sent to your email.