Playwright tutorials for beginners- Page Object Model using Playwright and Typescript - Step by Step

preview_player
Показать описание
In most companies, we have seen that automation codes are not organized properly. Because of that, there is so much redundant and duplicate code. This code becomes difficult to manage over time. Also, it is difficult to understand for new test automation engineers. Page Object Model (POM) is a design pattern used to organize test automation code such that it is more reusable, readable, scalable, and easier to collaborate. In Playwright implementing the Page Object model is easy and manageable if you do it initially only. So if you are planning to automate your UI using Playwright, consider using the Page Object Model. In this video, we will learn,
1. what is the Page Object Model
2. Benefits of Page Object Model
3. How to implement the Page Object Model with playwright and typescript?- Step by step.
4. if any drawbacks
5. Conclusion

#softwaretesting #automationtesting #playwright

If you are QA and want to stay updated and learn something new, please Subscribe to this channel.
Follow-
Рекомендации по теме
Комментарии
Автор

Great video. simple explanation. Amazing. Can you please share the page object mode code also? github url is preferred.

starSha
Автор

Thank you. Clear explanation of using POM on Playwright with Typescript

somkhit_phosavath