This question is locked. New answers and comments are not allowed.
Is there a way to use a SQL stored procedure or a sql query as a datasource for data driven testing? When I try to use a table, it times out or gives an OutOfMemory exception even though I am telling the test to only use a few rows. I guess it is still trying to pull all of the data.
Thanks
Thanks