twozedz
9 years agoOccasional Contributor
using exceldatasink class methods
Hi Can someone please help? I have soap UI pro
I posted this elsewhere and no one has responded.
I am trying to use the following methods of the class excelDataSink but get an error when i do that in groovy script
void | setFileName(String fileName) |
void | setOutFileName(String outFileName) |
void | setStartCell(String startCell) |
void | setWorksheet(String worksheet) |
the error i get is:
groovy.lang.MissingMethodException: No signature of method: com.eviware.soapui.impl.wsdl.teststeps.WsdlDataSinkTestStep.setFileName() is applicable for argument types: (java.lang.String) values: [c:/test] Possible solutions: setName(java.lang.String), setName(java.lang.String) error at line: 42