How to test a dts package created for data insert update and delete? What should be considered in the above case while testing it? What conditions are to be checked if the data is inserted, updated or deleted using a text files?
What are the different stages involved in database testing?
Which sql statements can be used in database testing?
How to write test cases from requirements, do the requirements signify the exact functionality of aut?
How to test procedures and triggers of a database?
What do you mean by dml?
How to verify the trigger is fired or not and can you invoke trigger on demand?
What is difference between local and global temporary table?
How would you know for database testing, whether trigger is fired or not?
What are joins and mention different types of joins?
What is the meaning of record in a database?
What are joins?
In database testing, what all things are required for writing good test cases?