How to test database in manually?



How to test database in manually?..

Answer / Vishal Singh

Manual testing of a database involves testing the database using manual techniques rather than automated tools. Here are some steps for manual testing of a database:n
1. Define test cases: Create a set of test cases that cover different scenarios and conditions, such as inserting, updating, and deleting data, querying data, and checking data integrity.
2. Set up the testing environment: Create a copy of the database for testing purposes, populate it with sample data, and ensure that all necessary connections and configurations are in place.
3. Test each test case: Execute each test case manually to verify that the database behaves as expected.
4. Verify results: Check the results of each test case to ensure that the correct data is being processed and stored.
5. Document defects: Record any defects or issues found during testing, including their causes and proposed solutions.
6. Retest: Once defects have been addressed, retest the affected test cases to verify that they now pass.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Database Testing Interview Questions

What is database testing and what we test in database testing?

1 Answers  


How to test a dts package created for data insert update and delete? What should be considered in the above case while testing it?

1 Answers  


Explain what is data driven test?

1 Answers  


What is the difference between gui testing and database testing?

1 Answers  


Why database testing is important?

1 Answers  


How to test database procedures and triggers?

1 Answers  


Which sql statements can be used in database testing?

1 Answers  


What is load testing and give some examples of it?

1 Answers  


What is the process of database testing?

1 Answers  


What is data driven test?

1 Answers  


What are the possible values for boolean data field.

1 Answers  


What are dcl commands? What are the two types of commands used by dcl?

1 Answers  


Categories