I am running JSunit with an ant script that has been automated via CruiseControl and I ran into an issue while setting it up. JSunit is running its local...
In JsUnit 2.1, if you're not using the default port for the server, you need to change your "url" property to not just have "submitResults=true", but rather...
Edward, Thanks that worked with a minor tweak dropping the http:// submitResults=localhost:8090/jsunit/acceptor" as http was getting prepended to the url from...
... No, either or both is fine. Is the order of the tags (first load jsUnitCore then my ... No. What happens if the document ... As long as the browser...
Is there anyway to turn IE / FF / Safari to operate in a headless mode so I don't have to see the popup window when running eclipse plugin? thanks in advance, ...
I'm using Dojo as my Ajax framework, and it's somewhat painful to use web pages as the way to define our test cases and suites, since there's a lot of...
Right now, there's no good way to do that in JsUnit, but there's no reason we can't change it to allow it. Since a lot of Test Pages need to interact with...
Has anyone worked on auto generation of test case based on JS code? I basically want to have code gen simplify the generation of the test cases / stubs, test...
Some strangeness in Firefox: I use an XmlHttpRequest to contact the server during one of my tests, but instead of using my test page's location as the relative...
If I use the browser starting scripts in /bin/*, how do I get the jsunit server to shut down the browsers (ie. invoke the /bin/*/stop-browser scripts)? -- ...
This test (part of jsUnitAssertionTests.jtml) fails on the latest Safari (2.0.3 (417.9.3)): assertObjectEquals({ts:new Date()}, {ts:new Date()}); fail(failure...
... The real culprit here is that some browsers, like Konqueror and (as you've experienced) Safari, the 2 new Date()'s in the assertObjectEquals({ts:new...
I am trying to programmatically call JsUnit from Java classes. I have no particular purpose for doing this, but I want to find the different possibilities...
... don't have the ... specify an ... Thank you! I just put xwork.xml in my classpath and it worked. However, it wasn't packaged inside jsunit.jar (though I ...
I may be wrong but currently when running a suite from Eclipse the root path for addTestPage seems to be pointing to the JsUnit root or so it seems. This means...
... [cut] ... My MacBook arrived last week! I don't have much time yet to tinker, though. Anyway I've installed subversion and did a fresh checkout of jsunit ...
I was running the released jsunit (2.2alpha11). I haven't had a chance to get the latest SVN version. I'm guessing that there's not a difference between Intel...
Hello All, Finally getting some JsUnit testing into a project. Needed it badly! I'm using JsUnit to test something that uses the self keyword. From the point...
hi i m writing a test for a method which alerts you if one condition passes and returns a boolean value.I just want to check what the boolean value returned is...
Are you familiar with the notion of mocking functions/objects? In this case the simplest thing would be to mock out your function that does the alert, and...
Thanks for ur solution actually my collegue too gave exactly the same solution.Anyways thanks for ur support we have overcome the problem. ... this case ... ...
Hello, I have problems to run JSUnit tests in order to test Dojo code. It works fine in Firefox but make me an error with IE. The HTML Runner times out... Here...
HI everybody its my first experience with jsunit , just wated to know can the tests be run on parallel with the help of jsunit om multiple machines Regards ...
Yes; see the documentation on the JsUnit server. ... Yes; see the documentation on the JsUnit server. On 7/17/06, Saksena Mudit < muditsaksena1@... ...
... I'm not sure this is true. On Safari 2.0.4 (419.3), I ran the following: javascript:alert(new Date() === new Date()) -> false javascript:a={ts: new...