The installation method of unit test is that the user can run the executable file and select the data set to use. This information is stored in app.config, however, when I try to access app.config when I run unit test with Gallio Icarus, it does not work.
Edit: I got a field to bind to the property of the application, however, when I call Properties.Settings.Default.Save();, it does nothing. The app.exe.config file does not change, and the changes are not saved.
source
share