How can we write testcases from Requirements..?Do the Requirements represent exact Functionality of AUT
Latest Answer: can u explain u'r solution with example ...
Latest Answer: in QTP we r writing queries for fetching the values.1.when u r using database checkpoint then u have to write the sql statement.2.when u r fetch the values from the database then also u have to write the sql statement. ...
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 ...
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: 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 ...
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: database testing means we can integrate data,retrive data,inserting data,delete data in according with the custometer requirement(business logic). ...
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: While testing the database manually, we used to follow two steps. 1) manually 2) by writing sql queries ...
View page << Previous 1 2 3 4 [5]

Go Top