Could I be a Test Engineer?

5 minutes read ā€¢

Disclaimer

This article demonstrates how to use AI Always use AI responsibly. Be aware of hallucination. Always fact-check outputs.

Could I be a Test Engineer?

Introduction

This post is first of a planned series that explores the idea of leveraging AI to ā€œtry onā€ different careers.

Like many professionals, Iā€™ve accumulated a broad and eclectic skillset but found myself wondering how to bridge gaps when exploring new opportunities. Using AI as a career co-pilot, Iā€™ll share roadmaps tailored to roles I find fascinating, beginning with this post.

Hereā€™s how Iā€™m using AI:

  1. Assess my compatibility with a role posted on LinkedIn.
  2. Create a roadmap of skills to bridge gaps in my knowledge.
  3. Generate a mermaid flowchart that visualises the roadmap.
  4. Tailor my resume and cover letter for the role (optional).

{% alert(warning=true) %} {% end %}


My Background

Iā€™ve always been passionate about technology. I got my first computer at 12. Its performance was shockingā€¦ Probably 10 years old when I got it. It barely ran XP, but I was determined to squeeze every last bit of juice out of it. My Dad had heard something about Linux in his sysadmin days and gave me a thick copy of a RedHat manual that was probably 10 years older than the computer. I read that thing late into the night and felt like Iā€™d discovered a whole new world of computing.

Before long I was running Ubuntu Jaunty Jackalope full time. My Dad was actually pretty proud of me. Proud enough he mentioned it in his speech at my wedding.

Computers aside, I grew interested in photography, then videography, then film. I pursued film in high school and university, but the job market in my part of the world was oversaturated and underpaid. Instead, of Hollywood, I found myself working at a startup specialising in virtual tours. Unlike editing feature films, these virtual tours only ever went together in the intended order. I quickly discovered how automation could streamline the repetition. My automations became more advanced and I picked up AutoHotkey šŸŽ¹, Javascript ā˜•ļø and Python šŸ on the way.

This spark led me to software development and later IT administration at a high school, managing Apple and Windows endpoints using Jamf, Intune, and SCCM.

At time of writing, this is where I remain.

Now, with a growing family, Iā€™m on the hunt for a remote-friendly role that offers better work-life balance and financial stability. While my eclectic background has rounded out my skills and made me a better problem-solver, itā€™s also left me with gaps that complicate job applications.

So, I had this idea: what if I asked AI to help me bridge those gaps?

Thatā€™s where this blog series comes in ā€” to map out actionable steps for career transitions.


Test Engineer: An Overview

Test Engineers ensure the quality and functionality of software through systematic testing processes. They create and execute test plans, identify bugs, and collaborate with developers to improve software reliability. This role is ideal for detail-oriented individuals who enjoy problem-solving and optimizing systems.


Roadmap to Becoming a Test Engineer

Phase 1: Foundations of Software Testing

What to Learn:

What to Do:

Phase 2: Tools and Automation

What to Learn:

What to Do:

Phase 3: Advanced Testing Techniques

What to Learn:

What to Do:

Phase 4: Collaboration and Open Source

What to Learn:

What to Do:


Visualizing the Plan

Hereā€™s a roadmap of the above plan:

graph LR
  A[Foundations of Software Testing] --> B[Tools and Automation]
  B --> C[Advanced Testing Techniques]
  C --> D[Collaboration and Open Source]
  A --> E[SDLC & Testing Basics]
  E --> F[Unittest in Python]
  B --> G[CI/CD Tools like GitLab]
  G --> H[Automation Scripts for Test Deployment]
  C --> I[Performance & Security Testing]
  I --> J[Dockerized Testing Environments]
  D --> K[Contribute to Open-Source Projects]
  K --> L[Build Portfolio]

Final Thoughts

Embarking on a career transition can feel overwhelming, but breaking the journey into phases makes it manageable. By focusing on foundational knowledge, hands-on practice, and collaboration, anyoneā€”including meā€”can work toward becoming a Test Engineer.

If youā€™ve walked this path or have resources to share, Iā€™d love to hear your insights in the comments. Stay tuned for the next post in this series, where Iā€™ll tackle another role with the help of AI!


Warning

LLMs can provide useful insights but are not foolproof. Validate the output before acting on it.