Page Object is a design pattern used when creating browser automation.
1
vote
0answers
44 views
Any experience in generating UI pages and test wrappers for UI?
Imagine that there is a non-trivial logic in the page, for example:
IF element E1 in dropdown D1 is selected THEN button B1 is disabled ELSE B1 is enabled
IF element E2 in dropdown D2 is selected ...