samwill wrote:Does eValid have any way (any easy way?) to check whether a particular arithmetic formula was applied to a calculation correctly?
If you know the expected value as a simple string, then the easiest way to confirm that the answer the application got is the one you expect is simply to validate the text in that area of the page.
eValid has several ways to do this -- the simplest just being a
ValidateSelectedText command, one that you can record from the GUI.
eValid is not limited to that, as you may know. There is a complete collection of "
Validate--something" commands that eValid can apply. The most general of those is the
ValidateSelectedObjProperty command, which can confirm the content/value of ANY property of ANY element on the page -- no matter how complicated the page is.
-The eValid Team