I have an application where I am adding a new row in table using EntityFramewok. I wrote a test case which will check the functioning of this addrow method. I am getting count of rows before and after adding the row to DB.
But I am getting an exception when testmethod is trying to access the EF DB.
The specified named connection is either not found in the configuration, not intended to be used with the EntityClient provider, or not valid.