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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 1108 - 1137 of 1225   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
1117
I am running cruisecontrol in my localmachine with a sample jsunit standalone-test. It is giving " C:\Program Files\Internet Explorer\iexplore.exe timed out...
deo_jaiswal
Offline Send Email
Aug 7, 2008
6:05 am
1118
... You could try to increase the property timeoutSeconds in the build.xml. Default I think it is 60 seconds. But it could be set to 30?...
kristianras
Offline Send Email
Aug 7, 2008
1:45 pm
1119
I set the timeout for 70 secs but its still timing out. Do you know if I am missing something here. Cruisecontrol runs as window service. Any setting I have to...
deo_jaiswal
Offline Send Email
Aug 7, 2008
3:20 pm
1120
Try invoking cruisecontrol from the command line rather than as a service. I seem to remember a similar work-around for getting it to run Watir (a Ruby-based...
Jonny Leroy
jonny_leroy
Offline Send Email
Aug 8, 2008
3:17 am
1121
At the SourceForge site, the only download listed seems to be 2.2Alpha from 2006 March. * https://sourceforge.net/project/showfiles.php?group_id=28041 ...
Ted Husted
ted.husted
Offline Send Email
Aug 17, 2008
10:47 pm
1122
It's not posted yet. Grab the tag for now....
Edward Hieatt
edwardhieatt
Offline Send Email
Aug 17, 2008
10:49 pm
1123
Hi I'm just trying to do the same : JsUnit + ant + CruiseControl, with a few differences : 1. + 2. I don't write any program to build the final test suite. I ...
sacreelimace
Offline Send Email
Aug 31, 2008
3:33 pm
1124
Hello I'm trying to figure out how to integrate JsUnit with CruiseControl (which is basically a cyclic process that builds a project in the background). So...
sacreelimace
Offline Send Email
Aug 31, 2008
11:00 pm
1125
one of the properties is closeBrowserAfterTest.. by default it is set to false. If you make it true, JSunit will close browser after test run....
deo_jaiswal
Offline Send Email
Sep 1, 2008
1:19 am
1126
Hi, it looks like the 'closeBrowsersAfterTestRuns' property is set to true by default, and actually it works as expected when I put directly the binary...
sacreelimace
Offline Send Email
Sep 1, 2008
3:23 pm
1127
It looks like you're trying to put a '&' in an XML attribute : if not too late, try to encode the ampersand (if too late, anyway this is for the record) : ...
sacreelimace
Offline Send Email
Sep 1, 2008
3:23 pm
1128
Hi Anybody ever tried to use virtual machines (vmware, qemu, pearpc,...) to act as testing clients ? This way we could have all possible combinations of OS and...
sacreelimace
Offline Send Email
Sep 1, 2008
3:23 pm
1129
Kind of. We've been doing this with Selenium Core since March this year. I've setup 4 VMware machines: - one Linux-machine with a custom made web app (test...
Fredrik Wendt
fredrik.wendt
Offline Send Email
Sep 1, 2008
4:18 pm
1130
Ran across this Hotfix which seems to explain why you can't launch JsUnit on IE7 with query parameters. The description says Windows Vista, but hotfix is...
dhwang101
Online Now Send Email
Sep 2, 2008
3:02 pm
1131
Sorry it took me so long to respond to this, but your XSL file worked wonderfully. I made a slight change so that the ID actually shows which browser the test...
jjathman
Offline Send Email
Sep 2, 2008
3:36 pm
1132
Hi Joe, Glad to hear it worked. Regarding the output format - I have no idea why it's not like JUnit's. In fact, I'm pretty sure that the older 1.2 version...
Patrick Myles
patrick_t_myles
Offline Send Email
Sep 2, 2008
4:27 pm
1133
Yeah, I think that was exactly my problem. We used a way old version of JSUnit and when we upgraded our JSUnit output was no longer getting incorporated to...
Joseph Athman
jjathman
Offline Send Email
Sep 2, 2008
5:04 pm
1134
Either I don't remember why we changed it or it was changed without me knowing. Either way, I think we should change it back to conform to the JUnit standard...
Edward Hieatt
edwardhieatt
Offline Send Email
Sep 2, 2008
5:09 pm
1135
Well I'm definitely all for that! I don't see how a custom XML representation would help out anyone, unless there is information added to the custom xml that...
jjathman
Offline Send Email
Sep 2, 2008
10:30 pm
1136
I'll do you a trade... A patch for a new sourceforge packaged release? ;-) From: jsunit@yahoogroups.com [mailto:jsunit@yahoogroups.com] On Behalf Of Edward...
Patrick Myles
patrick_t_myles
Offline Send Email
Sep 3, 2008
11:04 am
1137
... Yes, if this new patch comes, many new users will find it "really" easy to use Jsunit with CC. I would.:P...
Kristian Rasmussen
kristianras
Offline Send Email
Sep 3, 2008
11:04 am
Messages 1108 - 1137 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