Is any way, how to switch all JDBC steps from MySQL to ORACLE ? on whole project at once?
Hello,
I was unable to found out a way, how to change on all my JDBC test steps the connection - I must go to one by one and change connection form drop box..
But my project is huge.. Now we have to migrate from MySQL to ORACLE. The querys are equal (only select from table, but a lot of them).
It there any way, how to save my energy and do the switch form ReadyAPI UI?
Because I have in my mind only way.. just edit project XML file and replace it there.. But this is dirty solution.. And I can make mistake and broke my whole project.
Any suggestion is wellcomed.. can be some Groovy script.. I have no idea..
Thanks a lot.
Sorry I did not get your point.. This is a question?
I can not change the driver in all the JDBC steps.. I must open step by step and chagne the driver in there..
And this is my problem...
Missing "assign to all test steps" button or something.. Who will do this job for me..
Work arround: Next time create all as a project propertie.. and there you can configure and re-configure all during run-time.. Nice.. but more than 50 project properties (what I have) is really messy..