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 1166 - 1195 of 1225   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
1182
... frustrating: there is no ... a file involves starting ... You can also use the "testPage" and "autoRun" parameters to construct a URL like: ...
Erik Hanson
hanson_erik
Offline Send Email
Jan 23, 2009
5:29 pm
1183
Yes, it's still under development. However, we've been slack on releasing the 2.2 final release for a long time now :) Yes, 1.x tests should work fine under...
Edward Hieatt
edwardhieatt
Offline Send Email
Jan 23, 2009
5:35 pm
1184
Hi, I'm trying to extend the functionality of jsunit by getting jscoverage tests to submit results to a log file during the automated build of our product. ...
richard.chamberlain@...
richard.cham...
Offline Send Email
Jan 28, 2009
7:18 pm
1185
Is there a method by which I can test Page Methods in JSUnit. As u must be aware, a page method is called asynchronously, and there are two handlers which...
varunraj123
Offline Send Email
Jan 30, 2009
4:12 pm
1186
Hi guys, I start saying that I pretty new to jsUnit, so please be tollerant :) Is it possible with jsunit to run it on a server without opening any browser? If...
thegio80
Online Now Send Email
Feb 6, 2009
5:34 pm
1187
InfoQ has published an article I've written. Nothing much in there on advanced JsUnit features but plenty of good stuff on JsMock and testing in general. ...
dennis_christopher_by...
dennis_chris...
Offline Send Email
Feb 9, 2009
5:44 pm
1188
Hello I use jsunit for my javascript testing and I need tools in order to compare xml results (as DOM trees). When coding in java I use the excellent XMLunit...
nico_debeissat
Offline Send Email
Feb 10, 2009
3:50 pm
1189
Hi, I've got a function that can return NaN, but I want to test that it really does return NaN and not "blah". But NaN != NaN and isNaN(NaN) === isNaN("blah") ...
alistair_braidwood
alistair_bra...
Online Now Send Email
Feb 17, 2009
4:44 pm
1190
Hi, You can try Crosscheck. This is built above JS Unit and does not require to open browser. http://www.thefrontside.net/crosscheck...
Nothing
kiran_s_s
Offline Send Email
Feb 17, 2009
4:44 pm
1191
Hmm. I am having similar errors when trying to run JSUnit using Ant: I can get it to load and run the test page, but then it redirects to ...
Keith Hughitt
pwnedd
Offline Send Email
Mar 3, 2009
12:53 am
1192
Which version of JSUnit are you using? Check to make sure that you do in fact have jsunit.jar in java/bin/ folder....
Keith Hughitt
pwnedd
Offline Send Email
Mar 3, 2009
12:53 am
1193
Hi, I've been struggling for three days but keep getting an error referencing fetching the remote config file: distributed_test: [junit] Feb 27, 2009 4:23:48...
Andrew P Massey
tanx66
Offline Send Email
Mar 3, 2009
12:53 am
1194
Hi all, I'm just getting started with JSUnit and with xUnit in general, and was wanted to make sure I'm on the right track. In one test I am writing I want to...
Keith Hughitt
pwnedd
Offline Send Email
Mar 3, 2009
12:53 am
1195
OK, I did it, I mean I broke it in the first place. 1) I wasn't using the ip address/port correctly 2) an the biggie: I hadn't started the JsUnit server on the...
Andrew P Massey
tanx66
Offline Send Email
Mar 3, 2009
3:44 pm
Messages 1166 - 1195 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