Slide 8
Slide 8 text
• pypom_form benefits
• Simpler selectors, they are relative to the widget root
• No more long list of selectors on page object class
• Great way to deal with complex widgets (like list of dictionary data or datetimes).
It makes hard things easier
• If you provide the implementation for all your application widgets for your CMS-
form based like application, you will speed up your testing process. Productivity
increases!
• Clearner code on Page Object model classes, only business logic methods!
• pypom_form widgets are regions, automatic waits before interacting with the
widget (eg: load time, fields depending on other fields and so on)
pypom_form benefits