tfs - Running unit test in the build agent using Visual Studio Services -


i'm trying run unit tests in build server of visual studio. unfortunately, message:

no test found. make sure installed test discoverers & executors, platform & framework version settings appropriate , try again.

i gave test setting files run, specified run settings, set msbuild x86 , target platform x86:

emulator wvga

tried specify regex pattern find test dlls. still no luck. doing wrong ?

i'm using mstest.

edit: apparently, believe mistakenly thought windows phone unit test project different normal unit test project. able see test sources when use normal unit test project. correct me if i'm wrong. question what's point of windows phone unit test app?

if using third party test framework need install on controller server.

check http://www.visualstudio.com/get-started/create-and-run-unit-tests-vs#frameworks


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -