How do I test Ajax methods?

grosch
Mega Expert

I have a script include where the class inherits from AbstractAjaxProcessor, and I call it via a GlideAjax() object.   Since it's Ajax, i can't test this from the "Scripts - Background" module.   I seem to remember there's some way to pop up a window that lets me do Ajax type calls.   Anybody know what that is?

1 ACCEPTED SOLUTION

Mark Stanger
Giga Sage

CTRL+ALT+Shift+J will fire up the client-side javascript executor.   That should allow you to issue your GlideAjax calls.


View solution in original post

5 REPLIES 5

grosch
Mega Expert

Thank you!