Forum Discussion

joeybear's avatar
joeybear
Contributor
13 years ago

Using Testcase Variables in Datasource SQL Query - HOW??

Here's an extremely simplified example of what I'm talking about: Select name From auth_userprofile Where id = ${new_user_id}; I need to be able to use the variable from my testcase proper...