[Webtest] RE: Webtest for JS and dynamic webpages
Marc Guillemot
Marc Guillemot <mguillemot@yahoo.fr>
Sun, 22 Oct 2006 21:42:13 +0200
Craig Copeland wrote:
> ...
>> 3) Not sure to really understand what is the aim of this. You want to
>> verify the debug messages?
> I use this to verify the outcome of particular JS calls where I believe there
> may be problems, but the outcome isn't explicitly shown. This is how I found
> the issue where table.rows[0].cells.length was returning 0 when the first
> element was <TH> instead of <TD>. Perhaps there is a way to send output to a
> Java or Javascript Console, but I don't know how to do that.
aren't the message on the console enough for such debug purposes?
Marc.