Forum Discussion
groovyguy
7 years agoCommunity Hero
What do you mean by "print the datasink property values"?
- avidCoder7 years agoSuper Contributor
Oh, I mean, How to get the propertyValue and propertyName from the DataSink.. using groovy code.
- avidCoder7 years agoSuper 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
- 2 days ago
- 6 days ago