utPLSQL
utPLSQL copied to clipboard
Testing Framework for PL/SQL
The counter should not be incremented when an exception occurs.
**Describe the bug** I have a problem which might relate to #393. I use SqlDeveloper and the utPLSQL plugin to create code coverage and get the Packages containing the tests...
When a test is executed, the named constant is being searched in scope of current user (user executing the tests. This is not how it is expected to work. Example...
Hi team , The coverage report generation is taking too long , nit sure why this is happened . All the test cases are completed , ut packages execution is...
HI, **Is your feature request related to a problem? Please describe.** I installed the framawork sources on all my databases (I managed to do tests on 8 databases) but I...
Hello, we are getting this error whenever we try to run tests from a schema which has a name starting with a number. We have created a package PKG1 on...
**Describe the bug** A clear and concise description of what the bug is. ``` I am trying to compare two refcursor results. However when I do so, I receive this...
**Describe the bug** Error installing utPLSQL v3.1.10 to my own schema. **Provide version info** utPLSQL v3.1.10 Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production **To Reproduce** Steps to reproduce...
There is an interesting extension to JUnit: https://github.com/Pragmatists/JUnitParams We could think of implementing something similar. Here are examples of different ways to use it. https://github.com/Pragmatists/JUnitParams/blob/master/src/test/java/junitparams/usage/SamplesOfUsageTest.java
We're getting this error on running massiv unit testing: ORA-00001: unique constraint (UT3.UT_OUTPUT_CLOB_BUFFER_TMP_PK) violated ORA-06512: at "UT3.UT_RUNNER", line 180 ORA-06512: at "UT3.UT_OUTPUT_CLOB_TABLE_BUFFER", line 40 ORA-06512: at "UT3.UT_OUTPUT_REPORTER_BASE", line 53 ORA-06512:...