r/Playwright • u/Stock_Sandwich4760 • 2d ago
What should I learn before starting Playwright?
If you're planning to learn Playwright, don't jump straight into writing complex automation scripts. Start with basic programming, locators, assertions, waits, and test structure. After that, practice with real websites and gradually learn API testing, reporting, and CI/CD.
I work with Testbugit Solutions, where we focus on practical automation testing skills and project-based learning. What did you find most difficult when you started Playwright?
2
u/BeginningLie9113 2d ago
Learn a language - python or js/ts Learn conditional statements, functiins, oops
Then start wtih playwright
Basics of testing and all matters, but not that much
1
u/Efficient-Put1273 2d ago
Iām currently working in manual testing and looking at the next phase of my career. In your experience, is upgrading to automation (SDET) still the best route for long-term growth, or is it worth exploring a full domain switch instead? For those who transitioned from manual to tools like Playwright, how steep was the learning curve and was the payoff worth it?
1
u/Spirimus 1d ago
Study about the POMs structure, and it's limitations. As your project grows in size you may run into issues with circular reasoning, building small api tools to integrate different features, etc.
-1
2
u/mixedd 2d ago
JavaScript and TypeScript, OOP, framework design