How can i write the test cases for the triggers which can perform a database mapping from one database to another. My first DB is in PostgressSQL and second one is in Oracle. So when ever i perform a insert, delete, update the data into the Postgress DB, the same data should be updated into the corresponding fields in Oracle DB. I need the suggestion for how can i write test cases for the above mentioned scenario.

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions