Is anyone running JsUnit on IE8? If so, is it working for you, or are you seeing the same issue I am? If all my tests pass, IE8 will give me a green bar....
Hi, I'm facing a similar problem. Could not even load the other js function. How to load the other js file? is there any import statement is have to include?...
Hey, After some tinkering with jsUnit, I've found one thing to be very frustrating: there is no simple way to run tests. It seems like the only way to run...
I determined that there is a problem with IE8 Beta 2 throwing exceptions across frames (which JsUnit does). If interested, I reported this problem to...
I tried to replied to this, but it seems to have been lost. It included a link to a support issue I opened with Microsoft. Maybe I can't post links to this...
Yes, it's still under development. However, we've been slack on releasing the 2.2 final release for a long time now :) Yes, 1.x tests should work fine under...
Hi, I'm trying to extend the functionality of jsunit by getting jscoverage tests to submit results to a log file during the automated build of our product. ...
Is there a method by which I can test Page Methods in JSUnit. As u must be aware, a page method is called asynchronously, and there are two handlers which...
Hi guys, I start saying that I pretty new to jsUnit, so please be tollerant :) Is it possible with jsunit to run it on a server without opening any browser? If...
InfoQ has published an article I've written. Nothing much in there on advanced JsUnit features but plenty of good stuff on JsMock and testing in general. ...
Hello I use jsunit for my javascript testing and I need tools in order to compare xml results (as DOM trees). When coding in java I use the excellent XMLunit...
Hi, I've got a function that can return NaN, but I want to test that it really does return NaN and not "blah". But NaN != NaN and isNaN(NaN) === isNaN("blah") ...
Hi, I've been struggling for three days but keep getting an error referencing fetching the remote config file: distributed_test: [junit] Feb 27, 2009 4:23:48...
Hi all, I'm just getting started with JSUnit and with xUnit in general, and was wanted to make sure I'm on the right track. In one test I am writing I want to...
OK, I did it, I mean I broke it in the first place. 1) I wasn't using the ip address/port correctly 2) an the biggie: I hadn't started the JsUnit server on the...
Thus far this is what I've tried, I'm using Firefox 3.07 1. Made sure in about:config that the property browser.cache.check_doc_frequency is set to 1 which the...
Will some admin on this list please block the idiot who keeps posting the "How to Run a Small Business" over and over? It was annoying enough the first time I...
Done. Somehow the person managed to add an entry to the group's calendar, and the calendar was sending reminder emails. I've removed the event from the...
Darren, I've just started using JSunit and ran into the same issue. After digging through some of the servlet code, I discovered that an URL with the following...
IE 8 works with JsUnit 2.1 if you can revert. We tried to upgrade to 2.2 in order to get the new server timeout setting, but ran into the "Object doesn't...
Thanks for responding. FYI: Microsoft has not responded to my bug report either. In fact, my post seems to have been removed from their message boards....
Hi. I am looking at jsunit as an option for testing my group's javascript code, and I wanted to make sure that it is easy to integrate jsunit tests into an...