We have the scenario to pass the XML file as input to the applications and validate the schema and transactions, Is there any FitNesse fixture framewor开发者_JS百科k available to simulate this?
There isn't a pre-defined fixture available but you can write your own, e.g., based on Do Fixture, something like:
|myXmlFixture|
|set schema file|xxx|
|validate xml file|yyy|
精彩评论