Search the web
Sign In
New User? Sign Up
jsunit
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 354 - 385 of 1225   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
354
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@...
Send Email
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...
Jason Bernstein
jdber
Offline Send Email
Jan 13, 2005
4:47 pm
356
I'm trying to get some documentation on using jsUnit, but the home page is down. Does anyone know its status?...
Michael L. Jones
mljones1947
Offline Send Email
Jan 14, 2005
4:43 pm
357
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...
Edward Hieatt
edwardhieatt
Offline Send Email
Jan 15, 2005
5:31 am
359
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...
superprince_1983
superprince_...
Offline Send Email
Feb 3, 2005
11:22 am
360
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...
David Chelimsky
dchelimsky
Offline Send Email
Feb 3, 2005
1:09 pm
361
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...
superprince_1983
superprince_...
Offline Send Email
Feb 3, 2005
2:16 pm
362
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...
Edward Hieatt
edwardhieatt
Offline Send Email
Feb 3, 2005
4:17 pm
363
Google "javascript objects" and there's a ton. Here's one that talks about both the built in objects (DOM) and how to create your own: ...
David Chelimsky
dchelimsky
Offline Send Email
Feb 4, 2005
4:59 am
364
Try to start a JsUnit server, i've got following error, any idea? Thanks, ========================================== C:\jsunit>ant start_server Buildfile:...
rhuo221
Offline Send Email
Feb 11, 2005
5:47 am
365
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@...>...
Peihuan Xu
pxu123
Offline Send Email
Feb 11, 2005
6:27 am
366
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...
rhuo221
Offline Send Email
Feb 11, 2005
6:50 am
367
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...
jc_hearn
Offline Send Email
Feb 11, 2005
10:35 pm
368
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...
wildahunden
Online Now Send Email
Feb 16, 2005
5:25 pm
369
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...
FourStringMother
FourStringMo...
Offline Send Email
Feb 23, 2005
8:03 pm
370
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...
DharaniLakshmi Govindan
haidharani
Offline Send Email
Feb 23, 2005
9:44 pm
371
JsUnit is for unit testing in-browser javascript, not for testing "walking through" web applications. Most likely you are looking for something like...
Edward Hieatt
edwardhieatt
Offline Send Email
Feb 23, 2005
9:54 pm
372
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...
Jim
diamondcompu...
Offline Send Email
Feb 23, 2005
10:03 pm
373
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...
Edward Hieatt
edwardhieatt
Offline Send Email
Feb 23, 2005
10:11 pm
375
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...
Jaswant
jsjasrotia
Offline Send Email
Mar 14, 2005
11:20 am
376
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...
J. David Beutel
david_beutel
Offline Send Email
Mar 16, 2005
4:33 am
377
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...
J. David Beutel
david_beutel
Offline Send Email
Mar 16, 2005
4:52 am
378
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...
hj_dhi
Offline Send Email
Mar 16, 2005
11:56 pm
379
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"...
Edward Hieatt
edwardhieatt
Offline Send Email
Mar 17, 2005
3:00 am
380
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 ...
Howard Jess
hj_dhi
Offline Send Email
Mar 17, 2005
7:50 pm
381
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...
J. David Beutel
david_beutel
Offline Send Email
Mar 17, 2005
8:32 pm
382
... Oops, I should have written <exclude name="**/*TestTest.java" unless="end.to.end.test"/> Also, maybe printsummary="withOutAndErr" would have been better...
J. David Beutel
david_beutel
Offline Send Email
Mar 18, 2005
2:21 am
383
... It's using Jetty 4.2.x, which seems to require at least JDK 1.2. Cheers, 11011011...
J. David Beutel
david_beutel
Offline Send Email
Mar 18, 2005
3:13 am
384
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...
Edward Hieatt
edwardhieatt
Offline Send Email
Mar 18, 2005
3:36 am
385
Right, that test suite is the "non-declaration" test suite. The "declaration" test suite URL is: ...
Edward Hieatt
edwardhieatt
Offline Send Email
Mar 18, 2005
3:53 am
Messages 354 - 385 of 1225   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help