Forum Discussion
You can use events feature to handle this case. Use SubmitListener.afterSubmit and write a script to remove the table name or not based on the condition. For example define a project level property IS_REMOVE_TABLE_NAME and set false or true; based on this value. have the logic to remove table name from the response xml and set the modified xml back to the response if value is true and leave it as is if the property name is false.
- vikititor3 years agoContributor
This is all nice.. So I need to develop something by my self..
I am the first in the whole Earth, who is trying to solve this? - vikititor3 years agoContributor
Development of this script will be a nightmare..
there is a lot of tables.. I have no idea.. how to acheave this.
Thanks for help.- nmrao3 years agoChampion Level 3Should 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.- vikititor3 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?
Related Content
- 2 years ago
Recent Discussions
- 7 hours ago
- 17 days ago