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 : As I know In database Testing We generally check CURD FunctionC-CreateU-UpdateR-RetriveD-DeleteThis is the core functionality of Database .That we need to checkThanksAmit ...
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 : While testing the database manually, we used to follow two steps. 1) manually 2) by writing sql queries ...
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 ...
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 do you test whether the database is updated as and when an information are added in the front end?Give me an example?
Latest Answer : Hi,You can test through manually through oracle or pl/sql by executing the queries and through automation by retrieveing the data and comparing with the input.Thanks,Praveen ...