show/hide this revision's text 2 added 218 characters in body

Do you enjoy figuring out how to break things? Are you good at it? Being good at QA and good at software development is an excellent niche - being able to think like a programmer makes your testing more comprehensive and your debugging more productive, while being able to think like a tester makes your code more reliable.

Regarding prestige: The fact that this job pays better than dev is one indication that the company values QA, which is excellent. Additionally, there are several advantages to being a programmer in QA rather than a straight software developer that you might not have considered. One is that QA engineers tend to have a wider scope than developers. Rather than spending all your time on one narrow area, you can be a little more high level and look at how the different components fit together and how small pieces of code fit into the larger picture. Another is that QA engineers - in a company that values them - have more power to get things fixed than almost anyone else in the company. As a QA programmer you write code to test code; doing so often reveals that the specifications are unclear. You will often find yourself effectively defining what the proper behavior should be because the definition of proper behavior is essentially whatever passes your test code.

So you have the power to fix things by declaring broken behavior "a bug", you have a wide scope, and you have the ability to become a true expert in how the software as a whole is supposed to work, even more so than the developers who understand in depth only their tiny piece of it. And it's more of a "people" job - you get to work closely with the developers and project managers rather than having your head down in code quite so much..while still being technical and producing technical products. Lastly, the work tends to be less stressful than software development. When horrible bugs crop up you find them but get to pass the work of actually fixing them to somebody else. The more problems there are in the code, the better you look and the more it feels like you're making progress at the same time the developers are all tearing their hair out.

In sum, there's quite a lot to like about a QA/Dev role and getting some QA experience.

If you do so, you can call yourself a Software Developer in Test or a QA Software Tools Engineer and think of yourself as producing testware - code and documents that make the code better - in lieu of software.

show/hide this revision's text 1

Do you enjoy figuring out how to break things? Are you good at it? Being good at QA and good at software development is an excellent niche - being able to think like a programmer makes your testing more comprehensive and your debugging more productive, while being able to think like a tester makes your code more reliable.

Regarding prestige: The fact that this job pays better than dev is one indication that the company values QA, which is excellent. Additionally, there are several advantages to being a programmer in QA rather than a straight software developer that you might not have considered. One is that QA engineers tend to have a wider scope than developers. Rather than spending all your time on one narrow area, you can be a little more high level and look at how the different components fit together and how small pieces of code fit into the larger picture. Another is that QA engineers - in a company that values them - have more power to get things fixed than almost anyone else in the company. As a QA programmer you write code to test code; doing so often reveals that the specifications are unclear. You will often find yourself effectively defining what the proper behavior should be because the definition of proper behavior is essentially whatever passes your test code.

So you have the power to fix things by declaring broken behavior "a bug", you have a wide scope, and you have the ability to become a true expert in how the software as a whole is supposed to work, even more so than the developers who understand in depth only their tiny piece of it. And it's more of a "people" job - you get to work closely with the developers and project managers rather than having your head down in code quite so much..while still being technical and producing technical products. Lastly, the work tends to be less stressful than software development. When horrible bugs crop up you find them but get to pass the work of actually fixing them to somebody else. The more problems there are in the code, the better you look and the more it feels like you're making progress at the same time the developers are all tearing their hair out.

In sum, there's quite a lot to like about a QA/Dev role and getting some QA experience.