Login
Remember
Register
Ask a Question
What do we need to check in Database Testing in SQL?
+1
vote
asked
Jul 8, 2020
in
Sql
by
Robindeniel
What do we need to check in SQL Database Testing?
#sql-database-testing
#database-testing-sql
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 8, 2020
by
SakshiSharma
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
...