Submit and vote on feature ideas.

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.

Details of an error in script execution

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" ?

Comments

  • williammccusker
    williammccusker Posts: 642 ✭✭✭

    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.