03/08/2017
10+ Tips to Survive and Progress in the Field of Software Testing:
Tip #1) Written communication – I repeatedly say this on many occasions that keep all things in written communication. No verbal communication, please. This is applicable to all instructions or tasks that are given to you by your superior. No matter how friendly your lead or manager is but keep things in emails or documents.Keeping things in written makes all the tasks recorded and it becomes easy to keep track of the things. For example, if you find a bug during testing, it is always better to report an issue in the test management tool rather than communicating the bug verbally to the developer. Because later on the developer might forget about fixing the bug you told and rest of the team will also be unaware of it. However, if the bug is reported on the system, everyone will be on the same page regarding the bug status.In the further reading section, I have embedded few links to articles that will help you to brush up communication skills.
Tip #2) Try to automate daily routine tasks – Save time and energy by automating daily routine tasks no matter how small those tasks are.
E.g. 1. If you deploy daily project builds manually, write a batch script to perform the task in one click.
E.g. 2. Many times a day, you need to open the issue management application, check for bugs and their status. Generally, you do all such tasks manually. What I suggest is that you can go a little innovative and write a script that can automatically run on a periodic basis and fetch for you the current status of issues/bugs.
Tip #3) 360-degree testing approach – You need to think from all perspectives to hunt down software defects. Apart from your SRS documents, find all possible information related to the application under test. Use this information to understand the project completely and apply this knowledge while testing.
E.g. If you are testing a partner website integration with your application, make sure to understand partner business fully before starting to test.
Think from the view-point of all stakeholders while doing the testing. For example, the look and feel of an application might be just fine for you as a tester but a business user might not find it appealing. So, you need to actually think and behave like end user while doing user acceptance testing.
Tip #4) Continuous learning – Never stop learning.
Explore better ways to test application. Learn new automation tools like Selenium, QTP or any performance testing tool.
As per current software testing market, some of the key areas you can focus on to learn are open source testing tools, Agile & DevOps, Performance Engineering, Big data testing, mobile testing automation and merging development & testing together – SDET (Software Developer in Test).
We have embedded some article links in the further reading section regarding agile testing & automation testing tools. You can explore more at STH!
Tip #5) Admit mistakes but be confident about whatever tasks you did – Take a lesson from each mistake you make during the work and avoid doing the same mistake again. This is the best method to learn and adapt to new things.
Tip #6) Get involved from the beginning – Ask your lead or manager to get you (QAs) involved in design discussions/meetings from the beginning. This is more applicable for small teams without QA lead or manager. You will be able to do better testing if you know in and out of the application.
Tip #7) Keep notes on everything – Keep notes of daily new things learned on the project so that you don’t need to ask same things again and again to fellow testers or developers.This could be either just simple commands to be executed for certain task to complete or complex testing steps.
Tip #8) Improve your communication and interpersonal skill – This is very important for periodic career growth at all stages. As you count the number of years of software testing experience, you should parallelly grow as a professional.
Tip #9) Make sure you get noticed at work – Sometimes your lead may not present the true picture of you to your manager or company management. In such cases, you should continuously watch the moments where you can show your performance to top management.
Warning – Don’t play politics at work if you think your lead or manager is kind enough to communicate your skill/progress to your manager or top management. In that case no need to follow this tip.
Tip #10) Software testing is fun, enjoy it – Stay calm, be focused, follow all processes and enjoy testing. See how interesting software testing is. I must say it’s addictive for some people.