Haven't really thought of this. Tellurium can track Javascript error stack in Selenium core or Engine, but may not the Javascript in web applications. For web applications, you can always pause the tests and check the JavaScript error console for error messages, then use Firebug to track the error. The following wiki page may give you some hint on this.
http://code.google.com/p/aost/wiki/TelluriumJQueryFirebug Thanks, Jian On Thu, Oct 14, 2010 at 6:07 AM, Eric Gokavi <[email protected]> wrote: > Hello, > > If i have a java script error while testing my application with > tellurium can tellurium track it? > Have anyone tried this or come accross this? > > > Thanks, > --Eric. > > -- > You received this message because you are subscribed to the Google Groups > "tellurium-users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<tellurium-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/tellurium-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "tellurium-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tellurium-users?hl=en.
