Test set and suits in PL SQL developer.

Shravan

Member
Hi All,

Currently Our team is working on unit testing part. And it is good that plsql developer supports test set and suite. But in each test set we have to give hard coded values in parameter passed to procedure. Can it be possible that we can give input values at run time? So that different values can be passed at run time. Otherwise we have to open test case and change values manually. It will take a lot of time.
Your help is appreciated.

Regards
Shravan
 
This is currently not possible. All input variables are hard-coded as you say. I have added this to the list of enhancement requests.
 
Back
Top