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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? 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 746 - 776 of 1225   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
746
Has anyone successfully put JSUnit into their automatic build process with CruiseControl? Specifically, I want to use the remote testing capabalities to run...
coleyjonesfranklin
coleyjonesfr...
Offline Send Email
Nov 4, 2006
12:59 am
747
Hi all, is there a step by step howto on how to integrate jsunit-tests for a given project into cruisecontrol. Regarding to the jsunit-website it was...
frachmichdocheinfach
joanis2k3
Offline Send Email
Nov 7, 2006
2:54 pm
748
AFAIK JSUnit has ANT Tasks that one can use in a build script. Since CruiseControl runs ANT build scripts, all one would have to do is write a CC script that...
Ariel Valentin
ariel_working
Offline Send Email
Nov 7, 2006
5:04 pm
749
Hi, I've just started using JSUnit and it looks like it's going to be pretty useful for us! A quick question though - the code in the head looks quite...
Chris Smith
anotherchris...
Online Now Send Email
Nov 15, 2006
3:56 pm
750
The docs will point you toward easily calling remote jsunit servers to run your tests, and this will integrate into CruiseControl. However, the list of tests...
coleyjonesfranklin
coleyjonesfr...
Offline Send Email
Nov 15, 2006
4:12 pm
751
Use head - we're close to tagging it as the 2.2 release. - Edward...
Edward Hieatt
edwardhieatt
Offline Send Email
Nov 15, 2006
8:16 pm
752
Is there a reason for implementing suite() in StandaloneTest? It overrides browserFileNames() and returns the browser *display names* instead. That causes...
Chris Smith
anotherchris...
Online Now Send Email
Nov 15, 2006
8:25 pm
754
Hi all, Can someone tell me where I can find some documentation on the setUp() function or some examples that use this function? Best Regards, Catalin...
anastasoaie
Online Now Send Email
Nov 21, 2006
3:03 pm
755
There's documentation at www.jsunit.net - click on "Documentation" on the top right and then "setUp and tearDown" on the left....
Edward Hieatt
edwardhieatt
Offline Send Email
Nov 21, 2006
6:47 pm
756
Thank you Edward! I didn't see that link the first time! -catalin...
Catalin ANASTASOAIE
anastasoaie
Online Now Send Email
Nov 22, 2006
3:53 pm
757
Has any work been done on collating distributed test results? As far as I can tell, the results remain on the machines running 'ant server' as a log file per...
Chris Smith
anotherchris...
Online Now Send Email
Nov 27, 2006
4:16 pm
758
... Hi Chris, I havn't tested it myself, yet. But what about a ''...?submitResults=http://myserver:8080/jsunit/acceptor/...'' where myserver is dedicated to...
frachmichdocheinfach
joanis2k3
Offline Send Email
Nov 28, 2006
2:58 pm
759
Ok, so I've found the aggregate server, which I assume is what I want, but as far as I can tell, there's no documentation whatsoever for any of this. The...
Chris Smith
anotherchris...
Online Now Send Email
Nov 28, 2006
3:03 pm
760
... Hi Jan, Thanks for your help. Yeah, I tried that, but it seemed to be ignored because there's a 'localhost' hardcoded in a couple of places in the server...
Chris Smith
anotherchris...
Online Now Send Email
Nov 28, 2006
3:53 pm
761
Sorry to not chime in earlier. You're right Chris - the AggregateServer will return the combined XML results of the remote machines' results, but it doesn't...
Edward Hieatt
edwardhieatt
Offline Send Email
Nov 28, 2006
4:28 pm
762
Hello, ... property ... <browser1-start-script>;<browser1-stop-script>,<browser2-start-script>;<browser2-stop-script>,... ... This feature does not appear to...
zellster
Offline Send Email
Nov 28, 2006
8:17 pm
763
... <browser1-start-script>;<browser1-stop-script>,<browser2-start-script>;<browser2-stop-script>,... ... Patch against 2.2alpha11: diff -Naur ...
zellster
Offline Send Email
Nov 29, 2006
3:42 am
764
Hi, Has anyone been able to run JSUnit in IE7. Is there any configuration I need specifically for this? I already have turned "Enable native XMLHTTP support"...
Jacklyn S. Ng
jacklynszewing
Offline Send Email
Dec 13, 2006
6:39 am
765
I get the same behavior when I try to run the following command directly in a command window: iexplore.exe ...
Jacklyn S. Ng
jacklynszewing
Offline Send Email
Dec 13, 2006
7:51 pm
766
I forgot to mention that I am trying to run with JUnit. [INFO,TestMgr] ==== Executing Test Suite: testCalendarJS ========== [INFO,TestMgr] Test class...
Jacklyn S. Ng
jacklynszewing
Offline Send Email
Dec 13, 2006
7:53 pm
767
Hi, I'm a relative newbie to JSUnit. I am running it successfully on some tests we have developed over at OpenAjax Alliance (www.openajax.org) on Windows (IE...
jon_ferraiolo
Offline Send Email
Dec 21, 2006
5:01 am
768
Hi everybody, I have a function that takes an event as parameter. Now I'd like to test this function, but I do not know how to pass the event. The function is...
katharinakreis
Offline Send Email
Jan 25, 2007
3:18 pm
769
Hello, You can create an Object that acts as an event object: function testTest() { event = new Object(); event.target = "value"; var result = test(event); ...
Matthew
mat_the_green
Offline Send Email
Jan 25, 2007
10:23 pm
770
You have two way for that case. First, you can use mock object. Just create new Object and set the attributes needed. for example, if the function need ...
Youngrok Pak
pakyoungrok
Offline Send Email
Jan 27, 2007
3:40 am
771
Hi, I am new user to JSUnit Eclipse plugin. I run this plugin under Eclipse 3.2, with JDK 1.6, java error is like: Exception in thread "main"...
marmot101
Offline Send Email
Jan 28, 2007
9:41 am
772
Hi, is there an example how i can use jsunit in my local firefox without a webserver, something like file:///tmp/test.html? Thanks Marcel...
Marcel Ruff
ruffmarcel
Offline Send Email
Jan 28, 2007
8:33 pm
773
Marcel, The typical use of JsUnit is just to open testRunner.html in your browser using the file system. - Edward...
Edward Hieatt
edwardhieatt
Offline Send Email
Jan 28, 2007
8:35 pm
774
Hi, i don't know how to test number equality: assertEquals(new Number(1), new Number(1)); returns Expected <1> (Number) but was <1> (Number) ... similar: var...
Marcel Ruff
ruffmarcel
Offline Send Email
Feb 1, 2007
4:05 pm
775
Hi: I'm very glad to jsunit,It's very great. I find the plugin for eclipse but can't find any plugin for IntelliJ IDEA,I write javascript with intellij...
hyysguyang
Offline Send Email
Feb 1, 2007
4:05 pm
776
Hi, Yes, a plugin for IntelliJ is on the roadmap. It's been lowered a bit in priority, though, because IntelliJ 6 has the ability to display web pages - ...
Edward Hieatt
edwardhieatt
Offline Send Email
Feb 1, 2007
4:12 pm
Messages 746 - 776 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