this post was submitted on 28 Jun 2023
464 points (97.2% liked)

Programmer Humor

19197 readers
1909 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 1 year ago (2 children)

As a manual QA, is writing unit tests a good way to build on coding skills?

[–] [email protected] 8 points 1 year ago

Ask your boss if there are paths for you to learn automated testing. It's a somewhat common career path for manual QA to become an SDET.

[–] [email protected] 6 points 1 year ago

No. If your goal is to move towards automated testing, see what language is used by the most popular automated frameworks and pick up a beginner's tutorial for that language.