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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 396 - 427 of 1225   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
396
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....
ceeawc
Offline Send Email
Apr 6, 2005
9:06 am
397
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,...
eddie_parker_am_i
eddie_parker...
Offline Send Email
Apr 7, 2005
4:31 pm
398
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...
eddie_parker_am_i
eddie_parker...
Offline Send Email
Apr 7, 2005
5:35 pm
399
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...
eddie_parker_am_i
eddie_parker...
Offline Send Email
Apr 7, 2005
5:40 pm
400
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...
Edward Hieatt
edwardhieatt
Offline Send Email
Apr 7, 2005
5:51 pm
401
Help! Below is a *very* simple suite of test pages: succeed.html: test function calls assertTrue(...,true) fail.html: test function calls...
Howard Jess
hj_dhi
Offline Send Email
Apr 7, 2005
6:35 pm
402
... I don't know if this is the problem you're seeing (a stack trace would help), but for JDK 1.5 you will need this patch: ...
J. David Beutel
david_beutel
Offline Send Email
Apr 7, 2005
8:37 pm
403
You are a beautiful man! Thanks so much, that's exactly my problem....
eddie_parker_am_i
eddie_parker...
Offline Send Email
Apr 7, 2005
8:53 pm
404
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...
J. David Beutel
david_beutel
Offline Send Email
Apr 13, 2005
6:06 am
407
Does anyone know if there is a limit to the length of a script src include URL? For example <script ...
Justin Early
jrocknscooter
Offline Send Email
May 10, 2005
10:53 pm
408
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...
raymond18602002
Offline Send Email
May 19, 2005
9:01 am
409
Hello! I found a updated directory on Computing & Internet resources in Targeted News. URL : http://targetednews.info/comp/ Cheers! Kathy...
kathy_tn14
Offline Send Email
Jun 7, 2005
6:26 pm
410
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...
abowsher38
Online Now Send Email
Jun 9, 2005
12:24 am
411
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: ...
shrikant
ks_shrikant
Offline Send Email
Jun 14, 2005
11:28 am
412
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]...
Edward Hieatt
edwardhieatt
Offline Send Email
Jun 14, 2005
2:17 pm
413
... 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...
david_beutel
Offline Send Email
Jun 14, 2005
8:52 pm
414
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....
gsmith_junk
Offline Send Email
Jun 17, 2005
4:05 am
415
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...
Curt Arnold
pretzllboy
Offline Send Email
Jun 22, 2005
5:45 am
416
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....
ojacquem
Offline Send Email
Jun 29, 2005
11:30 am
417
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...
Phlip
phlipcpp
Offline Send Email
Jul 2, 2005
2:34 pm
418
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@...
Send Email
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...
JIm
diamondcompu...
Offline Send Email
Jul 18, 2005
2:50 am
420
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...
Edward Hieatt
edwardhieatt
Offline Send Email
Jul 18, 2005
3:08 am
421
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...
ne_hoho
Offline Send Email
Jul 19, 2005
3:52 am
422
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...
Edward Hieatt
edwardhieatt
Offline Send Email
Jul 19, 2005
4:14 am
423
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...
mattaylward
Offline Send Email
Aug 1, 2005
11:28 am
424
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...
Howard Henson
howardpeterh...
Offline Send Email
Aug 6, 2005
1:18 pm
425
Hi! Anybody know how to start Jsunit server remotely? Thank you!...
misha_od
Offline Send Email
Aug 18, 2005
3:48 pm
426
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. ...
alex.vassiliev@...
ne_hoho
Offline Send Email
Aug 18, 2005
7:41 pm
427
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...
langlois yan
langlois_yan
Offline Send Email
Aug 18, 2005
9:45 pm
Messages 396 - 427 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