OzFramework / oz

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

refactor default validation logic #139

Closed Castone22 closed 5 years ago

Castone22 commented 5 years ago

Reflows the default validation logic on core elements to reduce the number of exit points and nested if statements.

greenarrowdb commented 5 years ago

What are we trying to achieve with this? No description provided.