Get XML Data for mocking a Database Table

When creating a mock of a Database Table, it is helpful to have some pre-existing data rather than creating it all from scratch. This can be accomplished by outputting the current content of a table to XML, then using this XML as the data source to test against. To get hold of the data, in […]

READ MORE