Where should I start?

I am 38 years old, a manager in a different sector. I want to change my career. Maybe I can do it as a side job at first, but I want to create a new career in QA.
Do you think it is too late for this?
If not, where should I start? Which courses would you recommend? There is Freecodecamp but I havenā€™t started yet.

6 Likes

Hi Sina!

This is a BIG question! I think where to start has a lot do with context and there are a few questions youā€™ll probably want to ask yourself before you make the career transition. Some of these I suggest asking yourself because Iā€™m in the same age range (a touch older).

Questions to ask yourself:

  • Can I afford to make this change - depending on your salary now, you may end up taking a pay cut when you find your first testing job
  • Are there ways to learn on the job at your current company through a job shadow or mentor/apprentice program?
  • What do you want your focus to be? Automation or manual?

My thoughts:

  • Itā€™s never too late to try something new! And people with experience from the business side bring a ton of value that others donā€™t always have because youā€™ve seen things from the other side
  • Where to start depends on what you want to do. I highly recommend the MoT resources as well as Free Code Campā€™s new testing course (and their others as well, they create good content). Also Test Automation University has some great resources for getting started in automation
  • Books are a great resource and you canā€™t go wrong with options like Explore It! by Elizabeth Hendrickson and the Agile Testing books by Lisa Crispin and Janet Gregory
3 Likes

Do you think it is too late for this?

Absolutely not. Iā€™ve met really solid software testers that started who were much older than you and from non-software industries.

Also testing is something that anyone can do but spend a lifetime getting good at. There are technical aspects, like using specific tools (Wireshark, Selenium, Database UIs, and so on), reading or writing code, and things like that, but the initial thinking is very simple. Look for the risk then tell someone important.

I think all you need is an interest in learning, problem solving and challenging the safe assumptions. Confidence with people I find very helpful as testing is very social - ideally we work for and with nearly everyone in the building.

If not, where should I start?

That depends on where you are and where you want to be. There are roles that are based on doing test cases that are handed to you, thereā€™s roles in tooling which is mostly coding (for your strategy or someone elseā€™s), or there are roles for guiding other testers. Consider your strengths and interests and how youā€™d be interested in applying yourself.

I come from a CDT background, where I am placed into new companies or teams and can get going without instruction or permission. I like that I can support the people around me in whatever way works best, improve processes so that they work for everyone, take responsibility for what I test, when and how. I like the freedom I have to make a difference with minimal waste.

However, this can be limiting. I can only work in certain places that permit that sort of trust in my ability because I canā€™t limit myself and be happy at the same time. If you cannot move house, for example, this becomes an issue because you are limited to roles nearer to you. Or if you particularly love banks or the military those industries tend towards archaic micromanagement and are corseted by mandated standardisation in my experience.

Itā€™s also not to everyoneā€™s interest to be that proactive. Finding a company/role that aligns with your values is what I recommend.

Which courses would you recommend?

I can only talk from my own perspective, but with that in mind:

MoT did some courses all of which I got something from, but these (and similar) courses tend towards adding new colours and paintbrushes to your paintbox rather than teaching how to paint. I was originally self-taught the building blocks of testing using the RST course material (and the philosophy of science module from my degree), and I did go on the RST course and found it very helpful. Itā€™s based on experiential learning and building skills, and the interactivity also keeps a good energy and learning environment. I recommend it to anyone that wants to be very good at testing, starting from scratch or otherwise. That being said itā€™s also an investment of time, money and effort.

If you have an interest in the philosophy of science much of the thinking in testing is based on those ideas (testing is science), and I found my reading there very helpful. Most of my favourite books on testing donā€™t mention testing at all. Tacit and Explicit Knowledge by Harry Collins is an excellent insight into how information behaves in both people and machines that shaped a lot of new thinking in the testing arena, and itā€™s a social science book.

You donā€™t have to go right back to the wires of theory, of course, but the readingā€™s there if you want it and it interests you. Thereā€™s all kinds of ways to look at testing. I sometimes watch Adam Savage videos and see the parallels of testing in his work. Sometimes Iā€™ll test an open source project to experience new contexts and challenges.

Freecodecamp

Coding is a really useful thing to be able to do. You can build your own tools, for one thing. Itā€™s also useful to understand principles of coding so that you can spot probable causes of problems, and to break down how parts of a system work so that you can properly analyse them.

However, itā€™s also very resistant to learning unless youā€™re into it. If you love problem solving, logic, syntax and have a particular resistance to (or questionable enjoyment of) emotional distress then I recommend coding. You donā€™t have to be fantastic at it, either, even simple coding concepts are useful in building mental models of systems. Once you have the principles you can apply them to any new language or tool just by becoming familiar with new syntax.

Hopefully some of that is useful. I always answer this question slightly differently each time so hereā€™s some further reading on similar questions I threw my hat into that might be helpful:

2 Likes

I didnā€™t start in testing until I was 37 years old and had a logistics, audit and customer service background. I did have an interest in technology which helped me look ā€˜under the hoodā€™ of software but if I hadnā€™t that wouldnā€™t have been a blocker.
Where to start?
For me as someone who has designed and taught testing bootcamps and apprentices Iā€™d start with understanding what testing is and isnā€™t. Agile Testing and More Agile Testing by Lisa Crispin and Janet Gregory are excellent books with lots of brilliant information.
Iā€™d then look into the testing mindset. Some people use that term without really defining what they mean but for me it is going far beyond the surface level. Looking at something from multiple perspectives, thinking about potential risks, driving out ambiguity.
A great example is an exercise where we ask, what does ā€˜Mary had a little lambā€™ actually mean. Most people have heard of the nursery rhyme but if you think about each work individually there are many meanings. Mary could be a sheep. Had is past tense so is the lamb gone or has it grown up? What does ā€˜littleā€™ actually mean?
From there you should have a good foundation to look at test techniques while also being able to talk about testing. You would be amazed how many testers canā€™t talk about testing well.
Hope this helps.

YMMV. For me personally, testing is a deeply and inherently pleasant career. Fells like I finally figured out what I really want to do when I grow up.

Oh, and I started at 40.