How to debug Extension tool and check the logs
I have a simple goovy method in Extension tool that I want to debug and see the output. When I click on Evaluate button I do not see anything happening. When I run this test it simply fails with following message in Console.
Test 2: Extension Tool - failure
Test failed
I tried to put println statements but nothing gets printed to Console. Could you please guide me how to debug and check console outputs / logs?
Tagged:
0
Best Answer
-
jakubiak Posts: 696 admin
Use the API com.parasoft.api.Application.showMessage() to print debugging to the SOAtest console within Eclipse.
5