Some XSLT testing frameworks
XSLTUnit
http://xsltunit.org
Outdated
Tough to setup the testing environment
Tennison’s testing framework
http://tennison-tests.sourceforge.net/
http://www.jenitennison.com/xslt/utilities/unit-testing/
Test cases could be written in xml itself
Easy to write test cases
Supports xpath based expressions testing of nodes and values
Tests are more readable than XSLT unit
Don’t support global variable and params setting properly
UTF-X
(http://utf-x.sourceforge.net/)
Test cases could be written in xml itself
Supports template generation for [...]
Archive for August, 2006
unit testing xslts
Posted in Software Development on August 18, 2006 | 1 Comment »
Customizing the web – chickenfoot
Posted in Software Development on August 9, 2006 | 1 Comment »
User customizations of today’s website are mostly restricted to theme and color of the site. Are these customizations solves the specific needs of the user? The customizations provided are just visual; they don’t solve the content needs of different users.
Though we have concept of services, and portal yet the flexibility is restricted by service provider. [...]