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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 327 - 360 of 1225   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
327
Hi, Edward: I started a jsunit server on remote machine. On my local jsunit I changed "remoteMachineURLs" value=http://remoteMachineIP:8080 in build.xml and...
feng_genius
Offline Send Email
Nov 12, 2004
5:30 am
328
Hi, Edward: I've made it clear why I can't do distributed test. Now it is ok. Thanks. ... message ... connect". ... Error404....
feng_genius
Offline Send Email
Nov 12, 2004
6:16 am
329
Hi, First of all, jsunit rocks. Having the ability to run my javascript tests when I run my junit tests via ant makes javascript much more usable in an agile...
David Chelimsky
dchelimsky
Offline Send Email
Nov 25, 2004
10:07 pm
330
I haven't heard of this problem before. After the second browser runs the tests, you say it hangs. Is it hanging before or after it submits the results?...
Edward Hieatt
edwardhieatt
Offline Send Email
Nov 27, 2004
1:52 am
331
The XML results page is what remains and the junit test just stops at that point - it never finishes. _____ From: Edward Hieatt [mailto:edward@...] ...
David Chelimsky
dchelimsky
Offline Send Email
Nov 27, 2004
4:17 am
332
Here's junit's output: test-jsunit: [junit] 22:19:54.449 EVENT Checking Resource aliases [junit] 22:19:54.499 EVENT Starting Jetty/4.2.x [junit] 22:19:54.509...
David Chelimsky
dchelimsky
Offline Send Email
Nov 27, 2004
4:24 am
333
OK. I'm aware of a problem where Mozilla browsers don't always get closed after they submit results on certain OSs. I've not heard of the JUnit test then not...
Edward Hieatt
edwardhieatt
Offline Send Email
Nov 27, 2004
4:33 am
334
Good news/bad news. It worked just fine. I cd'd to the jsunit directory, modified build.xml to include both browsers, ran "ant standalone_test" and both...
David Chelimsky
dchelimsky
Offline Send Email
Nov 27, 2004
4:49 am
335
Edward - I found the problem. It works fine unless I use the "resultId" query parameter in the url string: This is fine: <property name="jsunit.url.ie" ...
David Chelimsky
dchelimsky
Offline Send Email
Nov 27, 2004
2:29 pm
336
Ah - you're quite right, there was a bug. I added a resultId parameter to StandaloneTestTest, and the test failed in the same way you noticed. I've checked...
Edward Hieatt
edwardhieatt
Offline Send Email
Nov 28, 2004
12:16 am
337
Thanks for addressing that Edward. Personally (really - just speaking for me), I let junit overwrite the log files with any run anyhow. So issue 1 doesn't...
David Chelimsky
dchelimsky
Offline Send Email
Nov 28, 2004
2:31 am
338
Is there a way to output trace messages into generated during standalone run XML files?...
irina_sheykhzade
irina_sheykh...
Offline Send Email
Dec 3, 2004
7:15 pm
339
Correct me if I'm wrong, but I think you're asking whether you can programmatically (that is, inside JS tests) add to the XML file that is created when you...
Edward Hieatt
edwardhieatt
Offline Send Email
Dec 4, 2004
5:23 am
340
Hi Edward, that would be exactly what I need. I want to capture all trace messages for the standalone test suite. What file it will go to is not important. ...
Irina Sheykh-Zade
irina_sheykh...
Offline Send Email
Dec 6, 2004
5:35 pm
341
Edward, I sent this to you as an email, but I will post it here as well. Has anyone written a PHP wrapper for your test framework? We are looking for a...
jc_hearn
Offline Send Email
Dec 12, 2004
10:17 pm
343
Hi - I'm not sure I completely understand your question. PHP is a serverside scripting language, and JSUnit is for testing clientside JavaScript. Are you...
Edward Hieatt
edwardhieatt
Offline Send Email
Dec 13, 2004
12:20 am
345
I can understand your confusion, but what I am looking for is fairly straight forward. We develop applications written in PHP tightly coupled with Javascript....
jc_hearn
Offline Send Email
Dec 13, 2004
5:50 am
347
How do you test a page that refers to opener?...
jc_hearn
Offline Send Email
Dec 16, 2004
6:42 pm
348
I answered my own question: 1. Run the page which generates the popup. 2. Replace the address line of the popup with the address of the test runner. 3....
jc_hearn
Offline Send Email
Dec 17, 2004
12:40 am
349
Is there any way to test a page that results from a post (form submit)?...
jc_hearn
Offline Send Email
Dec 17, 2004
12:44 am
350
JsUnit is for unit testing client-side JS. It doesn't support interaction with a server, because by nature that would mean a functional test of server ...
Edward Hieatt
edwardhieatt
Offline Send Email
Dec 20, 2004
12:22 am
351
HttpUnit is another likely candidate for testing against a server. However, by necessity, it is more a tool for functional testing than unit testing....
Larry Siden
lsiden
Offline Send Email
Dec 22, 2004
4:10 am
352
Hi, My application is sort of GUI editor. I wanted to unit test this with jsunit. I found it difficult to simulate events as I am actually dealing with...
r_slide
Offline Send Email
Dec 24, 2004
12:18 pm
353
see ruby runit. This is a testing framework which plugs into IE and can simulate all user actions. Bert ... From: r_slide [mailto:r_slide@...] Sent: Fri...
Bert vanBrakel
bertvanbrakel
Offline Send Email
Dec 24, 2004
11:48 pm
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
Messages 327 - 360 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