top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is meaning of DataBase Testing and How to do this? Any online tool to achieve this?

+2 votes
222 views
What is meaning of DataBase Testing and How to do this? Any online tool to achieve this?
posted Mar 28, 2016 by Nitinkumar

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

Database testing usually consists of a layered process, including the user interface (UI) layer, the business layer, the data access layer and the database itself. The UI layer deals with the interface design of the database, while the business layer includes databases supporting business strategies. One of the most critical layers is the data access layer, which deals with databases directly during the communication process. Database testing mainly takes place at this layer and involves testing strategies such as quality control and quality assurance of the product databases. Testing at these different layers is frequently used to maintain consistency of database systems.

Database testing mainly deals with finding errors in the databases so as to eliminate them. This will improve the quality of the database or web-based system. Database testing should be distinguished from strategies to deal with other problems such as database crashes, broken insertions, deletions or updates. Here, database refactoring is an evolutionary technique that may apply.

Tools

enter image description here
enter image description here

answer Apr 1, 2016 by Manikandan J
Similar Questions
+2 votes

How to check runtime database checkpoints. i want to check that wheather the current record is added in database table after execute the adding a record?

+5 votes

Can someone please share the knowledge/experience so that I can develop Unit test frame in minimal time frame ?

+1 vote

I am interested to know about embedded platform testing?

...