chaitu430
7 years agoOccasional Contributor
Issue with Project and TestSuite Listeners in old style plugins
Hi All, I am using SoapUI 5.3.0 and created a plugin to perform some functionality. I am facing an issue adding the required listener to trigger the action. - Adding the TestRunListener invok...
- 7 years ago
Hi,
I finally managed to find the root cause.
- TestSuiteRunListener will only be invoked when we run all or more than one test case under a TestSuite. When testing my code, I selected only one test case under a TestSuite which caused the system to skip the listener action
- Similarly, ProjectRunListener will be invoked when we run all or more than one the TestSuites under a project
Thanks for your time looking into this
Regards,
Krishna