Dmitry A Rybakov
Member²
I suppose following enhancements :
1) To avoid skipping output information -- add notification into DBMS Output tab for test script.
No output tab configuration:
[Test script][DBMS Output][Statistics][Profiler][Trace]
if output presents then tab notifies about this:
[Test script][**DBMS Output**][Statistics][Profiler][Trace]
2) To encance debugging experience please make DBMS Output tab asynchronous -- i.e. allow reading output while script is running. This is possible with oracle. Just make separate thread in your program for reading output. I tested this feature recently with Delphi using two threads.
1) To avoid skipping output information -- add notification into DBMS Output tab for test script.
No output tab configuration:
[Test script][DBMS Output][Statistics][Profiler][Trace]
if output presents then tab notifies about this:
[Test script][**DBMS Output**][Statistics][Profiler][Trace]
2) To encance debugging experience please make DBMS Output tab asynchronous -- i.e. allow reading output while script is running. This is possible with oracle. Just make separate thread in your program for reading output. I tested this feature recently with Delphi using two threads.
Last edited: