Hey, We are using JsUnit. And we've encountered the following error on some machines when running tests against IE 6.0, "Can't execute code from a freed...
John Horgan
JHorgan@...
Jan 13, 2005 3:53 pm
355
I've seen this when creating a javascript object on a page, passing it to another page, and getting rid of the first page. Specifically, I have had modal...
We experienced 3-4 hours of downtime this morning as we switched ISPs. Sorry for the inconvenience. I believe things should be working OK now. - Edward...
Hi, How to test the java script functions in the jsp,html pages. For example, suppose we have to text boxes to enter the numeric values and on clicking a...
There's two ways you can do this. One is to actually write a form on the page named form1 and test its value after calling the function. I don't like this...
Hi, Thank you very much. how to get familiar with javascript objects? can u provide some sites or online docs. ... on the ... don't like ... I prefer ... If...
One way to get familiar with objects is to take a look at the JsUnit code itself - we try to make it as OO as possible. In terms of mock objects, you might...
Try to start a JsUnit server, i've got following error, any idea? Thanks, ========================================== C:\jsunit>ant start_server Buildfile:...
I guess you are using the old version jdk. Please check your java version and make sure you are using at least jdk 1.4 to run it. rhuo221 <rhuo1@...>...
Here is my JDK/JRE/VM version: Total time: 1 second C:\jsunit>java -version java version "1.4.2_07" Java(TM) 2 Runtime Environment, Standard Edition (build...
What are people using to view the JSUnit server logs? What kind of questions are people asking of the logs? We think what we want to know is what test suits...
When I post a form to another page (asp), I want to run some javascript and I want to use jsunit to help with the debugging. In the htmlrunner page, you enter...
I'm having trouble getting jsunit to run on our (strange, proprietary, closed source) browser. It loads a test suite fine, say from "tests/testsuite.html", yet...
Hello, I don't know whether this kind of question came up in the past. Anyway, I new to JsUnit and I have some basic questions. Let me take an example of web...
JsUnit is for unit testing in-browser javascript, not for testing "walking through" web applications. Most likely you are looking for something like...
You use JSUnit to test the individual parts of a web site, all of the JS
functions that make up a web page/site. If you want to test a full web site
to make...
There's now a pretty detailed "Introduction to JsUnit" PowerPoint presentation available at http://www.edwardh.com/jsunit/talks/jsunit.ppt If you're new to...
Hi All, I have build a test script and I run it through the testRunner.html. I have build around 3 tests. After the run, when all the tests have passed how do...
Thanks for the great tool! I'm trying to use it distributed now. The DistributedTestTest fails under JDK1.5_01 (Windows 2000), even though it works under...
I noticed the run_self_tests target is not using the junit task. Is there a reason? It looks like this: <java classname="junit.textui.TestRunner"> <classpath...
All -- I'm a rank amateur with JSUnit, but I've been successful, so far, in running the DOM Test Suite with Firefox, Internet Explorer, and Opera. Safari is...
JsUnit does support Safari, but only if your Test Pages use the "declaration" mechanism of defining Test Functions. See the "Test Functions and Test Pages"...
Hi Edward -- ... Thank you for the quick reply; yes, the pages *do* use declare their test functions. Are you familiar with how the DOM Test Suite pages are ...
I'd like to make some patches to JsUnitServer using JDK 1.4 API and/or language features (e.g., asserts). But, JsUnit's javac target is 1.1. Does JsUnitServer...
... Oops, I should have written <exclude name="**/*TestTest.java" unless="end.to.end.test"/> Also, maybe printsummary="withOutAndErr" would have been better...
There's no reason I know of that we can't move to 1.4. Anyone else have an opinion? The compatibility with Mac OS 9 was just for IE, you're right. I've not...