c# - TFS Visual Studio 2015 Load Test Intranet WebSite Setup -
what trying accomplish run load of 6000 vusers on web page. cannot figure out how call load controllers. cannot find clear documentation next call load tests , assign work multiple load controllers. since internal company. cannot use vsts load controllers.
based on these pages https://blogs.msdn.microsoft.com/edwinh/2016/04/21/guide-to-get-started-with-visual-studio-web-load-testing-and-automation-2/ https://msdn.microsoft.com/library/dn250793(v=vs.120).aspx#anchor_3
you can install load controllers on other servers. have done this.
i connected load controller in load settings file. but, how attached 2 or more load controllers?
i tried build test using solution test settings file. don't see way attach many load controllers. if run test build runs.. have no info see if ran test.
load tests need more resources can run directly visual studio can use controller , agents. 1 controller can used load test can control many agents. see here brief idea of how works.
having configured controller, agents can configured. each agent configured work specific controller. .testsettings
file in solution names controller used test. solution may have multiple .testsettings
files. context menu of 1 of them in solution explorer should have "tick" against "active load , web test settings".
visual studio 2015 introduced new scheme visual studio controller 2015-agents. documentation have seen not clear on how use 2015-agent. however, 2013 versions of both controller , agent can used visual studio 2015.
one way of seeing whether load test have run test results visual studio. open .loadtest
file, use open , manage results
command , select <show results tests>
. should see test runs saved in database. need check connection string refers database used controller.
i have not run tests tfs build environment, cannot comment on how may affect happens.
Comments
Post a Comment