This is a very vague question (and noob), but ..... How can I get to testing class libraries in C #? I am using nUnit for testing.
What I'm trying to do is interact with databases. The input will be a serialized XML object, deserialize it to test it against the code, then the XML object will be re-serialized and output.
Hope this gives some insight. I was thinking of creating a test application that creates an instance of a library. Is there any other / better / more efficient approach I can take?
user5398447
source
share