Page 1 of 1

Using eValid to compile tests

PostPosted: Mon Mar 02, 2020 12:36 pm
by JohnsonJ
Hi.

Can eValid tests be compiled?

How is eValid able to do that?

Thanks

Re: Using eValid to compile tests

PostPosted: Tue Mar 03, 2020 8:45 am
by eValid
JohnsonJ wrote:Hi.

Can eValid tests be compiled?

How is eValid able to do that?

Thanks


Thanks for posting your question JohnsonJ.

The playback engine in eValid is strictly a playback-time interpretive engine.

It goes command by command until the script ends (or errors out or time out).

However, there is an available API, the eValid Programmatic Interface, or EPI, that DOES let you compile a test:

http://www.e-valid.com/Promotion/EPI/general.html

The C++ library associated with the interface will "absorb" an eValid script and express it a run time the same way that eValid handles it.


-- eValid Support