Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 552 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 552 Bytes

Forum-automation

List of nice-to-have improvements:

  1. separate pages into their own package
  2. use custom elements (Button, TextBox) instead of generic WebElements
  3. implement nested elements that work fine with pageFactory. Currently nested elements are handled directly in page behavior methods. While this technically fits to page object concept, since we have one place in code per locator, I'd like to have nested elements structure.
  4. data preparation through api (create/delete users, ensure state of the system before start of the test)