Database Testing - What are the different stages involved in
Database Testing? - March 02, 2010 at 04:50 am by Vidya Sagar
What are the different stages involved in Database Testing?
1. The stages of database testing are:
2. Verifying the data in the database
3. Verifying the constraints (primary and foreign keys)
4. Verifying the performance of the procedure
5. Verifying the transactions (begin, commit, rollback)
6. Verifying the triggers by executing them
Database Testing - What are the different stages involved in
Database Testing? - March 13, 2009 at 15:10 pm by Rajmeet Ghai
What are the different stages involved in Database Testing?
-
The data that is being inserted in the database must be verified.
-
Verify if the constraints are maintained.
-
The performance of the procedures and execution of triggers must be checked.
-
Roll back and commit of transaction must be checked..
|