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 |
What is database testing and what we test in database testing?
How to test a dts package created for data insert update and delete? What should be considered in the above case while testing it?
Explain what is data driven test?
What is the difference between gui testing and database testing?
Why database testing is important?
How to test database procedures and triggers?
Which sql statements can be used in database testing?
What is load testing and give some examples of it?
What is the process of database testing?
What is data driven test?
What are the possible values for boolean data field.
What are dcl commands? What are the two types of commands used by dcl?