Page Object Model Framework In Selenium | xUnit Tutorial | Part VIII
This video is part of the xUnit.NET Testing Tutorial Series for Beginners. In this video, Anton Angelov (@angelovstanton) helps understand Page Object design pattern in Selenium C#. Along with deep-diving into how to use the Page Objects, he also demonstrates the usage of POM (Page Object Model) to run the tests in the Selenium cloud with the help of examples.
Introduction to Project Page design pattern
Recap of xUnit tutorial series course module
Getting started with Page object design pattern
Deep dive into Page Object Pattern
Demonstration (or usage) of Page Object pattern
Using Assertions in Selenium C#
Initializing the object before each test
Exploring another Page Object Pattern
Conclusion of Session