eclipse - validate a numerical value with Robotframework/Python -
i'm trying validate whether numerical value somewhere on page between 0 , 40 max robotframework/python test using eclipse.
- the piece of text states 'x workitems..' located within message/status bar-like component on bottom of page, seen below:
what best practise in handling such scenarios?
use text command or similar pull out string. need use string library retrieve substring looking for, assert against expectations.
that said, above brittle in view , doesn't sound great approach. can dev team output number want attribute of element part of or somewhere more accessible in general?
Comments
Post a Comment