I was reading about data-driven testing using mbunit from this article, now I am using mbunit v3 And the feature used for datadriven testing is not applicable in V3 as per the issued note for V3. Using this article, I was able to perform data-driven tests using the XML data source. But I have to use [bind ("price")] with each parameter. In V2, in the Forteest attribute, there was a way to specify the deserialized one-class datatype to keep XML data. And by doing so we can pass the object of the class as a parameter in the test method. Is there any way to do such work in V3?
This is not supported yet You can type every single from the [Bind] attribute The parameter must be bound.
This is an excellent idea; And one was made accordingly accordingly. It should do v3.3.
Comments
Post a Comment