Pages

Thursday, 19 July 2012

Issue In Getting An Absolute Path - Visual Studio 2010 CodedUI

Question:
When I am build my project corresponding DLLs file are getting at below location:
TestResults/Defaultfolder/Out

and also in the project bin location which is mentioned in the properties of the project.

When I am trying to find out the absolute path it is taking the path of dlls saved in the Out folder instead of bin folder. Have I made any change in the settings due to which this thing is happening?

Answer:
Check if you have enabled Deployment Items in your testsettings. If yes then the base directory is inside the TestResults folder and if it is disabled then it will be in the bin folder.

No comments:

Post a Comment