Hi Marco,
I think I've solved this!
The out parameter that I was testing was defined as CHAR and the test script variable type was set to String. I changed the out parameter to be VARCHAR2 and then the test manager produced expected results.
Similarly if I change both the out parameter type...