3
votes
How do you make a unit test when the results vary?
It sounds like your testing at too high a level. Consider mocking the web service interface and writing other unit tests on the data layer that access the database. Some more detail here might make …
