I'm OK with the original job posting, but let's try to keep subsequent discussion off of the group. Thanks. ... From: Larry Siden <lsiden@...> Sent:...
Hi all. I'm new to Unit Testing. I download a jsunit from sourceforge.net/jsunit and unzipped it on my machine under Fedora Core 2, java -jdk-1.4.2 My goal...
This is a bug that is fixed in JsUnit 2.1 (to be released soon). ... sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) ... ...
JsUnit version 2.1 has been released. It is available for download on Sourceforge, along with the changelog. Most of the changes from version 2.0 affect the...
Jörg No, I am referring to Edward's JSUnit. I have a perl script that will grind through your js files and create empty test functions for each method on an...
Hi, I'm trying to run the standalone test in 2.1, but I keep getting an error. The only change I've made to the build.xml is to the URL property, pointing it...
Looks like you don't have junit.jar in your ant lib directory. Copy jsunit/java/lib/junit.jar into {ANT_HOME}/lib. I did mention this in the documentation,...
I'd be happy to add the Perl script to the JsUnit distribution. You could be a developer on the JsUnit project, and maintain it. If you like, you could email...
I've been playing with JSUnit to see if I can deploy a single server with all of my JSUnit tests and code. I want to deploy several other servers (with the...
What you're trying to do is entirely possible. One issue may be that your remote machines aren't submitting to the right URL. Can you try to see whether...
That sounds quite promising, but I'm not quite sure what the full URL should be specfied in the 'submitResults' on the os/browser servers? I tried pointing it...
The full URL should look like "http://mainhost:8080/acceptor". That's the value of submitresults in the URL property of the remote machines. That is, the...
It looks like the 'http://' bit is prepended to the 'submitResults' value so I ended up just setting it like '...submitResults=main:8080/jsunit/acceptor'. ...
I'm having another problem with distributed tests. Now I can get my browser boxes talking back to the 'acceptor' servlet but the browsers just sit there after...
Sounds like the browsers still aren't really submitting to the main server. What evidence is there that they really do? If you watch the main server's JsUnit...
Compuware (Numega) DevPartner Studio can do this in IE-only. There is a "Web Script Coverage" utility that you run, which opens IE. Then you run your jsUnit...
I'm just wondering if this is possible. I have a web application with javascript that I need to test. When it loads up it will load a bunch of objects and a...
Whenever I try to run a test in IE, it generates a javascript error "Permission denied", Line 356. I am assuming that this refers to line 356 of JsUnitCore.js...
I wonder if you're running over HTTP with your test HTML and JS files deployed on a different domain from your JSUnit installation. If so, you need to change...
Hi , I am new in this jsunit tests, I wonder if there are other website besided the one to download the jscript framework, i need some very basic examples of...
There is the JSunit web site put up by Edward - http://www.edwardh.com/jsunit/ There are examples here: http://www.edwardh.com/jsunit/examples/example1.html To...
Thanks for the response, Edward, but both the HTML under test and the JS files are being read off my local file system under the "file:..." protocol....
Hmm. Is it possible that your code really is doing something that causes a Permission denied error? If you like, you could send me the code (or enough of it...
Thanks for your reply Justin, I think I understand better now... but tell me something. So in the case that I wanted to check not email input but other input...