Page 1 of 1

JavaScript Errors

PostPosted: Mon Jun 23, 2014 3:40 pm
by RRogers
Afternoon.

I check the eValid documentation and read eValid can detect javascript errors.

Can other browsers detect JavaScript errors?

Thanks

Re: JavaScript Errors

PostPosted: Tue Jun 24, 2014 1:27 pm
by eValid
RRogers wrote:Afternoon.

I check the eValid documentation and read eValid can detect javascript errors.

Can other browsers detect JavaScript errors?

Thanks


Thanks for asking RRogers.

As far as we know, all of the popular browsers can detect JavaScript (JScript) errors, but in most cases this information is somewhat hidden from view.

In fact, very often a page that actually has a JavaScript (JScript) mistake will "run normally" or will seem to.

In the case of eValid, when a JavaScript (JScript) error is detected during test script playback eValid warns the user with a message in the EventLog:

http://www.e-Valid.com/Products/Documen ... rrors.html

Note that when you see this kind of message, eValid gives you the line number, character offset, and result code -- data needed in debugging your JavaScript.

-- eValid Support