Featured post
visual studio 2010 - Logging VS2010 unit test results in TFS 2008 not working -
the tests appear run fine after compliation, results don't go anywhere. .trx file written , indicates tests passing. team build thinks no tests have been executed , gives dreaded "partial success" result. suspect tfs cannot publish trx database reason...possibly because vs2010 version of test results not backwards compatible tfs 2008...?
i'm running build msbuild 4.0 , using version 10 of mstest.
i've read using previous version of mstest (version 9 vs 2008) help. tried this...mstest rightly complained test assembly built against more recent version of .net framework.
anyone else had success this? should try next?
turns out didn't have right microsoft.teamsystem assemblies in gac. version 9 assemblies there not version 10. due vs2010 being uninstalled / reinstalled out of order w/ vs2008 (or something, knows). "repair installation" setup step solved problem.
so, looks mstest 10 can indeed post results tfs 2008 datastore. wee!
- Get link
- X
- Other Apps
Comments
Post a Comment