SQL Navigator unit test framework and creating coverage report forsonarqube

Hello,

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension): * Enterprise Edition* Version 9.9 (build 65466) 20M LOCs
  • how is SonarQube deployed: Docker compose file

We are using SQL NAVIGATOR IDE 6.7 to develop our plsql codes. We would like to write unit test to plsql codes in this IDE.
1- Which framework can we use for wirting unit test?
2- How can we create a coverage report?
3- How can we bring report to sonarqube after created coverage report?

(NOTE: I have searched a lot on the internet. I saw only sql developer ide and its extension is utPlsql for unit testing. But We are using SQL Navigator IDE.)

It is urgent issue.
Thank you for your helps.
Kind regards,

Hi,

Unfortunately, most of this is out of scope for this community. There’s no specific PL/SQL coverage engine we support. Once you settle on one, you’ll need to convert its reports to the Generic Test Data format.

 
HTH,
Ann