January 15, 2018
Learn all about different design pattern (like Page Object Model, Page Factory) for Selenium tests. JavaC#RubyPythonJavaScript
(more…)
January 15, 2018
In all prior lesson, we used rather small and easily contained examples to implement our Selenium test cases. Unfortunately, this does not represent the real world usage that good. To get better and more maintainable tests we will need to come up with a better structure for our tests. The
(more…)
June 19, 2017
Learn all about different design pattern (like Page Object Model, Page Factory) for Selenium tests. In this lesson you will learn: How to use a Page Object Model How to use a Page Factory Prerequisites: Ideally, you should complete these lessons first: Local Selenium Setup Development Environment Setup for your
(more…)