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 1126 - 1155 of 1225   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
1138
Hello That's very interesting indeed, I can see you've been quite far in Javascript test automation. I'm not (unfortunately) using Agile methods at work and...
sacreelimace
Offline Send Email
Sep 5, 2008
1:38 am
1139
Has anyone gotten the eclipse pluging to work and give feedback? I am getting errors about the ports from ServerSideConnection and ClientSideConnection like...
hiedi.utley
Offline Send Email
Sep 5, 2008
1:38 am
1140
I am trying to run a very simple test in jsunit 2.3 (off trunk) and ff 3.0.1. I get the following error message: Reading Test Page file:///c:/test.html timed...
Mike Buckley
wlaverbuckley
Offline Send Email
Sep 5, 2008
1:38 am
1141
I've had problems getting JSUnit to run when Firebug is on. I'm not sure if you are using it or not, but if you have firebug installed try turning it off and...
Joseph Athman
jjathman
Offline Send Email
Sep 6, 2008
3:54 pm
1142
Unfortunately Firebug is a requirement as my plugin is a Firebug extension. I did however turn off Firebug completely and still no dice. I can't even run the...
Mike Buckley
wlaverbuckley
Offline Send Email
Sep 7, 2008
7:09 am
1143
Another thing to make sure of is that you have the config option "security.fileuri.strict_origin_policy" set to false. I think this can mess up JSUnit because...
Joseph Athman
jjathman
Offline Send Email
Sep 7, 2008
4:07 pm
1144
Hello, I'm trying to ramp up jsunit for a project. I think I may be having a problem similar to the one under "JsUnit 2.3 & Firefox 3.0.1." When I try to...
Brian Cavagnolo
bcavagnolo
Offline Send Email
Sep 13, 2008
8:52 pm
1145
Just downloaded JsUnit and this one has me stumped. From the TestRunner in IE6, I load and run jsUnitAssertionTests.html with no problem. Then I copied that...
markrh45040
Offline Send Email
Sep 13, 2008
8:52 pm
1146
I have problems with this when I have Firebug running, if you have FB installed try disabling it and see if that fixes your issue. It doesn't seem like JSUnit...
Joseph Athman
jjathman
Offline Send Email
Sep 13, 2008
10:06 pm
1147
... Hmm. No firebug running over here. Could this be a Linux issue? I'm running on Ubuntu 8.04. Ciao, Brian...
Brian Cavagnolo
bcavagnolo
Offline Send Email
Sep 14, 2008
5:52 pm
1148
Hi everyone I've just started using JsUnit. I'm running it as a server on a remote machine, and have a couple of questions... 1) Can you specify which browser...
derailedbydtrain
derailedbydt...
Offline Send Email
Sep 23, 2008
3:27 pm
1149
Hi All I'm using the start_server to start the JsUnit (2.2 alpha 11) server, no problem. But running the stop_server target produces a [java]...
derailedbydtrain
derailedbydt...
Offline Send Email
Sep 23, 2008
3:27 pm
1150
Ok, silly me, I've worked out number 2) can be fixed with the formatter element withing the junit task. I guess 3) is also not that important now, as I can...
derailedbydtrain
derailedbydt...
Offline Send Email
Sep 24, 2008
3:00 pm
1151
Hi All I'm using the start_server to start the JsUnit (2.2 alpha 11) server, no problem. But running the stop_server target produces a [java]...
derailedbydtrain
derailedbydt...
Offline Send Email
Sep 24, 2008
3:00 pm
1152
Using Firefox 3.0.3 and JsUnit 2.0.2 (from trunk) I get an "Reading Test Page .. timed out." error message. Evident from the error message JsUnit only gets...
Stefan Pettersson
s_pettersson
Offline Send Email
Oct 2, 2008
1:38 pm
1153
The windows service probably needs the interact with the user interface privilege enabled. Norman...
Norman Harebottle III
ke6nub
Offline Send Email
Oct 5, 2008
3:29 pm
1154
I had tried this before.. I couldnt get it working on 2003 but with XP it works somehow -Deo ... From: Norman Harebottle III <normanh@...> Subject: Re:...
deo jaiswal
deo_jaiswal
Offline Send Email
Oct 6, 2008
12:28 am
1155
If you did make the patch where can I find it...
shannon_barratt
Offline Send Email
Oct 9, 2008
8:02 pm
Messages 1126 - 1155 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