Hi there, we've recently integrated our jsunit tests with the rest of our build by making use of your StandaloneTest ant target - what a great feature, thanks....
Hello! I'm having a bit of an issue trying to get distributed tests to run. Namely, when I run the ant task 'distributed_test', I get a long exception,...
Further to this, I'm using JDK version 1.5.0_02 to compile this. Is there any good way to 'debug' this, considering I'm not familiar with Java? i.e., can I...
Ah! Not sure if this helps, but I found that submitRequestTo ends up creating a request to a servlet, runner. If I run that link in IE, or what have you, it...
I've not heard of this problem, but with regard to your question on debugging it, all the Java source is bundled with the distribution. I'd just fire it up in...
Hi Edward, The patch at the end of this email is based on Erik Hanson's http://groups.yahoo.com/group/jsunit/message/278 needed and tested on Mac OS 10.3.2, to...
Hi,EdWard I'm trying jsunit on our embedded platform that the browser based on Mozilla/5.0(compatible;Konqueror/2.2.2;X11). It failed to run jsunit selftest...
Sorry if this is repeat information to anyone... I didn't see it here so I had to figure a few things out, thought I'd share it back. I coped from the...
Hi All, I am facing a problem while testing a JSP page which contains some Javascript code.I am using httpunit for testing. Here is my test method: ...
There's no real way that I can think of to have JsUnit run within an HTTPUnit/JWebUnit test. ... From: jsunit@yahoogroups.com [mailto:jsunit@yahoogroups.com]...
... You can use JsUnit to unit test your JavaScript. But it cannot help HttpUnit with your system tests. For those, you could try: 1. HttpUnit uses the...
Hi Everybody: I looked at JSUnit today and was pleasantly surprised; it will be very useful on my project. However, I can't get autodiscovery to work in IE 6....
I attempted to run the DOM Test Suites with Opera 8.0.1 on Windows with the submit test results checked. The test suite completed, there appeared to be no...
Hello, Your page works fine for me (1st test passes, 2nd fails). The only change needed is to set the path to jsUnitCore.js relative to the test page location....
JSUnit: I expand jsunit2_1.zip, and its tests pass. Then I copy jsUnitTestSuite.html and jsUnitAssertionTests.html into my project's folder. I fixup...
I'm running a few tests in sequence, and it seems like the changes to the DOM from one test are affecting the other tests after it. Example from my CSSUtils...
Benjamin Jackson
ben@...
Jul 17, 2005 11:05 pm
419
Tests aren't supposed to reset the environment when you exit. If that is the
behavior you want then you have to do that your self. When doing any testing
you...
The real answer to this is that to mirror typical XUnit behavior, the Test Page ought to be reloaded after each Test Function has been executed (compare with...
Hi Edward. We use JsUnit and we love it very much! The only problem is that our test engineers want to use "showTestFrame" feature in the Mozilla and Firefox...
Ah, very good. I've integrated the code and checked it in. This will be in the next release of JsUnit. Thanks, - Edward ... From: jsunit@yahoogroups.com...
New to JsUnit and wish to use it with our .NET framework (hence nAnt) continous intetegration. Has anyone figured out an ideal solution, or can a test suite...
I would like to test asynchronous behaviour (e.g. loading an XML dataset or testing the condition of tasks that required control to be handed back to the...
Hi Misha This is operating system dependant. Remote shell (rsh) for *nix or Telnet for Windows 2k+ (configure using control panel) can be used for example. ...
Hello, You can also use the target antServer from ant-contrib ( http://ant-contrib.sourceforge.net/tasks/tasks/index.html ) so you start remotely jsUnit server...