Page 1 of 1

Can eValid handle a single input text field??

PostPosted: Mon Nov 30, 2015 5:12 pm
by CelesteY
Evening.

How does eValid handle Testing a single form text input field?

Thanks

Re: Can eValid handle a single input text field??

PostPosted: Tue Dec 01, 2015 10:51 am
by eValid
CelesteY wrote:Evening.

How does eValid handle Testing a single form text input field?

Thanks


Very good question CelesteY.

First, here is a description of how eValid looks into your page:

http://www.e-valid.com/Products/Documen ... cture.html

So the first thing to do is figure out where the input field is on the page.

This means that you have to find the current souceIndex of the element that contains the required tag.

You usually will do this by searching for the ID tag in the element.

Once you know the location, you use the IndexInputValue command to insert the required value into the property name, e.g. "TEXT", of that element.

Here, in summary, are the commands to that do the job:

http://www.e-valid.com/Products/Documen ... ple05.html

-- eValid Support