Page 1 of 1

How can I quickly test and debug my ECMAscript expressions?

Posted: Wed Jun 11, 2003 4:11 pm
by support
For some ECMAScript (Javascript) expressions, it may be easier to develop and test your script in a separate web page, which you then test using your web browser.

To test ECMAScript within your VoiceXML code, use the <value> tag along with text to speech to have the platform read the values of key expressions and variables. Alternatively, use the <log> tag to write these values into the session logs.