Forum Discussion
NMeyer
13 years agoOccasional Contributor
That still isnt helping either. Still having the same issue. I'd like to try splitting the login step into it's own test case but keep the DataSource in the Api test case. Is it possible to have a groovy script in the Login test case that would be able to reference the DataSource. Currently, when referencing the DataSource from a Groovy script that exists in the same test case, I use something like this:
Is what I'm asking possible? If so, what would the syntax be?
context.expand('${DataSource#User}')Is what I'm asking possible? If so, what would the syntax be?