Jacek Gębal
Jacek Gębal
Hi @anandsagar0126 A the moment we don't have integration API well-documented - #904 issue is opened to have it documented. We have however an API :) The API we have...
@anandsagar0126 Can you also let me know: - where would you like to host the utPLSQL-Visual Studio integration project? - is it going to be open-source? - would you like...
What privileges are granted to user `ANANDORA`? Is this the **admin** user on AWS RDS? I wasn't experimenting with AWS RDS Oracle installation so I'm not sure how to get...
Hi @alexeyhimself Thanks for raising this request. This kind of logic will require quite a bit of parsing and error handling. The logic for building included items (suites/parent suites/tests) would...
@alexeyhimself In our current implementation we use the following logic: 1. Split the tags into wo lists (include/exclude) based on the `-` prefix in command. 2. Filter suite items to...
Currently a workaround is possible. Instead of `--%throws(error_codes.some_error)` use `--%throws(user1.error_codes.some_error)` This will work regardless of user running the test
Hello @rayenmhamdi The partial coverage in the example you're providing seems to be reported incorrectly. Partial coverage should indicate how many conditions are in line and how many of them...
Hello Linda This error is clearly not utPLSQL related. Oracle Database complains about package TEST_ADDITION being compiled with errors. Please review reasons for compilation errors in package MBED3_TEST.TEST_ADDITION. You can...
@LydiaAzzoug Reading what you have written is insufficient for me to know what is the problem. Since you have succeeded on 8 databases and only see problem on remaining 3...
There are 2 aspects to it. 1. make it possible (coverage code changes) 2. make it reportable (reporters code changes) I would start with No. 1 We will need to...