Monday, November 20, 2006

JsUnit caching

Ok, so just turning off caching in IE works and I suspect the same will be true for FireFox. Makes sense when I step back and think about it. But now the troubling thing for me is the lack of coverage tools for JsUnit testing. I guess I can just put in a bunch of pesky alerts and figure out which bits aren't being called. 8)

1 Comments:

At 27 November, 2006 10:59, Anonymous Jason said...

Alerts are very pesky :) I would log an entry to a file, that way the execution is not halted.

Mind you I would probably also make the file XML so that I could format filter etc... from a client viewing tool.

or even create a DTD (a bit old but works) to verify that all code was executed.

:)

 

Post a Comment

Links to this post:

Create a Link

<< Home