Has anyone fit load testing into their on-premise TFS server build/release pipelines? I found other stackoverflow articles on how to trigger the distributed load test using mstest. Currently there isn't an easy way to get the generated statistics in a dashboard. I looked at the cloud load testing options and storing the test results in VSTS seems like too much extra work to bother with. Anyone have suggestions on how to make this less disjointed and actionable? Are there other tools that are worth integrating? Are there simple ways to generate load tests based on swagger/openapi?
Asked
Active
Viewed 1,222 times
1 Answers
1
Not sure what an easy/simple solution do you want to find for the load test. Generally speaking no simple ways, whatever solutions you have to prepare the environments.
No any experiences on integrating other tools, all the available ways are listed in the official documents:
Please refer to this guide link for details: https://learn.microsoft.com/en-us/vsts/test/load-test/?view=vsts
For On-Premise TFS you can reference this thread for details: How to create VS Load test build in TFS 2015 using command line
For Cloud you can reference articles:

Andy Li-MSFT
- 28,712
- 2
- 33
- 55
-
@alanmbarr Is the answer helpful? If that helps you could vote it up and if that resolved your issue, you could Accept it as an Answer, This can be beneficial to other community members reading this thread – Andy Li-MSFT Jul 27 '18 at 02:14