Page 1 of 1

How to Use the "save record" Command?

PostPosted: Thu Feb 05, 2009 12:11 pm
by fjgroup
I have been trying to use the "save record" command have been unsuccessful.
What we are trying to accomplish is save a record from one report (the gross
sales of a business) then go to another report (and get the gross sales
total from the 2nd report) and compare. Using the instructions you had sent
us I tried to accomplish that and was unable. Is there somewhere else in the
documentation that has another explanation of its use?

Thanks,
Jeff

Re: How to Use the "save record" Command?

PostPosted: Thu Feb 05, 2009 12:13 pm
by regressiontesting
SaveRecord is intended more to take data from eValid and deliver it
to the outside world. This is used mostly in monitoring.

During a test, you can also read/write attributes of page elements
using scripted commands like IndexRead, ValueRead, ValueGetElement
and ValuePutElement.

Along the way you probably would script in IndexFindElement to
identify what you want to operate on.

eValid has special commands to allow manipulation of DOM values and activites,
summarized here:

http://www.e-Valid.com/Products/Documen ... tives.html

Here is a short description of how to create 100% DOM-based
tests using eValid internal DOM processing resources:

http://www.e-Valid.com/Products/Documen ... ocess.html

Hope this helps.