I'm recording a new test plan;
Old style:
Extracting a list of value from query1
Putting those data in a CVS Data Set Config, using variable1
Calling query2 with variable1
All works
New Style:
query1
SELECT  data1 FROM table1 where data1 >= (SELECT MAX (data1)-1000 FROM
table1)
the response is a long list
value1
value2
...
valuen
I'm unable to:
Getting the value directly from query1 and putting them into a variable
variable1
Utilizing variable1 for query2
How can I do it?
Regards
MM'

Reply via email to