Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.11 KB

AutoTest.md

File metadata and controls

20 lines (13 loc) · 1.11 KB

Auto Test Hints

This is not a step-by-step guide. Instead it's a collection of screenshots which will help you complete the DevOpsHack challenges. This is on purpose: We want you to explore and play with the different options of VSTS.

Add a task to run a quick perf test after deployment!

Add a task to run a quick perf test after deployment

Add a task to run a cloud based load test!

Load test files can be created using Visual Studio 2017. You can use the loadtest files as provided. Make sure you swap the URL in the xml document. Add a task to run a cloud based load test

Configure Load Test

Modify the task like shown below. Don't forget to disable the test Tasks after you have seen that they are working to shorten build times and reduce the build minutes you use as you have only 240 build minutes with the free version.

  • Path to test files is $(System.DefaultWorkingDirectory\YOURBUILDDEFINITIONNAME\testfiles
  • Name of load test file is LoadTest1.loadtest

Config Load Test