Forum Discussion

shays's avatar
11 years ago

DB Table

I tried to use the DB Table with specific query. In Data driven loop

I create Data driven loop with DB Table variable.

I Insert the next query: select * FROM [RotemNet].[dbo].[TableList] where ControllerVersionID = 1 and Tablegroup = 'Control' order by tableorder 

and it works, Now I want to change the query and instead of the value 1 (ControllerVersionID) insert there another Variables.

For example I want that the user that will run the test each time will insert another ControllerVersionID and the results of the tests will be different.

How to do it?
No RepliesBe the first to reply