Code coverage for PL/SQL

后端 未结 5 406
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-05 22:55

Does anyone have tools or experience with code coverage for PL/SQL. I believe this is possible using DBMS_PROFILER?

5条回答
  •  -上瘾入骨i
    2021-02-05 23:49

    See SD Test Coverage Tools. We're about to release a PLSQL test coverage tool with the same capabilities as our other tools, including a GUI to display the results on top of your source code, and a generated coverage report that collects details on individual functions as well as rollups for packages.

    EDIT 2/15/2011: PLSQL test coverage production tool is available.

提交回复
热议问题