Details of an error in script execution
in Virtualize
When I have an error in one of my extension tool scripts I see the following on the Details tab of the Event Details perspective:
Test Name: 1. /some/test/name
Source: name of the extension tool
Message: Error during script execution. View Details for more information.
java.lang.NullPointerException
Are there more details available? The message says "View Details for more information" but I am already on the "Details" tab. Is there another "Details" ?
0
Comments
Hi,
I think that is the place to check. Clicking on the specific event should show the full details of that event. What scripting language are you using that is generating the exception? Its possible the scripting engine isn't able to report more information than the generic error message.