Tuesday 22 September 2015

Latest Database Testing Interview Questions and Answers

21. Which SQL statements have you used for testing databases?
This is a basic interview question used to determine your experience with using SQL and databases.  Simply provide enough information to adequately display your knowledge of these items.

22.    What is used to check data loading during database testing?
Query analyzer can be used to check data loading. 3.

23. How should test cases be written for database testing?
Test cases for database testing should include the following information: project name, module name, bug ID number, test objective, steps/actions, expected results, actual results, status, priority of defect, and severity of defect.

24. What is typically checked during database testing?
The following items are typically checked during database testing:
Validation of field size (application matches what resides in database)
Constraints
Indexes (associated with performance related issues)
Stored procedures

25. Provide an example of what can be manually tested in a database.
Non-editable fields through the database can be tested manually.  For example, a field that is non-editable through the front end, should not allow a user to add a record to the database.

More Questions & Answers:-
Page1 Page2 Page3 Page4 Page5 Page6

No comments:

Post a Comment