Add the possibility to generate testpackages with data
from a table. Like the testpkg_from_string procedure
which accepts a PL/SQL table. Save the record to
a 'real' table and generate the test package using the
assertions from that table. This way you store you're
testcases in the database. And multiple users can
submit new testcases for your units.
Logged In: YES
user_id=608541
I have a solution for this enhancement. I think I also have
incorporated it correctly into the utgen package, except for
the comments.
- Should I use the same comment guidelines as described in
the new assertions documentation.
- How do I upload the new version of the utGen package
(specification and body). Should I first check out the package
from the CVS, make the changes and then check it back in.
Or is there another way to do this?
Hope to hear from you soon.