Using stored procedures in web tests.

I know I can use sprocs in unit tests, but is there a way to use stored procedures in web tests

Thanks,

Tom



Answer this question

Using stored procedures in web tests.

  • Worachart

    If you mean as a datasource, then the answer is yes with a little work. We do not have out of the box support for databinding to sprocs. But I wrote a blog post that shows you how to so this. Check out the post and let me know if you have any questions:

    http://blogs.msdn.com/slumley/archive/2006/04/07/570772.aspx



  • Using stored procedures in web tests.