Ending a load test Early
Does any one know a way to end a load test early without generating an exception or error.
I have a load test with a data bound coded web test inside, I would like to run the load test for either 5 minutes or until all the rows in the DB have been read. I am keeping track in a dictionary as suggested here,
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=148959&SiteID=1
I would like to just end the load test instead of having to throw an exception, is there a way to do that? Or each have the load test run for what ever comes first a certain number of test or the specified time.
-Jacob
Answer: It looks like all I need to do is set theDataBindingAccessMethodto
Unique. That will solve this problem.

