J3Unit
Over the weekend, I learned about J3Unit - a new object oriented JavaScript testing framework.
J3Unit is an object-oriented unit testing framework for JavaScript.
J3Unit runs JavaScript tests directly in the web browser and can be
automated using JUnit and Jetty. J3Unit builds on
previous work by JSUnit and
Script.aculo.us
to provide a better way to automate JavaScript unit tests.
Object-oriented JavaScript unit tests are written using the
Script.aculo.us Test.Unit.Runner object, which is in turn built upon the
prototype JavaScript library.
J3Unit has 3 modes of operation: Static Mode, Local Browser Mode, and Remote
Browser Mode
To me, this looks similar to Selenium. I'd definitely like to explore using this package or Selenium in AppFuse.
Currently, AppFuse uses Canoo WebTest, which is based on HtmlUnit. The current version of HtmlUnit doesn't support Prototype, or any libraries that depend on it. The good news is "This will be quite simple to fix".
Posted by Thomas Dudziak on January 09, 2006 at 01:03 PM MST #
Posted by Sanjiv Jivan on January 12, 2006 at 12:39 AM MST #