utPLSQL / utPLSQL

Testing Framework for PL/SQL
https://www.utplsql.org/
Apache License 2.0
555 stars 185 forks source link

utPLSQL with TOAD #1213

Closed LydiaAzzoug closed 2 years ago

LydiaAzzoug commented 2 years ago

Heloo! is it possible to use utplsql on toad? if yes, Can you please help me with some steps or documentation that I can refer to? thanks a lot for your help in advance! Want to discuss If you want to discuss your issue, join our SLACK chat.

lwasylow commented 2 years ago

Hi utPLSQL is a database software. It can be used by any cli or gui that access database. For any specific plugin implementation you have to check with software vendor or plugins.

jgebal commented 2 years ago

TOAD has some UI on top of utPLSQL. The trouble is that it only works with one specific version of utPLSQL as far as I remember.

https://www.quest.com/video/introducing-utplsql-unit-test-integration-in-toad-for-oracle-8141033/

Having that said, as @lwasylow said, utPLSQL can be used from any Oracle-SQL compliant IDE (TOAD; SQLDeveloper; PL/SQL Developer; DataGrip; etc. )

LydiaAzzoug commented 2 years ago

Thank you so much