Thinking Out of the Box Testing

By Vijay

By Vijay

I'm Vijay, and I've been working on this blog for the past 20+ years! I’ve been in the IT industry for more than 20 years now. I completed my graduation in B.E. Computer Science from a reputed Pune university and then started my career in…

Learn about our editorial policies.
Updated May 9, 2025

“Creative Thinking” or “Out of the Box Thinking” is a phrase that we often come across at our workplace or even in our day to day life.

Have you ever given a try to find out what it means when we say “Thinking out of the Box”?

As per Wikipedia: Thinking outside the box is to think differently, unconventionally or from a new perspective. This phrase often refers to novel or Creative Thinking”

Thinking Out of the Box

But then the above definition can be extended to our field i.e. Software Testing.

When we step into the field of software testing, the first thing we are being taught or we learn is the Two Boxes – a white box and a black box. Once taught, then what we always do is either black box or white box testing. This has limited our minds from thinking beyond the boxes.

Did we ever think that going beyond the black box or white box testing could help us in gaining a higher pace towards a solid career in Software Testing?

Thinking outside the box

Techniques To Follow While Doing Software Testing

We will be discussing a few techniques here which I and many of my Mentors will follow while doing Software Testing:

Rapid Fire Test Case Creation

This technique, as the name suggests, is about rapidly creating test cases. It’s a human approach to testing which links testing directly to a performance by a human being.

The initial things that come to mind when we talk about test case creation are a Requirement Document, an Excel Sheet and some guidelines provided by the organization. For once, keep aside all these things and get an idea of what you think you are about to test.

Pick up a Pen & a Paper and write as many scenarios as you can write within 60 seconds. Repeat the process until you are not able to think of more scenarios or ideas and finally review them.

You will be surprised to see the number of ideas/test cases that you already have without considering the requirement document.

Cross Testing Ideas (Analogy)

Before you start testing an application, keep in mind a similar application that you have used in the past. Doing this will allow you to identify issues that are not related to requirements but represent a common/generic feature that should be present in the application but has got overlooked.

For Example: If you are testing a portal, use it like you use your email program or any application which you worked on before and see how the application behaves.

I remember exploring a critical defect using this technique. I was testing a secure login for a finance application and tried altering the URL and navigating to a different page (which was a defect in my last tested application).

By doing this, I can bypass the login mechanism using Secure ID! This was neither a test case nor highlighted by any other team member as a possible test scenario.

Reverse or Backward Testing Ideas

What is the normal workflow you follow while testing?  Isn’t it the exact same steps that were used while developing the application: “Requirements >> Unit Cases >> Integration Testing >> System Testing” or is there any other approach?

The minds of the people working on the development of an application are bound to think in the direction which will cover most of the positive testing. The End User might not think in the same direction every time. This is why Production Defects or UAT Defects exist even after extensive rounds of Unit Tests, Integration Tests, and System Tests.

For example, Requirement says that you can upload a file that does not exceed 10 MB of file size. Most testers will follow by uploading a 1MB, 2MB, 3 MB or more until 10 MB is reached or an error message is displayed. Why not start with 10MB and then try 11MB and then 9 MB?

This example is nothing but a BVA (Boundary value analysis). Still, how many of us have tried using BVA in scenarios other than the input box?

Questioning

Questioning

Ideally, every QA engineer should know the purpose of a requirement. Putting up questions will help a QA Engineer to refine his purpose of testing. If a QA Engineer is good at questioning, he/she will be good at testing by default. You need to make sure that none of the questions (how so ever small or silly) are ignored.

In turn, questioning will also enhance the Domain Knowledge of the person who is performing the testing.

Remember: “The only silly question is the one that is unasked.”

Researching

Researching

Research proves to be very beneficial before starting the testing. Just be aware of the issues that other people have faced while doing a similar assignment. Say you are required to start cross-browser testing as one of your assignments.

Before starting the tests, researching the issues which other people encountered while using the same browser will help you find defects before starting the actual testing.

Pause: An Icebreaker

Testing can sometimes be a monotonous process and the ideas may begin to saturate. You might start feeling that none of the solutions is working out or you might even run out of ideas. In such cases, an effective pause can do a lot of wonders and could help you kick start from where you left off.

an ice breaker

