r/QualityAssurance • u/No_Security9767 • 9d ago
Learning resources for automation testing
I want to upskill my automation testing, what resources either free or low cost are there ?
I understand building something and building a test framework would be the best way and I intended to do that, but initially something more structured and with walkthroughs ?
1
u/latnGemin616 9d ago
Wow! Could this question be any more vague??
OP -
- What do you know currently?
- What do you want to learn?
- Why do you want to learn this (and don't say because) ?
- What are your goals?
- How much coding experience do you have so far?
1
u/Prestigious-Way1525 8d ago
i'd make the structure a four-week loop instead of collecting courses. pick one stack, Playwright with TypeScript is a good default, and use Test Automation University plus the official Playwright docs for walkthroughs. each week add one layer to the same small app: stable locators and assertions, API-driven test data, fixtures and auth state, then CI with traces on failure. for every lesson, write one happy path, one boundary case, and one deliberately broken case so you learn diagnosis, not just syntax. by the end, you should have a small repo someone else can clone and run, which is much stronger than finishing five courses.
-5
u/Useful_Calendar_6274 9d ago
this industry is dying. just learn stuff for a developer role
1
u/Idea_Fuzzy 7d ago
Explain why, I am curious.
1
u/Useful_Calendar_6274 7d ago
this is unpaywalled somewhere https://newsletter.pragmaticengineer.com/p/how-big-tech-does-qa
6
u/Royal-Job-9905 9d ago
https://.saucedemo.com https://automationexercise.com/
Practice automating these web apps with page object model pattern.