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?
views:
490answers:
2
+1
A:
This article seems to Discuss something quite like what you're talking about. Good luck. Ola
Ola Karlsson
2008-09-18 02:30:44
A:
The trick is to select "Run test(pause before starting)"
Then when the test opens up, click the little link that says "Edit run settings"
A dialog boxes opens allowing you to choose "One run per datasource row"
Nat
2008-09-18 02:47:28