visual-studio-test-editio

How do I get my Visual Studio Test Suite web test to iterate over my data source?

I have Visual Studio web test attached nicely to a data source, but I need to be able to iterate over each entry in the data source. How should I do this? ...

Load testing using Visual Studio 2008 : troubles with analyzing results

I use Visual Studio Team System 2008 Team Suite for load testing of my Web-application (it uses ASP.MVC technology). Load pattern:Constant (this means I have constant amount of virtual users all the time). I specify coniguratiton of 1000 users to analyze perfomance of my Web-application in really stress conditions.I run the same load te...

RowTest in Visual Studio tests?

Is there something similar to mbUnit's RowTest in Visual studio tests. I wanted to have the ability to perform the same test using different input data and expected results. Wanted to avoid using testing frameworks since I'm need very little and simple tests at the moment. ...