logo logo

You Are an SDET – What’s Next in Your Career?

SDET - What's Next

Let’s assume that you are an SDET that focuses primarily on web test automation with a library such as Selenium WebDriver. You are proficient at building an automation framework and using it for automating manual test cases. You had done this type of work for a number of projects already and started noticing that you are repeating more and more the same types of activities.

So, after a while, you start asking yourself – What is next? 🎯

  • What is next after being an SDET?
  • Is this all you will do in your career?
  • Can you move to another level either vertically or horizontally?

There are many directions that you can take to evolve and expand your career path. Here are my top 5 picks 😉

 

1. Become A Test Automation Trainer

Any development project has developers and testers. If the testers do not do any test automation yet, they should start doing it.
But before this happens, they need training and coaching in learning a programming language, a unit testing framework and an automation framework.

Since you know all these things very well, you are a great candidate for becoming a trainer and helping others do what you do 🎓👌

 

2. Diversify the Type of Test Automation That You Can Do

If you did a lot of web test automation, you could start looking into mobile automation (with Appium or similar tools), or explore desktop test automation tools.

Or how about API automation? In any project, there should be more API automation than UI, so how about looking there for your next step? There are many frameworks available such as Rest Assured for Java, Rest Sharp for C# and you can also use Javascript and Node.JS for it.

There are as many types of test automation as there are types of applications, so you should learn how to do more than one.

 

3. Do More Development

Test automation is the most common task for an SDET, but there are many other ways in which the SDET can bring value. Any application that helps either the testing or development teams save time is very useful.

The application could be about:

  • Parsing logs
  • Building custom reports from JIRA
  • Verifying that data integrity of other apps is ok
  • Monitoring application status

Any SDET is a developer, so you should try doing development outside of test automation!

 

4. TestOps

Automated tests need to be executed many times per day in a CI/CD environment, ideally for each new build. This is usually covered by DevOps, but is this type of activity not doable by SDETs too? 

What is usually involved in running automated tests in CI/CD?

  1. Creating a job in a tool like Jenkins to run the automated tests
  2. Getting the code from Source Control using a git command
  3. Compiling the code using a tool like Maven
  4. Executing the code with Maven as well
  5. Collecting test execution results in HTML files

Git and Maven (or their equivalents) should already be well known to any SDET because:

  1. The code has to be stored in source control (Git)
  2. The project dependencies are managed by Maven

So the jump from SDET to something like TestOps engineer (assuming that this title exists 🤨) should not be a big deal.

All that’s needed is some training on a CI/CD tool (Jenkins, TeamCity, Azure Devops), learning how the add-ons to the CI/CD tool can be used and looking into building pipelines for parallel execution.

Fun fact to easily get you started – TestProject‘s free test automation platform has a built-in integration with Jenkins by using a simple plugin. Check out this tutorial for setting up your TestProject-Jenkins integration and become your own very TestOps within seconds 🚀

 

5. What’s Left? DevOps

An SDET with TestOps skills is not far away from DevOps. If SDETs are typically focused on test automation for apps, DevOps do automation for anything. Servers, environments, load balancers, cloud, virtual machines, and basically anything else that developers need in a project. So why not going there?

Of course, being a DevOps engineer requires Linux knowledge, Bash, Ansible, Chef, Puppet, Kubernetes, and a few others just to name a few. However, this still is a possibility for SDETs that do not want a small change in their careers but rather a big one 💥

 

Being an SDET does not have to be a career end for anyone. It can also be the starting point of a brand new career! 

Share in the comments below what is your next step ❓

 

About the author

Alex Siminiuc

Selenium automation blogging at https://seleniumjava.com

Comments

11 1 comment
  • Jorge Quiros October 31, 2019, 3:05 pm

    Thanks Alex for the article. At least for me, the next step is continuous improvements, you know, things may change in a matter of months so trying to be up to date, some TestOps would be good as well.

Leave a Reply

FacebookLinkedInTwitterEmail