Running Visual Studio Load Test From Build Definition -


i created build definition runs automated tests using mtm build environments , test suites. created visual studio load test, can added test suite test method marked [testmethod] attribute. however, when run build, no errors , appears aggregate tests don't run. there way make work?

i found article: https://blogs.msdn.microsoft.com/testingspot/2013/01/22/how-to-automatically-run-a-load-test-as-part-of-a-build/ describes way it, can't find build template matches describes, , appears allows run single load test.

also, when configure test controller, there option configure load testing, this, must unregister team project collection. if done, appears controller can no longer used in environments run project automated tests. defeats purpose of want , makes seem load tests , team projects mutually exclusive. case? if so, big oversight. load tests kind of thing run automatically. help.

you unfortunately right. test controller used load testing cannot used other automated test execution 'at same time'. in scenario recommend setup different test controller , agent load testing , able queue part of build achieve looking for.

there no special build process template case.


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -