Forum Discussion
- groovyguyCommunity Hero
What do you mean by "print the datasink property values"?
- avidCoderSuper Contributor
Oh, I mean, How to get the propertyValue and propertyName from the DataSink.. using groovy code.
- avidCoderSuper Contributor
Oh, I got the solution:--
def data = context.testCase.getTestStepByName("DataSink");
propToGet = data.getPropertyNames();
for ( int j = 0 ; j < propToGet.size(); j++ ){
def value = data.getPropertyValue(propToGet[j])}
Related Content
- 9 years ago
- 4 years ago
- 6 years ago
Recent Discussions
- 23 hours ago
- 6 days ago