SiKing
12 years agoCommunity Expert
custom event handler
Hello.
I am attempting to create my first custom event handler, as per http://www.soapui.org/Scripting-Propert ... dlers.html
I want my event to be applied at the end of any AMF step. I created Event = TestRunListener.afterStep and I set Target =
TIA for any help.
I am attempting to create my first custom event handler, as per http://www.soapui.org/Scripting-Propert ... dlers.html
I want my event to be applied at the end of any AMF step. I created Event = TestRunListener.afterStep and I set Target =
${=testStepResult instanceof com.eviware.soapui.impl.wsdl.teststeps.AMFTestStepResult}However, my event is being applied to all steps. What is wrong?
TIA for any help.