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...
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:...
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...
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...
Hi, ... You missed to create a JavaScript object. Simply add the lines ========= %< ====== TestSuiteTest.prototype = new TestCase(); TestSuiteTest.glue(); ... ...
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@...
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...
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...
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...
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@...
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...
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 ...
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'...
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...
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...
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...
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...
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...
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....
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?...
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...
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...
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...