I am facing issue while running my coded ui test as part of build. My coded ui test have DDA attached to it as part of CSV files. While build succeeded, coded ui test failed with the following error message.
"The unit test adapter failed to connect to the data source or to read the data. For more information on troubleshooting this error, see "Troubleshooting Data-Driven Unit Tests" (http://go.microsoft.com/fwlink/?LinkId=62412) in the MSDN Library.Error details: The Microsoft Jet database engine could not find the object 'DDAAccounts.csv'. Make sure the object exists and that you spell its name and the path name correctly".
Coded UI test are running successfully as part of the build, but the test which are having CSV files attached as part of DDA are only failing.
Can anyone suggest a possible solution.