Oz is a behavioral web-ui testing framework developed to reduce test maintenance by using a predictive model rather than a scriptive model when writing tests.
Apache License 2.0
23
stars
7
forks
source link
add activateIf method to core elements and groups #42
we want to be able to do something like:
element.on_fill do group.activateIf(element.value == 'checked') end
and have the group/element be activated/deactivated accordingly