lingling_chiang
6 years agoContributor
How to pass persistent variable to SQL Query in Keyword Test Data-Driven Loop
How can I pass the value in Project.Variables.lastAfscId to bus_uid = as show below the SQL Query Text in the keyword test.
select subscription_uid from bus_subscription where bus_uid = Projec...
- 6 years ago
lingling_chiang wrote:
We have been using the scripts to handle this but just wonder if there is a way to do using the keyword test to specify the variable in the database query. All the solutions seem pointing to scripting. I guess there seem there is no way to pass the variable to the query text in keyword test. Am I right to conclude that?
You are correct. At this time, you will need to use scripting to run the query.