Page Object pattern in JavaScript

added by JavaScript Kicks
12/26/2018 8:18:31 AM

962 Views

The Page Object pattern is certainly the most utilized pattern when it comes to web application test automation. It is a powerful method for reducing code maintenance costs and code duplication which leads to increase of the re-usability and robustness.


0 comments