In the database testing process, what do we usually check?
Answer / Ishwar Chand
During the database testing process, we typically verify data integrity (ensuring that no invalid data enters the system), data consistency (checking that data is accurate and consistent across different operations), SQL query functionality (testing that queries run correctly and return expected results), stored procedure functionality (ensuring that stored procedures behave as intended), database performance (assessing how well the database handles high loads or complex queries), and security (verifying that appropriate access controls are in place to protect sensitive data).
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the database trigger, how to verify the trigger is fired or not and can you invoke trigger on demand?
Without involving database checkpoints, how you can test a sql query in qtp?
What is difference between having clause and where clause?
Define join and name different type of joins?
How to use sql queries in qtp?
How to test a dts package created for data insert update and delete? What should be considered in the above case while testing it?
What is database testing and what we test in database testing?
In data base testing, what are the steps to test data loading?
What is the test scenario to test a database migrated from one sql server to another?
How to test data loading in data base testing?
What is performance testing and the bottlenecks of it?
What is difference between local and global temporary table?