avidCoderSuper Contributor8 years agoSolvedHow to get the DataSink property values printed? Can we print the datasink property values? avidCoder to avidCoder8 years agoOh, 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])}
avidCoder to avidCoder8 years agoOh, 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])}
avidCoder to avidCoder8 years agoOh, 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])}
avidCoderSuper Contributor to groovyguy8 years agoOh, I mean, How to get the propertyValue and propertyName from the DataSink.. using groovy code.
Recent Discussions4.0.1 Not marking test as passedWhich Log4j VersionReadyAPI 4.0.1: How to see overview of open messages
Related ContentDataSink Configuration Propertiesprinting test case status to logsPrinting Test Log Settings