Hi,
I want to do some interaction testing in my test project, and would like to test some xml configuration based components... How can I find the base directory of the test project in code so that I can create paths relative to it? I want to have a sub folder that contains the test xml files.
Thanks
EDIT:
Iv used Assembly.GetExecutingAssembly().Location - which gives the out put folder of the time I ran the tests.. I need to configure the xml files to go with the assemblies into that directory.. how can I do that?