Replies: 5 comments
-
|
forked and branched w/ initial upload. Right now, I'm trying to figure out how to get the annotation information to the event listener w/o modifying |
Beta Was this translation helpful? Give feedback.
-
|
Why can't this be simple beforeall and afterall procedures depending on requirements on suite, context or procedure? The implementation of that will be quite complex and not sure it outweight benefit and cannot be achieved other, simpler way. Annotations resolution can get pretty complex. I'm making here also assumption that this feature is free. What is exactly that you trying to achiev. What is scenario? Cheers Lukasz |
Beta Was this translation helpful? Give feedback.
-
DB Feature is free but not available on SE (XE/FREE? yes)... oh, and only for 12c+. Within my fork+branch, I'm trying to ensure base code can still compile on 11g and SE by keeping all RAS related code as an "optional install". Your platform doesn't support RAS? don't install/use that code. (Also, there are some setup things that can't be done as The core RAS Session management code I have is its own type that can be called within the test procedure body (ie the simpler way). Every test can use a different session with different settings (roles, context) that are persisted between
I'm still exploring this option myself. The problem I see right off is: I don't think you have a One theoretical problem I'm keeping an eye on is if usage of RAS (in your suggested pattern) will interfere with currently available reporters. Worst case scenario: in order to avoid any side effects, the SQL statement used by Oh .. and transaction control ( Context information is definitely "lost" when you |
Beta Was this translation helpful? Give feedback.
-
UPDATEIn order to align with RAS Procedures, annotations were renamed to:
All annotations are working as expected. Current Problem: Test results ( |
Beta Was this translation helpful? Give feedback.
-
|
It is quite unclear for me what is it that you are proposing in this issue. Is this an enhancement request? How is this helping and what is currently missing in utPLSQL that this would address? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
As a tester
I would like to automate the testing of my RAS Policies using utPLSQL
So that my application becomes (and remains) secure
Real Application Security (RAS) is like VPD on steroids.
It supports stateless application like APEX. The ease of swapping sessions, at the pl/sql level, makes it ease to proxy different users and, thus, automating testing.
Adding RAS support to utPLSQL would simplify automated security policy testing.
Suggested tags:
I've got a test suite working for RAS, but would need a template for oddgen to easily build a test suite
Beta Was this translation helpful? Give feedback.
All reactions