The easiest way to do this is:
Tests menu > Edit Test Settings > (choose your test settings) > Web Test > Fixed Run Count
Set the count to 10, and when you re-run your test it will run 10 times in a row.
However, the better way to do this is to:
- add a value to the Response Time Goal property for each request in your WebTest (click Set Request Details in the WebTest mini-toolbar)
- create a LoadTest
- add your WebTest to the LoadTest
- in Scenario settings, set a constant user load of 1
- in Run Settings set Use Iterations to true, and set Test Iterations to 10.
In a LoadTest result you get various summarized statistics and it will count how many requests exceeded the response time goal, so you don't have to do this manually.