Page 1 of 1

Flag Processing

PostPosted: Wed Mar 26, 2008 2:59 pm
by unsigned
Does eValid have the abiltiy to flag events for
alternative processing?

Re: Flag Processing

PostPosted: Wed Mar 26, 2008 3:00 pm
by monitoring
eValid, during playback, has ERROR, WARNING, ALARM and TIMEOUT flags that
can be used to adjust the flow of control as described here:

http://www.e-Valid.com/Products/Documen ... rting.html
http://www.e-Valid.com/Products/Documen ... .html#flag

For websites where pages are delivered asynchronously, it may be
necessary to use one of the two special synchronization commands
descrbed below to assure reliable playback.

Synchronization based on text in the page (sync is 100% internal):
http://www.e-Valid.com/Products/Documen ... SyncOnText

Synchronization based on a particular image content in the page
(requires desktop):
http://www.e-Valid.com/Products/Documen ... xySyncRect

If you wish to -- and for AJAX like applications this capability may
be NECESSARY to maintain playback synchronizations -- you can validate
and synchronize on ANY element [or element property value] in the page,
using:

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