Skip to main content

Posts

Showing posts from July, 2018

How You Can Test Database?

Now we know the Database Testing which you can learn in my last article. In this article we will discuss about the steps that need to following to test any Database. Database Tester should have some basic knowledge regarding SQL Command like DDL (create/drop),  DML (Insert/Delete/Update) and DCL (Grant/Revoke).

What is Database Testing?

If we talk about the application as per today scenario, application getting more and more complex. Users main focus only to see the GUI because only with GUI, end user can interact with the application. GUI only display the result after doing some functionality in back end which will be happen due to Database so Database Testing is must in today scenario. Database Security, Validation is much needed part in today application because anyone can access your important data if your Database is not secure. So in this article we will discuss about Database Testing.