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
- Wine Tasting in Napa Valley
- How to build a Shot-Ski
- Bus Project Update
- Farewell to the 2011-2012 Ski Season
- Cruising around the Western Caribbean
- Spring Break!
- A Spectacular Trip to Stockholm and Madrid
- Comparing Web Frameworks and HTML5 with Play Scala at Jfokus 2012
- Play Framework 2.0 with Peter Hilton at Jfokus
- Secure JSON Services with Play Scala and SecureSocial
Posted by Thomas Dudziak on January 09, 2006 at 07:03 AM MST #
Posted by Sanjiv Jivan on January 11, 2006 at 06:39 PM MST #