Forum Discussion
SmartBear_Suppo
Alumni
12 years agoHi,
From what I have understood, there is no out of the box feature which will paste the script in the teardown script editor. why don't you manually copy paste the script in the teardown script box. If there are too many test suites you can use event handler which is set on the project level so it will run after the testSuite is run in project.
http://www.soapui.org/Scripting-Properties/custom-event-handlers.html
You can use TestSuitRunListener.afterRun
Thanks,
Jeshtha
From what I have understood, there is no out of the box feature which will paste the script in the teardown script editor. why don't you manually copy paste the script in the teardown script box. If there are too many test suites you can use event handler which is set on the project level so it will run after the testSuite is run in project.
http://www.soapui.org/Scripting-Properties/custom-event-handlers.html
You can use TestSuitRunListener.afterRun
Thanks,
Jeshtha