Gary Russo wrote: Hi,
> These links may help. > Chris Wallace 'XQuery Unit Tests' blog post > http://thewallaceline.blogspot.com/2009/04/xquery-unit-tests.html > Jim Fuller 'Poor Mans XQuery Unit Testing' > http://code.google.com/p/xprocxq/source/browse/trunk/main/test/xquery/test.xqm > Florent Georges > http://www.fgeorges.org/xslt/xslt-unit/ Just to say that I don't maintain this one anymore (I should probably add a warning on this page). I'd rather have a look at XSpec if I were you: http://code.google.com/p/xspec The support for XQuery if rather experimental at this time, but we're interested in feedback in that area ;-) The 10,000 feet level idea is that you write a test suite using a dedicated language (you tell the functions to test, provide the input and expected output, etc.) Then an XSLT transform is used to transform the test suite to an actual XQuery. Running this XQuery will run the tests and generate the XML report. There is a link to the dedicated mailing list on the website above. Good luck! Regards, -- Florent Georges http://fgeorges.org/ _______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
