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
Adding clear flag to allow a manual clear on a per element basis #128
During use in our AUT, we've found that Oz can get a bit finicky on filling certain fields if the field already had a value. We added in the @clear flag to allow us to set particular elements to manually clear no matter which browser they're in.
I feel this would be a good candidate for CORE, as it's a behavior I've seen while testing other applications as well.
During use in our AUT, we've found that Oz can get a bit finicky on filling certain fields if the field already had a value. We added in the
@clear
flag to allow us to set particular elements to manually clear no matter which browser they're in.I feel this would be a good candidate for CORE, as it's a behavior I've seen while testing other applications as well.