In DB testing we need to check for, 1. The field size validation 2. Check constraints. 3. Indexes are done or not (for performance related issues) 4. Stored procedures 5. The field size defined in the
Latest Answer : We test Stored Procedure code is to call the procedure for the different combinations of input parameters so that it will behave as expected.The second is to use the command window as a client, and call the procedures from there. This re-routes the ...
Latest Answer : database testing means we can integrate data,retrive data,inserting data,delete data in according with the custometer requirement(business logic). ...
Latest Answer : I would say first learn the database, epecially the relationship among the table.Try to understand the business ruleTry to understand the dataStart feeding data through the user interfaceOpen database verify movement of datakeep record of your action ...
Latest Answer : suresh:-Based on situation 1) before running the script, count how many record that has, after running script, count how many records it has based ...
I said I used select statements most of the times. So, the interviewer took it granted that I am unaware of insert, update and delete statements. Hence it is better to read out whole of the SQL as an answer
Latest Answer : suresh:- we can't say, insert , update, delete are sufficient. the db tester have good knoeledge on sql ...
Latest Answer : Hi Raghu,The answer you gave is very useful,. but can you be a bit more elaborative as of to what extent do we need to work with indexes, cursors and how to test a SP with some examples if possible!!Thanks Rajani ...
Latest Answer : can u explain u'r solution with example ...
Latest Answer : HiThanks for the above info...but no body has told the steps for testing stored procedures....I would appreciate a quick reply...Thnx ...
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?
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?