6 messages in com.canoo.lists.webtestRe: [Webtest] RE: Webtest for JS and ...
FromSent OnAttachments
Craig Copeland13 Oct 2006 10:11 
Marc Guillemot16 Oct 2006 04:56 
Craig Copeland16 Oct 2006 07:22 
Paul King16 Oct 2006 13:28 
Marc Guillemot22 Oct 2006 12:41 
Craig Copeland23 Oct 2006 08:13 
Subject:Re: [Webtest] RE: Webtest for JS and dynamic webpages
From:Marc Guillemot (mgui@yahoo.fr)
Date:10/22/2006 12:41:50 PM
List:com.canoo.lists.webtest

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.