Page 1 of 1

Can you go in depth, how Link Wizard works

PostPosted: Mon Jun 29, 2015 12:59 pm
by Rachelle
Afternoon:

How does the Link Wizard work?

I seem to getting two entries for the same FORM name on my page and I'd like to understand why?

Thanks

Re: Can you go in depth, how Link Wizard works

PostPosted: Tue Jun 30, 2015 4:00 pm
by eValid
Rachelle wrote:Afternoon:

How does the Link Wizard work?

I seem to getting two entries for the same FORM name on my page and I'd like to understand why?

Thanks


Thanks for asking Rachelle.

The Link Wizard scans the current page's DOM for tags that say "FORM" in HTML.

Here is the description from the eValid User Manual:

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

It creates the test script output with one line (or more, depending on options, see above documentation) for each such FORM element on the page.

It is entirely possible that your particular page has multiple FORM elements with the same name.

That probably indicates an HTML coding error on the part of your web page designer or maintainer.

You can always use the PageMap to isolate what forms are real and what ones are not.

That will let you confirm the detailed sourceIndex values in the generated script with what is actually on the page:

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

-- eValid Support