A Pause could be a Coffee or simply gazing out of the window or anything you like to refresh yourself.

Conclusion

In addition to being creative, factors like timing, the speed of implementation of ideas and their execution are also of high importance. You might get an excellent idea but what if it is too late to implement it?

Listed above are just a few ideas that will help you generate more ideas in turn.

Further Reading


This is a guest post by Mohit Khatri. The author specializes in testing Banking Applications, Automation Testing Frameworks, and Security Testing. If you want to guest post on this blog, read the guidelines here.

If you have more creative techniques that you think have helped you at any point, feel free to share them in the comments section below.

Was this helpful?

Thanks for your feedback!

Recommended Reading

  • black box vs white box testing

    A Thorough Study of Black Box Testing Vs White Box Testing: Software testing includes several types of testing and as a software tester, we must know how each of them is performed. Among the various types of testing, one of the most confusing topics is that of the Black box…

  • Manual Testing Help eBook - Free Download Inside!

    I am happy to share the "Manual Testing Help" eBook prepared by one of our readers. The content of this eBook is very useful to understand manual testing concepts, testing methodologies and preparing for Software Testing interviews. Here are some of the topics covered in this book: Fundamentals of software…

  • Grey Box Testing Tutorial With Examples

    This tutorial is a complete guide to Grey Box Testing, its advantages, examples, and tools, etc.: Grey box testing also spelled as Gray box testing is known as Translucent testing. It is effectively used for Web-based applications. This software testing technique is beneficial in Integration testing, Penetration testing, and Domain…

  • Software Testing Online Mock Test

    This knowledge quiz is an attempt to test your Software Testing basic knowledge with a simple 20-question test. The following Software Testing quiz is designed to test your ability to meet Software Testing requirements. This Software Testing quiz will help you with self-assessment and prepare for other certification exams, as…


READ MORE FROM THIS SERIES:



44 thoughts on “Thinking Out of the Box Testing”

  1. Nice article, good points discussed, but i wonder why only 2 points ? (i.e. rapid-fire and backward testing ideas)
    rest of the article is quite ‘in the box’
    anyway, as a whole, the article is good and at least different from many ‘typical’ articles, which is a good sign
    keep it up dude

    Reply
  2. this type of articles really helps to all the testing engineers in order to test software applications more easily. thanks for this post.

    Reply
  3. These are the same things which i came across in my more than 2 years working experience.

    If you are doing the same things which Mohit has listed down, trust me you would be on right path for a excellent testing career.

    Thanks

    Reply
  4. This is a good post.. It is true that testers have to think differently always. It will help them to improve alot..

    All the best

    Reply
  5. I am new to software testing. I hope if i follow according to your steps, it will be good for building up a nice career in Testing.

    Reply
  6. Hi,
    Can anyone please tell me what are the different software that are used in Software Testing.

    Thanks
    Nishant Balgovind

    Reply
  7. If The project goes Success they wont say tester did a good job,by the way If project got some issues in Production they will blame why tester has not found the issue in Test regions,

    So do testing in different manner,Break the application.

    good luck,

    Ranjith

    Reply
  8. Well said. Just want to add my perspective to think out of the box. this is quite general but can be applied easily in software testing as well.
    – think differently and do things differently
    – always try to find new ideas and work accordingly

    good luck,

    Reply
  9. An informative blog. Surprisingly i do follow couple of techniques. However i will make a note and will try to follow the remaining.
    Thank you

    Reply
  10. Hi,

    It really helps me a lot. This article is helpful for those who are struggling with the idea of how to test. By reading this, i have gained some knowledge about testing. I hope that you can put up some more useful articles.

    Thanks,

    Reply
  11. Very nice….we were doing the same things in our project but we don’t know the exact terms while we testing..after reading this i got confidence…..

    Reply
  12. sir i read your its very good but it is need that you should add any excel sheet as an example it is better to understand

    Reply
  13. Being a prospective tester have been browsing. I rate your concepts THE BEST. Brief, yet complete. Simple in explaining the complexities. Ex: Write up on All About Database Testing. There a class in your presentation format. Going thru makes us feel one level higher. Thanks.

    Reply
  14. This is a good post. I totally agree with this idea of writing down the scenarios. This is what I do when I am not given a requirements document.

    Please email me more such articles.

    Reply

Leave a Comment