TFS build 2015 fails to trigger coded ui tests - part of continuous integration process -


we have come across issue tfs build fails trigger coded ui tests, based on how test settings file specified in build definition.

we have been unable codedui test project run. goal have run on separate machine (virtual machine). have configured test controller , agent on vm. have set run interactive process. when run build partially succeeds , following test error reported

the failure message returned below:

mstestadapter failed discover tests in class ‘mvc_test.mvctest_cui’ of assembly ‘c:\builds\1\test_coe\mvcappframework\bin\mvc_test.dll’. reason not load file or assembly ‘microsoft.visualstudio.qualitytools.codeduitestframework, version=12.0.0.0. culture =neutral, publickeytoken=b03f5f7f11d50a3a’ or 1 of dependencies. system cannot find file specified..

setup / environment details:

visual studio 2015 ultimate

tfs server 2015

agents visual studio 2015(test controller , test agents)

test agent installed interactive process coded ui tests

your codedui tests written in 2013 version of vs. believe have 2 options:

  1. install agents visual studio 2013 on test agent
  2. use binding redirects automatically use newer version described in tfs 2010 2015 upgrade: codedui feature test builds blog post

update

  1. you try upgrading codedui dlls vs2015 versions (14.0.0.0).

Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -