Skip to content

Implement Page Object Model

Latest
Compare
Choose a tag to compare
@TheBookKnight TheBookKnight released this 29 May 00:34
· 3 commits to master since this release

Page Object Model makes it easier to:

  1. Build automation scripts quickly. If someone defined the page object and methods already, you can use it.
  2. More developer friendly. It's easier to understand the test behavior at a higher level
  3. Easier maintainance so if several page objects change, you can edit it quickly