Monday January 09, 2006
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 in Java
at Jan 09 2006, 05:41:42 AM MST
2 Comments
Search This Site
Recent Entries
- What's Next
- Jack's Mohawk
- LinkedIn Cuts 10% (a.k.a. The Journey is Over)
- Happy Birthday Abbie!
- Moving from Spring's XML to Annotations in AppFuse
- Free Maven Training in New Orleans on Election Day
- AppFuse Light ยป AppFuse, Maven Archetypes and Shared Web Assets
- Great Weekend in Montana
- Colorado Software Summit 2008 Wrapup
- RESTful Web Applications with Subbu Allamaraju
Posted by Thomas Dudziak on January 09, 2006 at 06:03 AM MST #
Posted by Sanjiv Jivan on January 11, 2006 at 05:39 PM MST #