JSUnit: I expand jsunit2_1.zip, and its tests pass. Then I copy jsUnitTestSuite.html and jsUnitAssertionTests.html into my project's folder. I fixup...
I'm running a few tests in sequence, and it seems like the changes to the DOM from one test are affecting the other tests after it. Example from my CSSUtils...
Benjamin Jackson
ben@...
Jul 17, 2005 11:05 pm
419
Tests aren't supposed to reset the environment when you exit. If that is the
behavior you want then you have to do that your self. When doing any testing
you...
The real answer to this is that to mirror typical XUnit behavior, the Test Page ought to be reloaded after each Test Function has been executed (compare with...
Hi Edward. We use JsUnit and we love it very much! The only problem is that our test engineers want to use "showTestFrame" feature in the Mozilla and Firefox...
Ah, very good. I've integrated the code and checked it in. This will be in the next release of JsUnit. Thanks, - Edward ... From: jsunit@yahoogroups.com...
New to JsUnit and wish to use it with our .NET framework (hence nAnt) continous intetegration. Has anyone figured out an ideal solution, or can a test suite...
I would like to test asynchronous behaviour (e.g. loading an XML dataset or testing the condition of tasks that required control to be handed back to the...
Hi Misha This is operating system dependant. Remote shell (rsh) for *nix or Telnet for Windows 2k+ (configure using control panel) can be used for example. ...
Hello, You can also use the target antServer from ant-contrib ( http://ant-contrib.sourceforge.net/tasks/tasks/index.html ) so you start remotely jsUnit server...
... dataset or testing the ... browser before ... Hi Howard, try something like this: (I haven't tried the code, it's just to give you the idea) ... var...
Hello, I just submitted the following problem and a fix suggestion on the SF project page. The first assertion that fails (in a test function) is sometimes ...
New to JSunit. Downloaded the JSUnit source. When I try to build to the standalone_test target, I get the following - please advice: Microsoft Windows XP...
... ... The junit task in Ant requires the location of JUnit.jar to specified with a -lib switch. I believe earlier versions may have also been able to pick...
Hmmm, thanks. So from this I assume: 1.) the junit.jar that comes with the jsunit distribution ( in <JSUNIT_HOME>/java/lib ) is not the same junit.jar from...
OK. So standalone runs and the JSUnit test browser window is spawned, but the test(s) don't appear to get executed, the Acceptor ServerSocket is timed out and...
... The proper assumption is that I gave you generic Ant advice from the hip without researching the specifics of the use of Ant and JUnit within JSUnit. I...
BR>> Hmmm, thanks. BR>> BR>> So from this I assume: CA>The proper assumption is that I gave you generic Ant advice from the CA>hip without researching the...
Hi! I was wondering if anyone can point me to a good website where I can obtain jsunit examples? Or if you have anything that can help me learn it just email...
Can someone please give me a url or document on a quick setup for JSUnit server setup on windows. I want to automate testing using JSUnit. Also, I want to...
Hi guys, I am trying to create a simple ASP.NET <http://ASP.NET> page that will collect my jsUnit test results for various browsers. I am parsing the results...
Hi all, I've been using jsUnit and now in Firefox (Mozilla) I get an alert "name not defined" on the second execution of a test script in a browser window. It...
Hi All, I am having a problem with jsUnit under mozilla. The app in question uses Ajax specifically DWR. The problem is on the second execution of the tests....