Forum Discussion
- omatzuraSuper ContributorHi!
sure.. any specific service/interface/operation you are interested in (in relation to your current script)?
regards,
/Ole
eviware.com - Desmond_CassidyContributorHi,
Belive it or not...just this minute....I would like to do a Property Transfer into a DataSink for the Operation Name...is this possible...
Cheers,
Dezzz. - omatzuraSuper ContributorHi Dezzz,
you would have to use groovy to do the transfer instead, for example
def operationName = testRunner.testCase.testSteps["Some Request"].operation.name
testRunner.testCase.testSteps["DataSink"].setPropertyValue( "name", operationName )
does this help you forward?
regards,
/Ole
eviware.com - Desmond_CassidyContributorHi OLe...yep...many thanks that will do the trick...
Cheers,
Dezzz.