InterviewSolution
| 1. |
Why do you think database testing is important in the field of software testing? |
|
Answer» Database testing ensures that the data in the database that is received from various sources are correct and as per the business requirements or not. It helps to analyse the risks associated with incorrect data, PROTECT from data losses due to incorrect transactions and also properly check for unauthorized access to the data. In most of the applications, the User Interface is GIVEN the most importance while testing to validate the correctness of the data. But in cases where there is a lack of UI or view, it is very much essential to test the quality of the INFORMATION in the database. Consider the example of a banking application where lots of users use it to perform transactions. While testing the database, it is very much important to NOTE the following points:
To perform these validations, it is very much needed to possess the art of data testing or database testing. |
|