Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.
How to print to Event Monitor from Extension tool

Parasofttoudaya
Posts: 232 ✭✭
in Virtualize
Responder is working fine in localhost, whereas same responder is not working in server environment.
To troubleshoot i need print some values to Event Monitor. Whats the groovy code to print to event monitor from extension tool?
0
Comments
-
See this section in the documentation
0 -
I tried below snippet and its not working.
context.report(Event("Here I am!"))Do we have anything else for groovy? its should be same context object right??
0 -
That code snippet was for jython, could you attach the actual code your script is using?
0