Click here to Skip to main content
15,889,433 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have added a test case in test manager in test manager which has some steps. I created the action recording using test manager. Then I created a new coded ui project in VS 2012 premium and checked 'Use existing action recording' and generated the code for the code ui test. I linked this to the test case in test manager and associated the automation.

I have selected the 'Build In Use' in Test Manager to one of the available builds of my test solution.


Now, when I run the test from test manager. It gives error as :

‘Could not find file in drop location.’

This is coming up because the coded UI dll is not present in the path of the build which i am using.

I dont know what to do after this.

How could I make test manager to pick up the Coded UI test dll's. Or may to have both test solution build definition and coded ui test dll's to be present at same path.

I tried various thing but none of it is working.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900