NisHera
11 years agoValued Contributor
DBTable defined with project variables
I need to store some values in TC DB_Table. to be used in next test item.
I'm selecting values from SQLServer database
My selction is something like
SELECT DISTINCT [My_Values]
FROM [My_View]
where YEAR ='2014' and ( WEEKNO BETWEEN 'X' and 'Y')
What I would like is to pass values for 'X' and 'Y' at run time.
Is it possible to pass project variable to select DB_Table values?
or is there easy way?
I'm selecting values from SQLServer database
My selction is something like
SELECT DISTINCT [My_Values]
FROM [My_View]
where YEAR ='2014' and ( WEEKNO BETWEEN 'X' and 'Y')
What I would like is to pass values for 'X' and 'Y' at run time.
Is it possible to pass project variable to select DB_Table values?
or is there easy way?