wichitkOccasional Contributor7 years agoSolvedCan I get the operation name at the groovy script? Hi, Can I get the operation name at the groovy script? What's command do I use? Regards, Dan Show Morenmrao7 years agowichitk Try mockResponse.operation.name
wichitkOccasional Contributor to nmrao7 years agoHi, I changed the code to: log.info("Name: "+mockOperation.operation.name) It worked!!. Regards, DannmraoCommunity Hero to wichitk7 years agoAppreciate to respect the original answer while marking solution.log.info is to show the actual value of the object.
wichitkOccasional Contributor to nmrao7 years agoHi, I changed the code to: log.info("Name: "+mockOperation.operation.name) It worked!!. Regards, Dan
nmraoCommunity Hero to wichitk7 years agoAppreciate to respect the original answer while marking solution.log.info is to show the actual value of the object.
Recent DiscussionsMalfunction changing between multiple screensHow do I add a REST query string without the 'name='Rest step assertions written in SoapUI 5.5.0 are failing in SoapUI 5.8.0
Related Contentgroovy script errorsString.replaceAll not working in Groovy scriptGroovy operations trim() and replace() seems to doesn't work in Soapui