Integrating utplsql with visual studio #1351
Replies: 5 comments
-
|
Hi @anandsagar0126 We have however an API :) I'm not sure how would you prefer to integrate with Visual-Studio and is it Visual Studio or VS Code integration that you're looking at? Would you rather use PLSQL API or Java API (from utPLSQL-java-api project)? The key benefit of using utPLSQL-java-api is that it is backward compatible with all utPLSQL v3 versions. The PLSQL API of utPLSQL was evolving between releases and some things had to be changed to enable project to evolve. If you would go with pure PLSQL API it is probably best to keep compatibility with version 3.1.8+ If you would like to run tests by tags - it will only work on versions where tags functionality was already added. To see how to call the API, have a look at that issue #955
You can use multi-reporting - generate multiple reports from a single test-run. The reporters that are useful for realtime-reporting integration are:
For coverage, you also have few options, depending on fits you.
Let me know if this is sufficient to get you going. |
Beta Was this translation helpful? Give feedback.
-
|
@anandsagar0126
|
Beta Was this translation helpful? Give feedback.
-
|
Hello @jgebal! As I had mentioned earlier, if we can solve some of these problems. this tool looks very promising and relevant in today's context. |
Beta Was this translation helpful? Give feedback.
-
I would prefer a separate workpace in visual studio code with folder structure created for UI, JAVA Business layer, and database and uinit test tec. Righ now the biggest struggle is this -
|
Beta Was this translation helpful? Give feedback.
-
|
What privileges are granted to user I wasn't experimenting with AWS RDS Oracle installation so I'm not sure how to get around this. If you could list the privileges your ADMIN user has, I could help you get through the install process. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
*Hello @jgebal I am looking to implement a use case where I would like to integrate utplsql with a visual studio IDE , run unit test cases and generate code coverage all using one wrapper procedure. Can you please help me with some steps or documentation that I can refer to? thanks a lot for your help in advance!
I feel this could be a game changer for large enterprises. please feel free to revert with questions. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions