Running tests, especially automated ones, generates lots of data. To keep your test system responsive and performing well, have a policy to clear test results that you don't need anymore. Delete automated test results when you delete your builds. You can keep manual test results while you're still reviewing them, for example, up to a year.
To delete manual test results after a specific number of days, set the retention limit at the team project level. Visual Studio Online keeps manual test results related to builds, even after you delete those builds. That way, build policies don't delete your test results before you can analyze the data.
- Sign to your Visual Studio Online account (
https://{youraccount}.visualstudio.com
). You'll need at least team project administrator permissions. - Go to your team project.
- Go to the team project control panel.
4. Select a limit for how long you want to keep manual test data.
By default, Visual Studio Online keeps automated test results related to builds only as long as you keep those builds. To keep test results after you delete your builds, edit the build retention policy. If you use Git for version control, you can specify how long to keep automated test results based on the branch.
- Sign to your Visual Studio Online account (
https://{youraccount}.visualstudio.com
). You'll need at least build level permissions to edit build definitions. - Go to your team project. Find and edit your build definition.
By default, test results are deleted when the build is deleted.
3. If you use Git, and you have more than one branch, set the branch filter to delete test results and builds in one branch. Meanwhile, you can keep test results in another branch, even though you delete the builds in that other branch.
To clean up automated test results that are left over from deleted builds or test results that aren't related to builds, for example, results published from external test systems, set the retention limits at the team project level. Learn more
A: For team projects created before October 2015, Visual Studio Online doesn't delete results from automated tests and manual tests unless you change the retention limit.
For new team projects created after October 2015, Visual Studio Online deletes all test results after one year (365 days), unless you chose to indefinitely retain a build associated with those results.
A: By default, a XAML build definition is set up to delete builds older than the 10 most recent builds. But related test results aren't automatically deleted when those builds are deleted. Learn more.
A: By default, this is turned off because 10 builds can happen very quickly, especially with continuous integration builds. Test results are often deleted before you can analyze them.
A: Like this: