This is a migrated thread and some comments may be shown as answers.

Unable run tests from MTM

1 Answer 73 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
SP
Top achievements
Rank 1
SP asked on 15 Jun 2017, 12:31 AM

Hello,

I am seeing below error when I tried to execute tests from MTM on azure agents.Azure agents have latest Telerik Frame work version which is free version of 2017(as I cannot get to install 2016) and build server has below version.Please let me know how to resolve this error without installing the latest telerik version on build server or it might be completely different issue to resolve.

 

Error adding test case [64640] to test run: Unable to load the test container 'C:\Users\TESTAccount\AppData\Local\Temp\Microsoft\TeamTest\QTController\BuildDownloads\22724\ABCTests\bin\Debug\abc tests.dll' or one of its dependencies. Error details: System.IO.FileNotFoundException: Could not load file or assembly 'ArtOfTest.WebAii, Version=2016.3.928.0, Culture=neutral, PublicKeyToken=4fd5f65be123776c' or one of its dependencies. The system cannot find the file specified.

1 Answer, 1 is accepted

Sort by
0
Nikolay Petrov
Telerik team
answered on 19 Jun 2017, 12:23 PM
Hi,

The project seems to be created in the previous version of the product and it is not upgraded to the latest one. To make it work on the latest version of the framework you could:

 - Install the version of Test Studio that corresponds to the installed framework and open the project with it. The project would be automatically upgraded to that version of the libraries. (recommended)
 - Update the project Settings.aiis file to point to the version of the libraries (ArtOfTest.WebAii.dll... etc) that are available on the execution machines. (not recommended)

I hope that would solve the problem.

Kind Regards,
Nikolay Petrov
Progress Telerik
 
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings
 
Tags
General Discussions
Asked by
SP
Top achievements
Rank 1
Answers by
Nikolay Petrov
Telerik team
Share this question
or