[15.0.94] Unit Test Manager Test Results Elapsed Time always 0

Although the start time and end time are different, 00:00:00.000 is always displayed as Elapsed Time.

Bildschirmfoto 2021-09-28 um 10.01.11

This must be related to the other one you reported, about times resetting. For me, the elapsed time is correct. This data just comes from UTPLSQL

May be it's an NLS issue. On my client (german environment) the result is reported as:

Finished in 2,299333 seconds
1 tests, 1 failed, 0 errored, 0 disabled, 0 warning(s)

In Germany the decimal separator is a , not a .. But I don't known set exact environment of the session the unit test is running in.
But changing the decimal separator in the Toad Setting to . did the trick. I got

Ah! good work! I'll see if there is anything I can do to improve that.

You are right - the problem is that Toad's decimal separator does not match what is on the server. But I will make a change in Toad 15.1 so that it will work even if they don't match. I mean, as long as you don't try anything other than a dot or comma for decimal separator.