Skip to content

Learning UI testing online

Alvar Laigna | Posted on:Alvar Laigna | March 3, 2024 at 10:00 AM

A friend asked about how to get started with UI test automation and from where to learn. Here I’ve put together 2 week study plan and also listed the best tools on the market for that. I’m personally a huge fan of Playwright, but I have listed other popular tools as well so you can find what suits for you.

Photo by Alvaro Reyes on Unsplash

To kickstart your journey into UI testing with Playwright and Cypress, here’s a structured 2-week learning plan, incorporating highly recommended YouTube tutorials and resources to guide you through the basics to more advanced concepts. This plan balances learning between Cypress and Playwright, ensuring you gain a solid foundation in both.

Week 1: Cypress Fundamentals

Days 1-7: Understanding Cypress

Week 2: Exploring Playwright

Days 8-14: Introduction to Playwright

Additional Resources and Generic Advice on UI Testing

While Cypress and Playwright are excellent tools for UI testing, it’s beneficial to maintain a broader perspective. There are other tools like Selenium that have been widely used in the industry for a longer period. Each tool has its strengths, and the choice often depends on specific project requirements, such as the need for cross-browser testing, ease of setup, or integration capabilities.

For beginners

Understand the basics: Before diving into tools, ensure you understand the basics of UI testing, such as what it aims to achieve, the different types of testing (e.g., unit, integration, end-to-end), and the typical challenges encountered.

Practice: Hands-on practice is crucial. Start with simple test cases and gradually increase complexity as you become more comfortable.

Community and Support: Engage with online communities. Platforms like Stack Overflow, GitHub, and tool-specific forums are invaluable resources for solving problems and learning best practices.

YouTube Courses on Playwright & Cypress

Playwright

Cypress

More Free Online Courses on UI Testing

[Top]