Archives
- Newer posts
- November 2024
- April 2024
- November 2023
- October 2023
- August 2023
- May 2023
- February 2023
- October 2022
- August 2022
- July 2022
- May 2022
- April 2022
- March 2022
- February 2022
- June 2020
- March 2020
- February 2020
- January 2020
- December 2019
- November 2019
- October 2019
- September 2019
- August 2019
- July 2019
- June 2019
- May 2019
- April 2019
- March 2019
- February 2019
- January 2019
- December 2018
- November 2018
- October 2018
- September 2018
- August 2018
- July 2018
- June 2018
- May 2018
- April 2018
- March 2018
- February 2018
- January 2018
- December 2017
- November 2017
- October 2017
- September 2017
- August 2017
- July 2017
- June 2017
- May 2017
- April 2017
- March 2017
- February 2017
- January 2017
- August 2016
- June 2016
- April 2016
- March 2016
- February 2016
- January 2016
- July 2015
- June 2015
- Older posts
Traits of a Good Quality Assurance Analyst (QA)
For the last 11 months, I have seen many of our services delivered to our clients. I have worked with numerous QA engineers, QA leads and managers, some were great (others were not so great :p). Working with them, I understood what really makes a good QA. So, I thought I should pen it all here. Here is the summary of what I think are the qualities/traits a good software QA professional should possess:
1) Good Communication Skills
Software testers must possess good communication skills, so that, the client requirements gathered at the beginning of the project are clear and s/he can pass on the requirements to the people handling the project in a clear and correct manner.
2) You need to be good at testing
Undoubtedly, you have to! This seems very obvious. Good does not simply mean surface level good, a QA must be able to dive into the module to test it completely – like break the code! There is no product/project that will be bug free even after two tests. So, make sure you test the module completely – keeping all the test case scenarios in mind. You should be able to hunt down all the bugs (We know the developers are going to hate us for this :D).
3) Prioritise
A Good QA tester will always be organised. Tester must be able to prioritise features and test cases that are to be tested. Tester must also be able to prioritise his activities so that the testing goals are achieved.
4) Creativity
Testers must think beyond what is expected of the software and think about how users can misuse the software, if there are loop holes here – again, you need to report to the developer.
5) Programming Skills
In case of automation testing, programming skills is a must. Knowledge of coding can help testers understand the kind of bugs that can be injected during programming.
6) Knowledge of Testing Techniques
Software tester must not only be aware of different testing techniques, but also must have worked on at least some testing techniques.
These are a few traits I personally believe every QA must possess. Do you have any more to add to the list?