Web testing with VSTS
Some interesting articles on VSTS (via Rob), the one that caught my eye was the functional web testing article. Functional web testing was one of the features that I liked most about the VSTS testing abilities, it would be great to see it extended in the future for winforms and XAML. One of the features not mentioned in the article is that the generated test code can be run (like unit testing or stress testing) via MSTest as part of your test suite (if your running your tests via Team Build for example). Also your web test can be hooked into a stress test so you get double value from your test.