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 1087 - 1116 of 1225   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1087
Sorry if this question has been answered a million times, but: The documentation suggests that I should be able to do something like http://pastebin.dp.cx/117...
zapo86r
Offline Send Email
May 1, 2008
2:51 pm
1088
Hi folks, I'm embarking on a large Javascript project and so I thought it would be wise to set some unit tests up before I start. I've never used unit tests...
maktheyak
Offline Send Email
May 2, 2008
2:39 pm
1089
... You definitely should be able to call functions that are declared in external JS files. That's how I (and probably everyone) uses JsUnit. It's hard to...
Erik Hanson
hanson_erik
Online Now Send Email
May 4, 2008
11:00 pm
1090
... Yes, that test will always pass. It seems to be there to alter the contents of the page to test that the contents of the page get restored between test...
Erik Hanson
hanson_erik
Online Now Send Email
May 4, 2008
11:00 pm
1091
I need to create coverage output from my tests. I've used JSCoverage(http://siliconforks.com/jscoverage/) witch is nice but, I want my output in XML. Hopefully...
kristianras
Offline Send Email
May 5, 2008
2:33 pm
1092
Greetings, I am in search of javascript unit testing tools and noticed that there are two jsunit projects which appear to be disjoint? Is this list for one,...
kathyvs
Offline Send Email
May 7, 2008
6:11 am
1093
... http://wiki.openqa.org/display/SRC/Selenium+RC+and+JsUnit HTH, Tim...
Tim Beadle
timbeadle
Offline Send Email
May 12, 2008
2:43 pm
1094
I am new to unit testing and jsunit. I am trying some very simple tests, and I have run into the problem that despite jsunit not guaranteeing any order to the...
Jay
the_hurkle
Offline Send Email
May 16, 2008
8:02 pm
1095
Does it fail because it returns an invalid number or is it because its returning null?, you havn't included the actual failure message, (but from the code...
alan flaherty
alanflaherty
Offline Send Email
May 18, 2008
4:09 pm
1096
Hi, I would like to specify the DISPLAY property to browser processes so that I can use JsUnit from within a CI build on a headless unix box. With 2.2, I see...
Harlan Iverson
loopyfx
Offline Send Email
May 19, 2008
2:38 pm
1097
... One way would be to specify a shell script instead of a browser name in the "browserFileNames" property. The shell script could set the DISPLAY property. ...
Erik Hanson
hanson_erik
Online Now Send Email
May 21, 2008
2:20 pm
1098
... Thanks, that worked. Just for future record on the list, this is the script I wrote: #!/bin/sh DISPLAY=:0 /usr/bin/firefox $@ Another option I just came up...
Harlan Iverson
loopyfx
Offline Send Email
May 21, 2008
4:13 pm
1099
Is there a way to capture the results that are submitted to acceptor servlet by maven surefire reports plugin and display them as a part of maven site...
Asit Shukla
catchasit
Offline Send Email
May 30, 2008
4:54 pm
1100
hi Sanjeewanan, I saw many of your posts in the group, I am also having a tough time integrating jsunits with maven. Actually i have jsunit tests running ...
Asit Shukla
catchasit
Offline Send Email
May 30, 2008
4:54 pm
1101
Just to be clear on this: JsUnit doesn't guarantee the order that tests run in, but that doesn't mean that the order that is used is not determined for a given...
Edward Hieatt
edwardhieatt
Offline Send Email
May 31, 2008
4:19 pm
1102
Hi, When I try to set showTestFrame or autorun in the query string as below I'm getting the following error: jsunit\build.xml:75: The reference to entity...
sheenmicro
Offline Send Email
Jun 6, 2008
2:48 pm
1103
... I tested on my mac, it seems to work fine on a webserver, not locally. Cheers, chr...
Christian Giordano
nuthinking39
Offline Send Email
Jun 11, 2008
2:39 pm
1104
See this post: http://tech.groups.yahoo.com/group/jsunit/message/1075...
Edward Hieatt
edwardhieatt
Offline Send Email
Jun 11, 2008
2:47 pm
1105
Is there any way to test for things like alerts or changing the document.location.href ? We have a lot of javascript that navigates the user around or pops up...
micahwedemeyer
Offline Send Email
Jun 19, 2008
11:41 pm
1106
function test_my_code_displays_alert_message() { // replace original alert() function with your own var original_alert = window.alert; window.alert =...
Don McCaughey
donmcc
Offline Send Email
Jun 20, 2008
1:30 am
1107
Thanks Don, I'll give this a shot. Micah Don McCaughey wrote: function test_my_code_ displays_ alert_message( ) { // replace original alert() function with...
Micah Wedemeyer
micahwedemeyer
Offline Send Email
Jun 20, 2008
5:10 pm
1108
All, I've been trying to create a nice list/set of links that'll make running my JSUnit suites easer. I'd like to have the set of links in one frame (or a div)...
Tim Coulter
mustfindacre...
Offline Send Email
Jul 19, 2008
4:09 pm
1109
I just joined the jsunit newsgroup and tried to use the search box, but it doesn't seem to work very well. Searching for 'function' brought up 2 results....
mmmmhack
Offline Send Email
Jul 19, 2008
4:09 pm
1110
Recently we upgraded a pretty old version of JSUnit to trunk so we could use it with FF3. Ever since then the standalone test does not seem to convert its...
jjathman
Offline Send Email
Jul 20, 2008
11:17 pm
1111
... JsUnit doesn't produce xml that CC can understand. You could try using ant and run an xslt conversion, or edit the outputted xml with another script. I...
kristianras
Offline Send Email
Jul 30, 2008
1:43 pm
1112
I am currently attempting to setup continuous integration, using ant and StandaloneTest. I was wondering if my approach was correct, or if indeed there is a ...
bob4064
Offline Send Email
Jul 30, 2008
3:15 pm
1113
Hi, Does anyone use version 1.3 in internet explorer? It looks like the Function_glue() method in JsUtil.js does not work. I keep getting errors when i try to...
Ben S.
schochet
Offline Send Email
Jul 30, 2008
5:44 pm
1114
... That's interesting. With our old version of JSUnit I don't ever remember needing to do anything special to get the output converted to a format...
jjathman
Offline Send Email
Jul 30, 2008
7:31 pm
1115
The output format has changed a few times since the last "official" release of JSUnit. Depending on your version of JSUnit, one of the below XSLT transforms ...
Patrick Myles
patrick_t_myles
Offline Send Email
Jul 31, 2008
3:18 pm
1116
Does anyone have a suggestion for testing JavaScript in the context of XULRunner 1.9. It seems likely that the problem with JSUnit 2.2 and FireFox 3.0 would...
theodore.norvell
theodore.nor...
Offline Send Email
Jul 31, 2008
8:26 pm
Messages 1087 - 1116 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