When you guys are unit testing an application that relies on values from an app.config file? How do you test that those values are read in correctly and how your program re
You can both read and write to the app.config file with the ConfigurationManager class
app.config
ConfigurationManager