Page 1 of 1

Can I read the test script values from a Windows OS

PostPosted: Thu Nov 10, 2022 10:46 am
by StellaM
Hi.

Is it possible to have my eValid test scripts read values from the Windows environment?

How do I do that.

Thanks

Re: Can I read the test script values from a Windows OS

PostPosted: Fri Nov 11, 2022 10:54 am
by eValid
StellaM wrote:Hi.

Is it possible to have my eValid test scripts read values from the Windows environment?

How do I do that.

Thanks


Thanks for posting your question, StellaM.

There are certain facts that are available to be imported into a script, using the format: $_name in the script.

Some of these are system values, and some are eValid specific.

Here is the complete list:

http://e-valid.com/Products/Documentati ... ables.html

These are "inbound only" in the sense that the script can read them, but the script cannot write them (e.g., you can't have the script overwriting the current date).


-- eValid Support