scenario based testing using XML data input, expected output
Status: Beta
Brought to you by:
briansun
I have created a framework using nxunit to do scenario
based testing by calling the same nunit test method
over and over for multiple scenarios with xml input
and expected output and then using nxunit for doing
assertions with the actual output. Let me know if you
think this can be a useful addition to nxunit.
I plan to further extend this to use a dataprovider
concept similar to the TestNG framework.
zip of the source files for the framework and test cases