Skip to main content
edited tags
Link
Rasika
  • 322
  • 1
  • 7
  • 19
edited tags
Link
Rasika
  • 322
  • 1
  • 7
  • 19
Source Link
Rasika
  • 322
  • 1
  • 7
  • 19

Running Visual Studio Load Test in TFS 2015 locally

I have configured a load test using VS 2013 ultimate to performance test a REST Api. We use TFS 2015 for source control and CI. Tests are pointing to a local (with in company's intranet) REST service endpoint. I want these test to run against every build and configured a build definition in TFS. TFS provides a build step called "Cloud-based Load Test" and thats is not going to help me as I am not planning to run tests on the cloud. what is the best approach to run *.loadtest files ? Has anyone done this ? Is command line my only option ?