I want to create automated tests which accept XML and verify that the XML returned is what was expected. Also, the end user needs to be able to add new data (XML input + expected XML output) without having to get into the code.
It seems like Fitnesse should be able to do this, but I haven't figured out a good way to do it yet.
Any recommendations? Tools other than Fitnesse that will work better? The code which needs tested is in .NET.
Eventually I would like to integrate these test results into a continuous integration server.
Thanks
fitSharp
has an XmlFixture
that will compare Xml results to expected values. See here for more details: http://fitsharp.github.com/Fit/XmlFixture.html