automation - How to run Webtests during a TFS Build? -


i need run webtests (defined in files extension ".webtest") in automated tfs build. can run these web tests locally visual studio 2015 cannot them execute during team build.

in team build definition, have tried "test assembly file specification" value = "*.webtest". fails pick web tests. can see .webtest files have been copied under "binaries" directory i'm bit puzzled why not found.

test specification configurations

what missing? how .webtest files run under team build?

note:

tfs version: 2013 (agent has vs2015 installed)

open ellipsis in test source field:

enter image description here

specify mstest.exe runner (vs2010 compatible) test runner , change test assembly file specification run has extension of .webtest.

enter image description here

more details -

http://www.codewrecks.com/blog/index.php/2013/08/16/build-deploy-web-performance-test-with-tfs-build/


Comments

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -