If you have gone down the software testing path, and have been doing it for some time , chances are you have run into several different problems.
One of the problems you may have run into is running out of test ideas. One of the easiest ways to overcome this problem is by working with someone else. Working with someone else allows you to bounce ideas off each other, and expand on each other’s ideas. So this may help reduce the risk of you running out of test ideas.
Another problem you may run into is missing the testing goal. If you have a set of goals that you have to meet up to, and there is something holding you back from achieving this, whether it be not understanding completely, or not well defined goals, this may happen to you. To overcome this, you need to ask relevant questions to make sure you know exactly what is expected from you.
Another problem is if you are suffering from an in- attentional blindness. Basically if you miss something that is very simple. To fix this you should change the focal length of your testing approach. Keep and eye open for anything else that might be going on during test execution. Explore other areas that are not mentioned in your test case.
Have you ever come across an error or bug that you didn’t report as an error or a bug because you were not sure if they were an actual bug? This can be fixed by trusting your testers instinct. Follow your instinct, if you think its a bug, it probably deserves your attention and very well may be a bug. It is a much better approach then you ignoring it and pretending it is not a bug.
What to test and what can be skipped? It may be overwhelming by the number of possibilities and choices to approach testing. As time goes on testing goes on, tests get more and more complex.
Chances are you will run into these problems at some time in your career. Now that you have a solid understanding of what they are and how to overcome them, you should be able to deal with them efficiently
Article I used:
http://www.softwaretestingtricks.com/2014/08/top-5-software-testing-mistakes-solutions.html
Other Articles i looked at:
http://www.softwaretestingtricks.com/2013/08/Importance-of-Cost-effective-Software-Testing.html
http://www.softwaretestingtricks.com/2013/05/best-cloud-based-test-management-tool-qtest.html
http://www.softwaretestingtricks.com/2013/03/agileload-enterprise-load-stress-performance-testing-tool.html
http://www.softwaretestingtricks.com/2013/02/best-load-stress-performance-testing-tool-WAPT.html
From the blog CS@Worcester – Site Title by jonathanpaizblog and used with permission of the author. All other rights reserved by the author.