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.

SOAtest Logging?

LegacyForum
LegacyForum Posts: 1,664 ✭✭
edited December 2016 in SOAtest
hi,

is there a way to switch logging on in SOAtest? It would be helpful to create a detailed log file of the activity of the tools. We are trying to see whats going on with a JMS callback tool.

thanks,
Jonathan
Tagged:

Comments

  • LegacyForum
    LegacyForum Posts: 1,664 ✭✭
    We don't have an actual logging feature which will log the activity of a particular tool that's being run, however, you could switch on debugging mode which will alert the user of undesired behavior, stack traces, and other possible informative failure messages. To switch that on start SOAtest with -logex argument. It can be done in two ways

    1. Using a command console to start SOAtest simply type in st.exe -logex, st.exe will start SOAtest with a command console which may also offer other stack traces not available for the -logex flag

    2. Edit your SOAtest shortcut to include -logex at the end in the Target field (on a Windows machine).

    A user will be alerted by a red exclamation mark icon in the bottom right hand corner of the application. Clicking on the icon will bring up a new tab which displays the debug message.

    hi,

    is there a way to switch logging on in SOAtest? It would be helpful to create a detailed log file of the activity of the tools. We are trying to see whats going on with a JMS callback tool.

    thanks,
    Jonathan

  • LegacyForum
    LegacyForum Posts: 1,664 ✭✭
    that worked great thanks.

Tagged