I ve just added my first test project to a VS 2008 solution. I have a component I d like to use in a unit test; the component calls System.Configuration.ConfigurationSettings.GetConfig() to get a setting, and I d like for that call to work in my test. Any ideas how I can do this? I don t see any app.config in the project, so I m not sure if that s an option in this instance. Thanks!
What do software engineers encounter after another stressfull release? Well, the first thing we encounter in our group are the bugs we have released out in the open. The biggest problem that we as ...