Page 1 of 1

Will eValid work on an AJAX App with autocomplete fuction?

PostPosted: Thu Mar 03, 2016 9:21 am
by CDucheau
Morning.

What about testing the autocomplete function on an AJAX application?

Can eValid do that?

How?

Thanks

Re: Will eValid work on an AJAX App with autocomplete fuctio

PostPosted: Thu Mar 03, 2016 12:02 pm
by eValid
CDucheau wrote:Morning.

What about testing the autocomplete function on an AJAX application?

Can eValid do that?

How?

Thanks


Thanks for asking CDucheau.

For the record, yes, that can be quite a trick feature to test.

But "can we do it, yes we can" applies.

Here is a detailed writeup of testing the autocomplete feature in a popular web search application:

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

The "trick" here is to look into the DOM after typing in part of the search term, and doing the validation direct from the DOM.

Hope that helps answer your question.

-- eValid Support