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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 1102 - 1131 of 1225   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
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
Offline 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
Messages 1102 - 1131 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