XSLT Unit Testing

Oxygen provides XSLT unit testing support based on XSpec. You can easily create a test case scenario for XSLT stylesheets.

XSpec is a behavior driven development (BDD) framework for XSLT. It consists of a syntax for describing the behavior of your XSLT code and some code that enables you to test your code against the descriptions.

XSLT Unit Test Report

Oxygen automatically generates an XSpec stub for the templates and functions from the stylesheet that you want to test. Editing XSpec is assisted with content completion assistance, validation, and a default transformation scenario allows you to run the tests and generate the test report as output.

XSLT Unit-Testing