+1 vote
in Sql by

What do we need to check in SQL Database Testing?

1 Answer

0 votes
by
In Database testing, the following thing is required to be tested:

Database connectivity

Constraint check

Required application field and its size

Data Retrieval and processing with DML operations

Stored Procedures

Functional flow
...