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 1152 - 1181 of 1225   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
1156
Hi, I'm a java programmer but a complete beginner in javascript. I would like to use TDD for the few javascript I have in the project because even if we have a...
hlassiege
Offline Send Email
Oct 9, 2008
8:02 pm
1157
Hi Shannon, I haven't had a chance to do a patch yet. I do plan to do so, and will post to this list when it's been made. Patrick From: jsunit@yahoogroups.com...
Patrick Myles
patrick_t_myles
Offline Send Email
Oct 10, 2008
3:52 pm
1158
Hi, ... You missed to create a JavaScript object. Simply add the lines ========= %< ====== TestSuiteTest.prototype = new TestCase(); TestSuiteTest.glue(); ... ...
Jörg Schaible
joehni
Offline Send Email
Oct 10, 2008
6:58 pm
1159
Hi all, Any body obtain resolved problem about time out in firefox 3.0? I don't can. I don't can modify the function ...
kuachecouti
Offline Send Email
Oct 20, 2008
5:45 pm
1160
Really dumb question. I see that there are two JSUnits, one at jsunit.netand the other at jsunit.berlios.de. Which should I be using?...
Bob Koss
rskoss
Offline Send Email
Nov 9, 2008
8:51 pm
1161
Hi, I created this patch against JSUnit 2.2alpha11 so that I could append command line parameters to the browser filenames. This allows us to pass "-no-remote...
Chris Rankin
rankincj@...
Send Email
Nov 9, 2008
8:51 pm
1162
The functions fulfills and glue both seem to be broken under IE and ASP - Am I missing some basic config or is it just bust. Anyone know of a fix or...
David Lapes
dlapes
Offline Send Email
Nov 9, 2008
8:51 pm
1163
I want to run the jsunit on UNIX platform using 'ant standalone_test'. ( I am able to run this on window successfully) But got the following build error, any...
klu77joy
Offline Send Email
Nov 9, 2008
8:51 pm
1164
The function GLUE seems to be broken under IE and ASP - Am I missing some basic config or is it just bust. Anyone know of a fix or alternative for testing...
dlapes
Offline Send Email
Nov 9, 2008
8:51 pm
1165
I'm a old Javascript programmer, but only now i'm seriously trying to use TDD. There are a jsUnit IRC chanel to fast questions and fun talking about JS and...
Aurélio A. Heckert
aurium@...
Send Email
Nov 9, 2008
8:51 pm
1166
Hi Bob, ... JsUnit of BerliOS is mainly designed for JavaScript functions that can run independently of a browser. - Jörg...
Jörg Schaible
joehni
Offline Send Email
Dec 2, 2008
11:46 pm
1167
Hi David, ... The glue method works in the JScript engine, but is unfortunately non-functional in IE. You will have to use the older version 1.2.x unless a ...
Jörg Schaible
joehni
Offline Send Email
Dec 2, 2008
11:46 pm
1168
Hi all I'm running a jsunit server on a remote machine, using the 'start_server' target in the build file. With one browser specified in 'browserFileNames'...
derailedbydtrain
derailedbydt...
Offline Send Email
Dec 2, 2008
11:46 pm
1169
... Did you find a solution to this? / Fredrik...
Fredrik Wendt
fredrik.wendt
Offline Send Email
Dec 2, 2008
11:46 pm
1170
Hi, I am writing a test..which calls 2 functions defined in another js file.Somehow, the test function is not able to recognize the second function.Does not...
vishal_sodani
Offline Send Email
Dec 2, 2008
11:47 pm
1171
I'm posting om behalf of a colleague. First up where is the best place to discuss general JavaScript issues? Unit testing and TDD with JavaScript? After...
Mark Levison
marklevison
Offline Send Email
Dec 2, 2008
11:47 pm
1172
The same thing happens to me: I can run all tests under the jsunit/tests/ directory successfully. I cannot run my own tests, even if they are exact copies of...
blarggstar
Offline Send Email
Dec 5, 2008
8:46 am
1173
Hi Fredrik, We use JSCoverage here at Caplin, including a coverage report button patch for JSUnit and also an XML output for the coverage results when run as...
Patrick Myles
patrick_t_myles
Offline Send Email
Dec 5, 2008
7:08 pm
1174
Hi, If you are working with web applications to test js implemented functionality then simply use yahoo test suit. I have been using it to write unit test...
amjad saleem
pheonix_hunzai
Offline Send Email
Dec 15, 2008
1:53 am
1175
... make sure if "the other" js file is loading properly. put an alert on the top to test...
pheonix_hunzai
Offline Send Email
Dec 15, 2008
1:53 am
1176
Is anyone running JsUnit on IE8? If so, is it working for you, or are you seeing the same issue I am? If all my tests pass, IE8 will give me a green bar....
tony_t_tubbs
Offline Send Email
Jan 14, 2009
10:43 pm
1177
Hi, I'm facing a similar problem. Could not even load the other js function. How to load the other js file? is there any import statement is have to include?...
chaitu72_nitw
Offline Send Email
Jan 14, 2009
10:43 pm
1178
Hey, After some tinkering with jsUnit, I've found one thing to be very frustrating: there is no simple way to run tests. It seems like the only way to run...
david_wolever
Offline Send Email
Jan 21, 2009
5:29 pm
1179
I determined that there is a problem with IE8 Beta 2 throwing exceptions across frames (which JsUnit does). If interested, I reported this problem to...
tony_t_tubbs
Offline Send Email
Jan 21, 2009
5:29 pm
1180
1. Is it still being developed? 2. Will my old 1.x tests work with JUnit 2.2 Alpha? Thank you, Andrew J. Leer...
maskkkk132
Online Now Send Email
Jan 21, 2009
5:29 pm
1181
I tried to replied to this, but it seems to have been lost. It included a link to a support issue I opened with Microsoft. Maybe I can't post links to this...
tony_t_tubbs
Offline Send Email
Jan 21, 2009
5:29 pm
Messages 1152 - 1181 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