Page 1 of 1

Arithmetic...

PostPosted: Thu Dec 10, 2009 2:53 pm
by aj912
We really like eValid and the simplicity of the command language...you guys have a great product there.

But we have a need to validate a computation that is done by our server. We have two numbers, from two different screens, and we need to assure that these two are within N% of each other.

How do you do that with eValid?

Re: Arithmetic...

PostPosted: Tue Jan 12, 2010 12:58 pm
by eValid
aj912 wrote:We really like eValid and the simplicity of the command language...you guys have a great product there.

But we have a need to validate a computation that is done by our server. We have two numbers, from two different screens, and we need to assure that these two are within N% of each other.

How do you do that with eValid?

Given that you know how to find the two items on the two screens, you use the DOM input/output commands to write the values to two local files, and the run a batch-mode command to determine whether the two values are close enough. That command would then specify the precision you want to use in making the comparison.

--The eValid Team