When writing automated test scripts, it’s easy to duplicate code to the point it
becomes unwieldy and hard to maintain.At Testery [https://testery.io], we
recommend breaking large Page Object classes down into smaller, independent, and
re-usable bits of code that represent the different entities on the page.