Forum Discussion
nmrao
3 years agoCommunity Hero
Should be simple find and replace the table name.
In fact a common script can be created and called wherever needed and pass the table name as parameter.
In fact a common script can be created and called wherever needed and pass the table name as parameter.
vikititor
3 years agoContributor
1. I must create explicit list of patterns (table names to replace)
2. is not systematical solution.
Is there no other way? So MySQL always will send me table names and ORACLE not?
I can not remember now - how it was 10 years ago in Free SoapUI - but I was testing both DB using the same test cases usually every day.. no issue.
Any sugesstions? Why it is behaving like this?
- nmrao3 years agoCommunity HeroPlease check the jdbc test step options/congratulations to see if the table name can be omitted.
- vikititor3 years agoContributor
there is nothing.
BTW: the script is not easy.. I have no idea, how to make it.. there is no helper.. how to modify the JDBC response..
I found it for requestFilter.afterRequest.. but it is not working..
Maybe there is no request object..I have no idea..
Output: ReadyAPI is not good for DB combinations testing.. Once created tests.. are frosen.. incompatible.