So I have a attribute verification step that looks like this:
AttributeName: readonly
AttributeName: <blank>
my markup looks something like this
<input type=text readonly id="text1">
<input type=text id="text2">
running the step against text1 produces a passed test
running the step against text2 also produces a passed test, even though the input textbox does not contain the readonly attribute.
Is there a better way to verify the existence of a particular attribute?
I know how to do this in code, but I'd always avoid code and use the builtin mechanisms first and foremost. :)
running test studio ultimate 2019.2.619.0