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:

screenshot

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

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -