function testAlpha() { info("Alpha 1") setValue("criteria","levelCount","2") setValue("criteria","itemCount", "1") info("Alpha 2") } When this test runs, I get...
The function is "inform", not "info". This has caused confusion a few times, so I'm going to add an "info" function to the next release. (It will just call...
Are suites not working at all for you, or is it just this particular one? What exact browser/platform are you running on? - Edward ... From: "dcorbin_work"...
It's just that one. I tried one from the tests, and it works fine. ... one? ... won't ... function" ... src="/home/dcorbin/projects/cms/Automate/target/we ...
I seem to have tremendous problems with timeouts. I have a page which loads by itself just fine. But when I try to run it in the TestRunner, all I get is a...
I get this in Mozilla (4 times) whenever I run a test. I thought I could correct it by changing where certain LINK tags are written out to have a type, but it...
I continue to have problems with my TestSuite, posted a week ago (or so). It just doesn't seem to run. Also, as I've tried to debug JsUnit (unsuccessfully),...
I attempted to run three of JSUnit 1.3.3 self tests on recent or new versions of 8 different browsers. The tests run were: jsUnitTestSuite.html, a basic check...
(shame!) It works. While trying to prepare the "sample test case", I ran across a few problems. 1) I had the path wrong for the TestPages 2) I had my...
I've been dabbling with JsUnit enough to get TDD going on my web applciation for the client-side. I know have a framework that will work well for me, I think,...
The observations of another user (not a JsUnit developer) ... I proposed adding an analog of the TestCase class while we were trying to get a resolution to...
Recently I added some features to JsUnit that I needed for some work I was doing. I think they're useful enough to warrant a new release soon. An early...
... I'll look for it when I have some time. Thanks. ... In JsUnit, according to the documentation, the executing one test method will effect the environment...
... instead of "submitResults=true", about "submitResults=<url>". Aside from being more flexible, (I can see someone want to build a servlet that does analysis...
I'd love to get the test results in XML for the DOM TS work. I had thought about creating another button that would display an XML rendered in HTML so that...
Sounds good. Perhaps <url> could be optional, and override the default URL (net.jsunit.ResultServlet). I've also had a request (off the group) for ability to...
Great idea. I'll work on the net.jsunit.ResultServlet code so you can ask it for XML. Any particular XML tag names you'd like to see? Here's one suggestion,...
... Ant provides an XML formatter for JUnit runs and also tools to merge the XML from multiple runs. I'm really fading right now or I would try to create a...
The following is a sample XML output from Ant's JUnit tasks (with a lot of property values removed). <?xml version="1.0" encoding="UTF-8" ?> <testsuite...
Hi Curt, ... You can run the complete suite inside a browser, too. Despite Edward's version JsUnit 1.2 beta from http://developer.berlios.de/projects/jsunit ...
I'm worried that using a servlet to accept results is going to be cumbersome. If we use a servlet, people will have to have a web server and an app server...
... Without using a something browser-specific like a COM component, you should not have write access to the local file system from within a browser. ... I not...