While running NUnit tests through command line (nunit-console.exe assemblyName.dll), ConfigurationManager is not able to read the keys from 'App.config' file hence the program is throwing "System.ArgumentNullException : Argument cannot be null"
I have also copied 'App.config' file to the path from where I am running the Nunit-console.exe
Can some body help me in this?